Vital Records Birth and Fetal Death Reporting
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Birth and Fetal Death Reporting (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Location - US Core Location example [South Hospital] - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "location-south-hospital",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-08-07T03:08:16.180+00:00",
    "source" : "#b4SJQY6FL0L0RNZ0",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>name</b>: South Hospital</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p></div>"
  },
  "status" : "active",
  "name" : "South Hospital",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ]
    }
  ]
}