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 Medical Center - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="stmichael"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2020-08-09T04:03:57.874+00:00"/>
    <source value="#xKY3lUN3BC4PISq4"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: stmichael</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 29</p><p><b>status</b>: active</p><p><b>name</b>: St Michael Medical Center</p><p><b>description</b>: Overland Park Location</p><p><b>telecom</b>: ph: (+1) 913-666-7777</p><p><b>address</b>: 6666 135th Street Overland Park KS 66223 USA </p><h3>Positions</h3><table class="grid"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</td><td>-94.653759</td><td>38.884082</td></tr></table><p><b>managingOrganization</b>: <span>St Michael Health System</span></p></div>
  </text>
  <identifier>
    <system value="http://www.acme.org/location"/>
    <value value="29"/>
  </identifier>
  <status value="active"/>
  <name value="St Michael Medical Center"/>
  <description value="Overland Park Location"/>
  <telecom>
    <system value="phone"/>
    <value value="(+1) 913-666-7777"/>
  </telecom>
  <address>
    <line value="6666 135th Street"/>
    <city value="Overland Park"/>
    <state value="KS"/>
    <postalCode value="66223"/>
    <country value="USA"/>
  </address>
  <position>
    <longitude value="-94.653759"/>
    <latitude value="38.884082"/>
  </position>
  <managingOrganization>
    <display value="St Michael Health System"/>
  </managingOrganization>
</Location>