Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: St. Michael's Hospital - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Inpatient",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-08-09T15:08:18.345+00:00",
    "source" : "#6srEiUjeenLPVop9",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Inpatient</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 1063494177</p><p><b>active</b>: true</p><p><b>name</b>: St. Michael's Hospital</p><p><b>telecom</b>: ph: (816)932-2000(WORK), http://www.stmichaelmedicalcenter.org(WORK)</p><p><b>address</b>: 6666 135th St, Overland Park, KS 66223</p></div>"
  },
  "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"
    }
  ]
}