FHIR IG analytics| Package | ihe.pcc.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 organization-odh-south-hospital
identifier: United States National Provider Identifier/5555512
active: true
type: Hospital
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": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/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"
}
]
}