FHIR IG analytics| Package | ihe.qrph.bfdr |
| Resource Type | Organization |
| Id | Organization-organization-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-south-hospital
version: versionId: id (PrimitiveType/Organization.meta.versionId): element = id -> versionId=id[4]; Last updated: 2023-06-22 01:57:18+0000
identifier: NPI/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-south-hospital",
"meta": {
"versionId": "4",
"lastUpdated": "2023-06-22T01:57:18.652Z"
},
"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"
}
]
}