UKCore-Location-NeoNatalLGI-Example

This is a FHIR Location resource describing the Neonatal Medicine Unit at Leeds General Infirmary. It includes its ODS site code, phone number, address, and specifies that it's a pediatric neonatal intensive care unit managed by Leeds Teaching Hospitals NHS Trust.

Table View

Location.id[0]UKCore-Location-NeoNatalLGI-Example
Location.text[0].status[0]additional
Location.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">This is a FHIR Location resource describing the Neonatal Medicine Unit at Leeds General Infirmary. It includes its ODS site code, phone number, address, and specifies that it's a pediatric neonatal intensive care unit managed by Leeds Teaching Hospitals NHS Trust.</div>
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" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.nhs.uk/Id/ods-site-code" />
<value value="RR8G5" />
</identifier>
<name value="NEONATAL MEDICINE LGI" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="PEDNICU" />
<display value="Pediatric neonatal intensive care unit" />
</coding>
</type>
<system value="phone" />
<value value="0113 392 7443" />
</telecom>
<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>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</managingOrganization>
</Location>

JSON View

{
"resourceType": "Location",
"id": "UKCore-Location-NeoNatalLGI-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"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"
},
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}

Feedback

Click here to: