FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Organization |
| Id | Organization-org-ED-Metro-Hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization org-ED-Metro-Hospital
active: true
name: Metro Hospital Emergency Department
telecom: ph: (555) 384-4444
address: 22327 Moross Rd, Detroit, MI 48236
{
"resourceType": "Organization",
"id": "org-ED-Metro-Hospital",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": "Metro Hospital Emergency Department",
"telecom": [
{
"system": "phone",
"value": "(555) 384-4444"
}
],
"address": [
{
"text": "22327 Moross Rd, Detroit, MI 48236",
"line": [
"22327 Moross Rd, Detroit, MI 48236"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48236",
"country": "US"
}
]
}