XML View
<Location xmlns="http://hl7.org/fhir">
<id value="UKCore-Location-GeneralPracticeNurseClinic-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<identifier>
<system value="https://fhir.nhs.uk/Id/ods-site-code" />
<value value="GP8D7" />
</identifier>
<name value="WhiteRoseNurseClinic" />
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="GIM" />
<display value="General internal medicine clinic" />
</coding>
</type>
<telecom>
<system value="phone" />
<value value="0113 243 3166" />
</telecom>
<managingOrganization>
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
</managingOrganization>
</Location>
JSON View
{
"resourceType": "Location",
"id": "UKCore-Location-GeneralPracticeNurseClinic-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/ods-site-code",
"value": "GP8D7"
}
],
"name": "WhiteRoseNurseClinic",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "GIM",
"display": "General internal medicine clinic"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 243 3166"
}
],
"managingOrganization": {
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
}
}