Example Location - Cadog Ward (GGH)

Location
Location.id[0]Example-DataStandardsWales-Location-CadogWard
Location.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location
Location.text[0].status[0]generated
Location.text[0].div[0]
Cadog Ward (Glangwili General Hospital)
Location.identifier[0].system[0]https://fhir.nhs.wales/Id/wrts-location-identifier
Location.identifier[0].value[0]7A2AGCADOG
Location.identifier[1].system[0]https://fhir.hduhb.nhs.wales/Id/pas-location-identifier
Location.identifier[1].value[0]21057-example
Location.name[0]Cadog Ward
Location.address[0].postalCode[0]SA31 2AF
Location.managingOrganization[0].reference[0]Organization/Example-DataStandardsWales-Organization-GlangwiliGeneralHospital
Location.managingOrganization[0].identifier[0].system[0]https://fhir.hduhb.nhs.wales/Id/pas-location-identifier
Location.managingOrganization[0].identifier[0].value[0]2105-example
Location.managingOrganization[0].display[0]Glangwili General Hospital
<Location xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-Location-CadogWard" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location" />
    </meta>
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <identifier>
        <system value="https://fhir.nhs.wales/Id/wrts-location-identifier" />
        <value value="7A2AGCADOG" />
    </identifier>
    <identifier>
        <system value="https://fhir.hduhb.nhs.wales/Id/pas-location-identifier" />
        <value value="21057-example" />
    </identifier>
    <name value="Cadog Ward" />
    <address>
        <postalCode value="SA31 2AF" />
    </address>
    <managingOrganization>
        <reference value="Organization/Example-DataStandardsWales-Organization-GlangwiliGeneralHospital" />
        <identifier>
            <system value="https://fhir.hduhb.nhs.wales/Id/pas-location-identifier" />
            <value value="2105-example" />
        </identifier>
        <display value="Glangwili General Hospital" />
    </managingOrganization>
</Location>
{
    "resourceType": "Location",
    "id": "Example-DataStandardsWales-Location-CadogWard",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Location"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "system": "https://fhir.nhs.wales/Id/wrts-location-identifier",
            "value": "7A2AGCADOG"
        },
        {
            "system": "https://fhir.hduhb.nhs.wales/Id/pas-location-identifier",
            "value": "21057-example"
        }
    ],
    "address": {
        "postalCode": "SA31 2AF"
    },
    "name": "Cadog Ward",
    "managingOrganization": {
        "identifier": {
            "system": "https://fhir.hduhb.nhs.wales/Id/pas-location-identifier",
            "value": "2105-example"
        },
        "reference": "Organization/Example-DataStandardsWales-Organization-GlangwiliGeneralHospital",
        "display": "Glangwili General Hospital"
    }
}
Cadog Ward (Glangwili General Hospital)