Da Vinci Health Record Exchange (HRex)
1.1.0 - STU 1.1 United States of America flag

This page is part of the Da Vinci Health Record Exchange (v1.1.0: STU 1.1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: HRex Organization minimal example - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="min"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization min</b></p><a name="min"> </a><a name="hcmin"> </a><a name="min-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>/1234567893</p><p><b>active</b>: true</p><p><b>name</b>: New Health Plan</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1234567893"/>
  </identifier>
  <active value="true"/>
  <name value="New Health Plan"/>
</Organization>