An example to illustrate a general practice nurse clinic location
Table View
Location.id[0] | UKCore-Location-GeneralPracticeNurseClinic-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 GP clinic location</div> |
Location.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-site-code |
Location.identifier[0].value[0] | GP8D7 |
Location.name[0] | WhiteRoseNurseClinic |
Location.type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
Location.type[0].coding[0].code[0] | GIM |
Location.type[0].coding[0].display[0] | General internal medicine clinic |
Location.telecom[0].system[0] | phone |
Location.telecom[0].value[0] | 0113 243 3166 |
Location.managingOrganization[0].reference[0] | Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
Tree View
Location |
id : UKCore-Location-GeneralPracticeNurseClinic-Example |
text |
status : additional |
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 |
XML View
<id value="UKCore-Location-GeneralPracticeNurseClinic-Example" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.nhs.uk/Id/ods-site-code" />
</identifier>
<name value="WhiteRoseNurseClinic" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<display value="General internal medicine clinic" />
</coding>
</type>
<value value="0113 243 3166" />
</telecom>
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
</managingOrganization>
</Location>
JSON View
{
"id": "UKCore-Location-GeneralPracticeNurseClinic-Example",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.nhs.uk/Id/ods-site-code",
}
],
"name": "WhiteRoseNurseClinic",
{
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "General internal medicine clinic"
}
]
}
],
],
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
}
}