FHIR IG analytics| Package | hl7.fhir.us.dme-orders |
| Resource Type | Organization |
| Id | Organization-Inpatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization
Resource Organization "Inpatient" Version "1" Updated "2020-08-09 19:08:18+0000"
identifier: id: 1063494177
active: true
name: St. Michael's Hospital
telecom: ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)
address: 6666 135th St, Overland Park, KS 66223
{
"resourceType": "Organization",
"id": "Inpatient",
"meta": {
"versionId": "1",
"lastUpdated": "2020-08-09T19:08:18.345Z"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1063494177"
}
],
"active": true,
"name": "St. Michael's Hospital",
"telecom": [
{
"system": "phone",
"value": "(816)932-2000",
"use": "work"
},
{
"system": "other",
"value": "http://www.stmichaelmedicalcenter.org",
"use": "work"
}
],
"address": [
{
"text": "6666 135th St, Overland Park, KS 66223",
"line": [
"6666 135th Street,"
],
"city": "Overland Park",
"state": "KS",
"postalCode": "66223"
}
]
}