HL7 FHIR® UK Core
4.0.0 - CI Build

HL7 FHIR® UK Core - Local Development build (v4.0.0). See the Directory of published versions

Location-UKCore-Location-Example - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Location",
  "id" : "UKCore-Location-Example",
  "meta" : {
    "profile" : [
      "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: UKCore-Location-Example</p><p><b>meta</b>: </p><p><b>identifier</b>: RR8D7</p><p><b>name</b>: CARDIOLOGY SJUH</p><p><b>type</b>: Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-RoleCode code 'CARD' = 'Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities', given as 'Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities'})</span></p><p><b>telecom</b>: ph: 0113 243 3149</p><p><b>address</b>: CARDIOLOGY SJUH ST. JAMES'S UNIVERSITY HOSPITAL BECKETT STREET LEEDS LS9 7TF ENGLAND </p><p><b>managingOrganization</b>: <a href=\"Organization/UKCore-Organization-Example\">Organization/UKCore-Organization-Example</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.nhs.uk/Id/ods-site-code",
      "value" : "RR8D7"
    }
  ],
  "name" : "CARDIOLOGY SJUH",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "CARD",
          "display" : "Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0113 243 3149"
    }
  ],
  "address" : {
    "line" : [
      "CARDIOLOGY SJUH",
      "ST. JAMES'S UNIVERSITY HOSPITAL",
      "BECKETT STREET"
    ],
    "city" : "LEEDS",
    "postalCode" : "LS9 7TF",
    "country" : "ENGLAND"
  },
  "managingOrganization" : {
    "reference" : "Organization/UKCore-Organization-Example"
  }
}