FHIR IG analytics| Package | hl7.fhir.us.odh |
| Resource Type | Organization |
| Id | Organization-organization-odh-south-hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "organization-odh-south-hospital" Version "5" Updated "2023-01-18 02:26:08+0000"
Information Source: #vavzRr06nMLsKwdP!
Profile: US Core Organization Profile
identifier: id: 5555512
active: true
type: Hospital (RoleCode#HOSP)
name: South Hospital
telecom: +1-555-555-1111, mail@southhospital.com
address: 2100 North Ave Salt Lake City UT 84116 US
{
"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": "<!-- snip (see above) -->"
},
"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"
}
]
}