This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.3.0: STU 1.3 on FHIR R4) based on FHIR 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
: South Hospital - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "organization-odh-south-hospital",
"meta" : {
"versionId" : "5",
"lastUpdated" : "2023-01-18T02:26:08.329+00:00",
"source" : "#vavzRr06nMLsKwdP",
"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: Organization</b><a name=\"organization-odh-south-hospital\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "organization-odh-south-hospital" Version "5" Updated "2023-01-18 02:26:08+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #vavzRr06nMLsKwdP!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p></div><p><b>identifier</b>: id:\u00a05555512</p><p><b>active</b>: true</p><p><b>type</b>: Hospital <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#HOSP)</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://hl7.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"
}
]
}