FHIR Data Standards Wales for PSOM v1.0.0-rc5
Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0.0-rc5 Implementation Guide. It is intended for trial use, and is published for early comment and feedback. Click here to give feedback.

Example Location - CadogWard

Location
Location.id[0]Example-DataStandardsWales-PSOM-Location-CadogWard
Location.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location
Location.identifier[0].system[0]https://fhir.nhs.wales/Id/wrts-location-identifier
Location.identifier[0].value[0]7A2AGCADOG
Location.name[0]Cadog Ward
Location.address[0].text[0]Dolgwili Rd, Carmarthen SA31 2AF, United Kingdom
<Location xmlns="http://hl7.org/fhir">
<id value="Example-DataStandardsWales-PSOM-Location-CadogWard" />
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location" />
</meta>
<system value="https://fhir.nhs.wales/Id/wrts-location-identifier" />
<value value="7A2AGCADOG" />
</identifier>
<name value="Cadog Ward" />
<text value="Dolgwili Rd, Carmarthen SA31 2AF, United Kingdom" />
</address>
</Location>
{
"resourceType": "Location",
"id": "Example-DataStandardsWales-PSOM-Location-CadogWard",
"meta": {
"profile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location"
]
},
{
"system": "https://fhir.nhs.wales/Id/wrts-location-identifier",
"value": "7A2AGCADOG"
}
],
"name": "Cadog Ward",
"address": {
"text": "Dolgwili Rd, Carmarthen SA31 2AF, United Kingdom"
}
}