UK Core Implementation Guide 1.0.0 - STU1

An example to illustrate a Cardiology SJUH location

Table View

Location.id[0]UKCore-Location-CardiologySJUH-Example
Location.text[0].status[0]additional
Location.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a clinical unit within a hospital</div>
Location.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-site-code
Location.identifier[0].value[0]RR8D7
Location.name[0]CARDIOLOGY SJUH
Location.type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
Location.type[0].coding[0].code[0]CARD
Location.type[0].coding[0].display[0]Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities
Location.telecom[0].system[0]phone
Location.telecom[0].value[0]0113 243 3149
Location.address[0].line[0]CARDIOLOGY SJUH
Location.address[0].line[1]ST. JAMES'S UNIVERSITY HOSPITAL
Location.address[0].line[2]BECKETT STREET
Location.address[0].city[0]LEEDS
Location.address[0].postalCode[0]LS9 7TF
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-CardiologySJUH-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="RR8D7" />
</identifier>
<name value="CARDIOLOGY SJUH" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="CARD" />
<display value="Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities" />
</coding>
</type>
<system value="phone" />
<value value="0113 243 3149" />
</telecom>
<line value="CARDIOLOGY SJUH" />
<line value="ST. JAMES'S UNIVERSITY HOSPITAL" />
<line value="BECKETT STREET" />
<city value="LEEDS" />
<postalCode value="LS9 7TF" />
<country value="ENGLAND" />
</address>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</managingOrganization>
</Location>

JSON View

{
"resourceType": "Location",
"id": "UKCore-Location-CardiologySJUH-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": "RR8D7"
}
],
"name": "CARDIOLOGY SJUH",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "CARD",
"display": "Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 243 3149"
}
],
"address": {
"line": [
"CARDIOLOGY SJUH",
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
},
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}

back to top