FHIR IG analytics| Package | hl7.fhir.us.nhsn-ade |
| Resource Type | Organization |
| Id | Organization-organization-salem-medical-center-ade.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "organization-salem-medical-center-ade" Version "1" Updated "2021-01-13T08:58:31.808Z"
Information Source: #Zy6eD2gttZuY94Sm!
Profile: US Core Organization Profile
identifier: id: 55555555
active: true
type: Hospital (RoleCode#HOSP)
name: Salem Medical Center
telecom: +1-555-555-1111, mail@salemmedicalcenter.com
address: 22222 Health Authority Drive Ann Arbor MI 99999
{
"resourceType": "Organization",
"id": "organization-salem-medical-center-ade",
"meta": {
"versionId": "1",
"lastUpdated": "2021-01-13T08:58:31.808+00:00",
"source": "#Zy6eD2gttZuY94Sm",
"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": "55555555"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"name": "Salem Medical Center",
"telecom": [
{
"system": "phone",
"value": "+1-555-555-1111"
},
{
"system": "email",
"value": "mail@salemmedicalcenter.com"
}
],
"address": [
{
"line": [
"22222 Health Authority Drive"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "99999"
}
]
}