UKCore-Location-NeoNatalLGI-Example

Table View

Location.id[0]UKCore-Location-NeoNatalLGI-Example
Location.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-site-code
Location.identifier[0].value[0]RR8G5
Location.name[0]NEONATAL MEDICINE LGI
Location.type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
Location.type[0].coding[0].code[0]PEDNICU
Location.type[0].coding[0].display[0]Pediatric neonatal intensive care unit
Location.telecom[0].system[0]phone
Location.telecom[0].value[0]0113 392 7443
Location.address[0].line[0]NEONATAL MEDICINE LGI
Location.address[0].line[1]LEEDS GENERAL INFIRMARY
Location.address[0].line[2]GREAT GEORGE STREET
Location.address[0].city[0]LEEDS
Location.address[0].postalCode[0]LS1 3EX
Location.address[0].country[0]ENGLAND
Location.managingOrganization[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example

Tree View

Location

XML View

<Location xmlns="http://hl7.org/fhir">
    <id value="UKCore-Location-NeoNatalLGI-Example" />
    <identifier>
        <system value="https://fhir.nhs.uk/Id/ods-site-code" />
        <value value="RR8G5" />
    </identifier>
    <name value="NEONATAL MEDICINE LGI" />
    <type>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
            <code value="PEDNICU" />
            <display value="Pediatric neonatal intensive care unit" />
        </coding>
    </type>
    <telecom>
        <system value="phone" />
        <value value="0113 392 7443" />
    </telecom>
    <address>
        <line value="NEONATAL MEDICINE LGI" />
        <line value="LEEDS GENERAL INFIRMARY" />
        <line value="GREAT GEORGE STREET" />
        <city value="LEEDS" />
        <postalCode value="LS1 3EX" />
        <country value="ENGLAND" />
    </address>
    <managingOrganization>
        <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
    </managingOrganization>
</Location>

JSON View

{
    "resourceType": "Location",
    "id": "UKCore-Location-NeoNatalLGI-Example",
    "identifier":  [
        {
            "system": "https://fhir.nhs.uk/Id/ods-site-code",
            "value": "RR8G5"
        }
    ],
    "name": "NEONATAL MEDICINE LGI",
    "type":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                    "code": "PEDNICU",
                    "display": "Pediatric neonatal intensive care unit"
                }
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "0113 392 7443"
        }
    ],
    "address": {
        "line":  [
            "NEONATAL MEDICINE LGI",
            "LEEDS GENERAL INFIRMARY",
            "GREAT GEORGE STREET"
        ],
        "city": "LEEDS",
        "postalCode": "LS1 3EX",
        "country": "ENGLAND"
    },
    "managingOrganization": {
        "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
    }
}