XML View
<Organization xmlns="http://hl7.org/fhir">
<id value="UKCore-Organization-WhiteRoseMedicalCentre-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="GP5" />
</identifier>
<name value="WHITE ROSE MEDICAL CENTRE" />
<telecom>
<system value="phone" />
<value value="0111 243 3144" />
</telecom>
<address>
<line value="WHITE ROSE MEDICAL PRACTICE" />
<line value="ROSE STREET" />
<city value="LEEDS" />
<postalCode value="LS1288T" />
<country value="ENGLAND" />
</address>
</Organization>
JSON View
{
"resourceType": "Organization",
"id": "UKCore-Organization-WhiteRoseMedicalCentre-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": "GP5"
}
],
"name": "WHITE ROSE MEDICAL CENTRE",
"telecom": [
{
"system": "phone",
"value": "0111 243 3144"
}
],
"address": [
{
"line": [
"WHITE ROSE MEDICAL PRACTICE",
"ROSE STREET"
],
"city": "LEEDS",
"postalCode": "LS1288T",
"country": "ENGLAND"
}
]
}