FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeLocation
IdUKCore-Location-GeneralPracticeNurseClinic-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "id": "UKCore-Location-GeneralPracticeNurseClinic-Example",
  "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"
  }
}