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

Birth And Fetal Death (BFDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. See the Directory of published versions

: Location BFDR - East Hospital - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="location-east-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-east-hospital</b></p><a name="location-east-hospital"> </a><a name="hclocation-east-hospital"> </a><a name="location-east-hospital-en-US"> </a><p><b>status</b>: Active</p><p><b>name</b>: East 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_transfer-to}">Transfer-to Location</span></p></div>
  </text>
  <status value="active"/>
  <name value="East 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_transfer-to"/>
      <display value="Transfer-to Location"/>
    </coding>
  </type>
</Location>