Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: HospitalSubmittterExample - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="HospitalSubmittterExample"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization HospitalSubmittterExample</b></p><a name="HospitalSubmittterExample"> </a><a name="hcHospitalSubmittterExample"> </a><a name="HospitalSubmittterExample-en-US"> </a><p><b>identifier</b>: Provider number/1993999998</p><p><b>active</b>: true</p><p><b>name</b>: Ann Arbor General Hospital</p><p><b>telecom</b>: ph: 734-555-2003</p><p><b>address</b>: 142 Oak Steet Ann Arbor MI 48105 </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1993999998"/>
  </identifier>
  <active value="true"/>
  <name value="Ann Arbor General Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="734-555-2003"/>
  </telecom>
  <address>
    <line value="142 Oak Steet"/>
    <city value="Ann Arbor"/>
    <state value="MI"/>
    <postalCode value="48105"/>
  </address>
</Organization>