FHIR IG analytics| Package | hl7.fhir.us.nhsn-ade |
| Resource Type | Location |
| Id | Location-location-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 "location-salem-medical-center-ade" Version "1" Updated "2021-01-13T08:58:31.769Z"
Information Source: #yogM4A4dd1NkLOZg!
Profile: US Core Location Profile
status: active
name: Clinic Bldg A, Salem Medical Center
type: Hospital (RoleCode#HOSP)
telecom: ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, mail@smc.org
address: Clinic Bldg A 4444 Healthcare Drive Ann Arbor MI 99999
managingOrganization: Organization/organization-salem-medical-center-ade "Salem Medical Center"
{
"resourceType": "Location",
"id": "location-salem-medical-center-ade",
"meta": {
"versionId": "1",
"lastUpdated": "2021-01-13T08:58:31.769+00:00",
"source": "#yogM4A4dd1NkLOZg",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Clinic Bldg A, Salem Medical Center",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "(+1) (555)555-3001"
},
{
"system": "fax",
"value": "(+1) (555)555-3002"
},
{
"system": "email",
"value": "mail@smc.org"
}
],
"address": {
"line": [
"Clinic Bldg A",
"4444 Healthcare Drive"
],
"city": "Ann Arbor",
"state": "MI",
"postalCode": "99999"
},
"managingOrganization": {
"reference": "Organization/organization-salem-medical-center-ade"
}
}