The Location resource provides information and details on the physical location and the services provided.
View Location Resource Changes for a delta of changes made to the standard FHIR DSTU2 Location resource for use within the GP Connect APIs.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
Location | Location | This location resource is constrained for GP Connect requirements | |
identifier | Unique code or number identifying the location to its users Slice: Ordering: Unordered, Rules: Open at End | ||
identifier (ODS Site Code) | 0..1 | Identifier | ODS Site code to identify the organisation at site level |
system | 1..1 | Uri | ODS Code Fixed Value http://fhir.nhs.net/Id/ods-site-code |
value | 1..1 | String | The ODS Site code name, to reflect the code used Example Value RJZ46 |
identifier (Other Identifier) | 0..1 | Identifier | Other identifier used to identify the location |
system | 0..1 | Uri | The namespace for the identifier |
value | 0..1 | String | The Local Location Identifier code name, to reflect the code used Example Value 123456 |
status | 0..1 | Code | active | suspended | inactive Binding Indicates whether the location is still in use (http://hl7.org/fhir/ValueSet/location-status) Binding Strength Required |
name | 1..1 | String | Name of the location Example Value Haematology Clinics |
description | 0..1 | String | The description of the Location. |
type | 0..1 | CodeableConcept | The type of functions performed at the location Binding Indicates the type of function performed at the location (http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType) Binding Strength Example |
coding | 0..1 | Coding | A code taken from the location role type list of codes. |
system | 1..1 | Uri | Identity of the terminology system Fixed Value http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType |
code | 1..1 | Code | Symbol in syntax defined by the system Example Value HEM |
display | 1..1 | String | Representation defined by the system Example Value Hematology clinic |
text | 0..1 | String | Plain text representation of the concept |
telecom | 0..* | ContactPoint | Contact details of the location |
system | 0..1 | Code | phone | fax | email | url. Binding Telecommunications form for contact point (http://hl7.org/fhir/valueset-contact-point-system) Binding Strength Required |
value | 0..1 | String | The actual contact details |
use | 0..1 | Code | home | work | temp | old | mobile - purpose of this contact point Binding Use of contact point (http://hl7.org/fhir/valueset-contact-point-use) Binding Strength Required |
period | 0..1 | Period | Time period when the contact point was/is in use |
start | 1..1 | DateTime | Starting time with inclusive boundary |
end | 0..1 | DateTime | End time with inclusive boundary, if not ongoing |
address | 0..1 | Address | The address for the location |
use | 0..1 | Code | home | work | temp | old - purpose of this address Binding The use of an address (http://hl7.org/fhir/ValueSet/address-use) Binding Strength Required Example Value work |
type | 0..1 | Code | postal | physical | both Binding The type of an address (physical/postal) (http://hl7.org/fhir/ValueSet/address-type) Binding Strength Required Example Value both |
text | 0..1 | String | Text representation of the address Example Value Denmark Hill, London, SE5 9RS |
line | 0..* | String | Street name, number, direction & P.O. Box etc Example Value Denmark Hill |
city | 0..1 | String | Name of city, town etc. Example Value London |
district | 0..1 | String | District name (aka county) Example Value |
postalCode | 0..1 | String | Postal code for area Example Value SE5 9RS |
country | 0..1 | String | Country (can be ISO 3166 3 letter code) Example Value GBR |
period | 0..1 | Period | Time period when address was/is in use |
start | 0..1 | DateTime | Starting time with inclusive boundary |
end | 0..1 | DateTime | End time with inclusive boundary, if not ongoing |
physicalType | 0..1 | CodeableConcept | Physical form of the location Binding Physical form of the location (http://hl7.org/fhir/ValueSet/location-physical-type) Binding Strength Example |
coding | Code defined by a terminology system Slice: Ordering: Ordered, Discriminator: system, Rules: Closed | ||
coding (SNOMED CT) | 0..1 | Coding | SNOMED CT representation of the physical form of the location Binding Physical form of the location (http://fhir.nhs.net/ValueSet/cda-care-setting-type-snct-1) Binding Strength Required |
system | 1..1 | Uri | Identity of the terminology system Fixed Value http://snomed.info/sct |
code | 1..1 | Code | Symbol in syntax defined by the system |
display | 1..1 | String | Representation defined by the system |
coding (READ V2) | 0..1 | Coding | READ V2 representation of the physical form of the location Binding Physical form of the location (http://read.info/readv2) Binding Strength Required |
system | 1..1 | Uri | Identity of the terminology system Fixed Value http://read.info/readv2 |
code | 1..1 | Code | Symbol in syntax defined by the system |
display | 1..1 | String | Representation defined by the system |
coding (READ CTV3) | 0..1 | Coding | READ CTV3 representation of the physical form of the location Binding Physical form of the location (http://read.info/ctv3) Binding Strength Required |
system | 1..1 | Uri | Identity of the terminology system Fixed Value http://read.info/ctv3 |
code | 1..1 | Code | Symbol in syntax defined by the system |
display | 1..1 | String | Representation defined by the system |
text | 0..1 | String | Plain text representation of the concept |
managingOrganization | 0..1 | Reference (gpconnect-organization-1) | The organization that is responsible for the provisioning and upkeep of the location |
reference | 1..1 | String | Relative URL reference to the Organization resource Example Value Organization/1474506e-609d-412e-952b-4bc74d769038 |
display | 0..1 | String | Narrative text for the resource Example Value King's College Hospital |
partOf | 0..1 | Reference (gpconnect-location-1) | Another Location which this Location is physically part of |
reference | 1..1 | String | Relative URL reference to the Location resource |
display | 0..1 | String | Narrative text for the resource |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
Location.status | status | Required | http://hl7.org/fhir/ValueSet/location-status |
Location.type | type | Example | http://hl7.org/fhir/ValueSet/v3-ServiceDeliveryLocationRoleType |
Location.telecom.system | system | Required | http://hl7.org/fhir/valueset-contact-point-system |
Location.telecom.use | use | Required | http://hl7.org/fhir/valueset-contact-point-use |
Location.address.use | use | Required | http://hl7.org/fhir/ValueSet/address-use |
Location.address.type | type | Required | http://hl7.org/fhir/ValueSet/address-type |
Location.physicalType.coding | SNOMED CT | Required | http://fhir.nhs.net/ValueSet/cda-care-setting-type-snct-1 |
Location.physicalType.coding | READ V2 | Required | http://read.info/readv2 |
Location.physicalType.coding | READ CTV3 | Required | http://read.info/ctv3 |