XML View
<Organization xmlns="http://hl7.org/fhir">
<id value="UKCore-Organization-LeedsTeachingHospital-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<identifier>
<use value="official" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RR8" />
</identifier>
<name value="LEEDS TEACHING HOSPITALS NHS TRUST" />
<telecom>
<system value="phone" />
<value value="0113 243 3144" />
</telecom>
<address>
<line value="ST. JAMES'S UNIVERSITY HOSPITAL" />
<line value="BECKETT STREET" />
<city value="LEEDS" />
<postalCode value="LS9 7TF" />
<country value="ENGLAND" />
</address>
</Organization>
JSON View
{
"resourceType": "Organization",
"id": "UKCore-Organization-LeedsTeachingHospital-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"identifier": [
{
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
],
"name": "LEEDS TEACHING HOSPITALS NHS TRUST",
"telecom": [
{
"system": "phone",
"value": "0113 243 3144"
}
],
"address": [
{
"line": [
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
}
]
}