FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeOrganization
IdOrganization-Inpatient.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
    }
  ]
}