This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.1.0: STU 1.1 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "organization-odh-south-hospital",
"meta" : {
"versionId" : "4",
"lastUpdated" : "2021-06-01T23:57:53.410+00:00",
"source" : "#fk01834k19jJPQzn",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 5555512</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>name</b>: South Hospital</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-1111\">+1-555-555-1111</a>, <a href=\"mailto:mail@southhospital.com\">mail@southhospital.com</a></p><p><b>address</b>: 2100 North Ave Salt Lake City UT 84116 US </p></div>"
},
"identifier" : [
{
"system" : "http://example.org/fhir/sid/us-npi",
"value" : "5555512"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "HOSP",
"display" : "Hospital"
}
]
}
],
"name" : "South Hospital",
"telecom" : [
{
"system" : "phone",
"value" : "+1-555-555-1111"
},
{
"system" : "email",
"value" : "mail@southhospital.com"
}
],
"address" : [
{
"line" : [
"2100 North Ave"
],
"city" : "Salt Lake City",
"state" : "UT",
"postalCode" : "84116",
"country" : "US"
}
]
}