This page is part of the Vital Records Birth and Fetal Death Reporting (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "location-north-hospital",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location location-north-hospital</b></p><a name=\"location-north-hospital\"> </a><a name=\"hclocation-north-hospital\"> </a><a name=\"location-north-hospital-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: North Hospital</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>, <span title=\"Codes:{http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes loc_transfer-from}\">Transfer-from Location</span></p></div>"
},
"status" : "active",
"name" : "North Hospital",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "HOSP",
"display" : "Hospital"
}
]
},
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes",
"code" : "loc_transfer-from",
"display" : "Transfer-from Location"
}
]
}
]
}