FHIR IG analytics| Package | hl7.fhir.us.ecr |
| Resource Type | Organization |
| Id | Organization-organization-ecr-salem-medical-center.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-ecr-salem-medical-center
Language: en
Profile: US Public Health Organization
identifier: United States National Provider Identifier/1144221847
active: true
type: Outpatient facility
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-ecr-salem-medical-center",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1144221847"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "OF",
"display": "Outpatient facility"
}
]
}
],
"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"
}
]
}