From ff1a0f759b739fbbf1cb30359a6829d64cbec2fc Mon Sep 17 00:00:00 2001 From: Matt Marshall Date: Thu, 19 Oct 2023 10:33:42 +0100 Subject: [PATCH] Adjusted wording of service_at_location description in Core objects --- docs/hsds/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hsds/overview.md b/docs/hsds/overview.md index 0cabbca..b4ea18d 100644 --- a/docs/hsds/overview.md +++ b/docs/hsds/overview.md @@ -29,7 +29,7 @@ HSDS designates four objects as "core". These are the objects modelling concepts 1. `organization` – See [Organization](schema_reference.md#organization). Organizations that provide services. 2. `service` – See [Service](schema_reference.md#service). The service itself, with descriptions and classifications to allow potential service users to identify services which may meet their needs. 3. `location` – See [Location](schema_reference.md#location). Locations where services are delivered either physically or virtually (e.g. over the phone or internet). -4. `service_at_location` – See [Service at Location](schema_reference.md#service_at_location). A link between a `service` and a `location` to record where particular servics are available. This can also be used to override any default `service` or `location` information with information specific to a service at a specific location. +4. `service_at_location` – See [Service at Location](schema_reference.md#service_at_location). A link between a `service` and a `location` to capture location-specific information about services that are provided at multiple locations. This can also be used to override any default `service` or `location` information with information specific to a service at a specific location. Additional information about organizations, locations, and services is held in separate objects. Full details are available on the [Schema Reference](schema_reference) page.