NHSN Reporting: Inpatient Medication Administration
1.0.0 - STU 1

This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Example of US Core Location - Salem Medical Center - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="location-salem-medical-center"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2020-12-23T22:50:03.721+00:00"/>
    <source value="#oU4GwVxgBOSn7Uov"/>
    <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>status</b>: active</p><p><b>name</b>: Clinic Bldg A, Salem Medical Center</p><p><b>type</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span></p><p><b>telecom</b>: ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, <a href="mailto:mail@smc.org">mail@smc.org</a></p><p><b>address</b>: Clinic Bldg A 4444 Healthcare Drive Ann Arbor MI 99999 </p><p><b>managingOrganization</b>: <a href="Organization-organization-salem-medical-center.html">Generated Summary: id: 55555555; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span>; name: Salem Medical Center; Phone: +1-555-555-1111, mail@salemmedicalcenter.com</a></p></div>
  </text>
  <status value="active"/>
  <name value="Clinic Bldg A, Salem Medical Center"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <telecom>
    <system value="phone"/>
    <value value="(+1) (555)555-3001"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="(+1) (555)555-3002"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mail@smc.org"/>
  </telecom>
  <address>
    <line value="Clinic Bldg A"/>
    <line value="4444 Healthcare Drive"/>
    <city value="Ann Arbor"/>
    <state value="MI"/>
    <postalCode value="99999"/>
  </address>
  <managingOrganization>
    <reference value="Organization/organization-salem-medical-center"/>
  </managingOrganization>
</Location>