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-south-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-south-hospital</b></p><a name=\"location-south-hospital\"> </a><a name=\"hclocation-south-hospital\"> </a><a name=\"location-south-hospital-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/116441967701</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>, <span title=\"Codes:{http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes loc_birth}\">Birth Location</span></p><p><b>address</b>: 2100 North Ave Salt Lake City UT 84116 US </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>40.8</td><td>111.9</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-organization-south-hospital.html\">Organization - South Hospital</a></p></div>"
},
"identifier" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-jurisdictional-facility-identifier",
"valueString" : "UT12"
}
],
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "116441967701"
}
],
"status" : "active",
"name" : "South 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_birth",
"display" : "Birth Location"
}
]
}
],
"address" : {
"line" : [
"2100 North Ave"
],
"city" : "Salt Lake City",
"district" : "Made Up",
"state" : "UT",
"postalCode" : "84116",
"country" : "US"
},
"position" : {
"longitude" : 40.8,
"latitude" : 111.9
},
"managingOrganization" : {
🔗 "reference" : "Organization/organization-south-hospital",
"display" : "Organization - South Hospital"
}
}