Birth And Fetal Death (BFDR) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

This page is part of the Vital Records Birth and Fetal Death Reporting (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) 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

: Location BFDR - South Hospital - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="location-south-hospital"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location location-south-hospital</b></p><a name="location-south-hospital"> </a><a name="hclocation-south-hospital"> </a><a name="location-south-hospital-en-US"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html" title="National Provider Identifier">NPI</a>/116441967701</p><p><b>status</b>: Active</p><p><b>name</b>: South Hospital</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}">Hospital</span>, <span title="Codes:{http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes loc_birth}">Birth Location</span></p><p><b>address</b>: 2100 North Ave Salt Lake City UT 84116 US </p><h3>Positions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style="display: none">*</td><td>40.8</td><td>111.9</td></tr></table><p><b>managingOrganization</b>: <a href="Organization-organization-south-hospital.html">Organization - South Hospital</a></p></div>
  </text>
  <identifier>
    <extension
               url="http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-jurisdictional-facility-identifier">
      <valueString value="UT12"/>
    </extension>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="116441967701"/>
  </identifier>
  <status value="active"/>
  <name value="South Hospital"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="HOSP"/>
      <display value="Hospital"/>
    </coding>
  </type>
  <type>
    <coding>
      <system
              value="http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes"/>
      <code value="loc_birth"/>
      <display value="Birth Location"/>
    </coding>
  </type>
  <address>
    <line value="2100 North Ave"/>
    <city value="Salt Lake City"/>
    <district value="Made Up"/>
    <state value="UT"/>
    <postalCode value="84116"/>
    <country value="US"/>
  </address>
  <position>
    <longitude value="40.8"/>
    <latitude value="111.9"/>
  </position>
  <managingOrganization>🔗 
    <reference value="Organization/organization-south-hospital"/>
    <display value="Organization - South Hospital"/>
  </managingOrganization>
</Location>