Nictiz FHIR NL R4 Zib2020
0.9.0 - CI Build

Nictiz FHIR NL R4 Zib2020 - Local Development build (v0.9.0). See the Directory of published versions

: Example Patient - nl-core-NameInformation-firstNamesAndInitialsSeparate - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <!--  An example of the corner case where both official first names (voornamen) and initials of official first names 
        (initialen) are given, but they don't match and the sending system has no information on the relationship 
        between these two distinct sets of information.  -->
  <id value="nl-core-NameInformation-firstNamesAndInitialsSeparate"/>
  <meta>
    <profile
             value="http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Henk </b> (no stated gender), DoB Unknown</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt Names:</td><td colspan="3"><ul><li>Hendrik Willem (Henk) Schemer(OFFICIAL)</li><li>H. J. W. (OFFICIAL)</li></ul></td></tr></table></div>
  </text>
  <!--  The full names are communicated along with other official name information in the first .name element with
        .name.use set to "official".  -->
  <name>
    <use value="official"/>
    <text value="Hendrik Willem (Henk) Schemer"/>
    <family value="Schemer">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
        <valueString value="Schemer"/>
      </extension>
    </family>
    <!--  Each official first name is communicated individually, augmented with the iso21090-EN-qualifier
           extension set to "BR" (Birth) to indicate that it is a complete and official first name.  -->
    <given value="Hendrik">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="BR"/>
      </extension>
    </given>
    <given value="Willem">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="BR"/>
      </extension>
    </given>
  </name>
  <!--  The initials are then communicated in a second .name instance with .name.use set to "official", which contains
        no other name information. Because this is a corner case, sending systems are not required to create this 
        instance and receiving systems are not required to process it.  -->
  <name>
    <use value="official"/>
    <!--  Each official first name initial is communicated individually, augmented with the iso21090-EN-qualifier
           extension set to "IN" (Initial).  -->
    <given value="H.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="IN"/>
      </extension>
    </given>
    <given value="J.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="IN"/>
      </extension>
    </given>
    <given value="W.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="IN"/>
      </extension>
    </given>
  </name>
  <!--  The given name (roepnaam) is communicated using an additional .name instance with .name.use set to usual  -->
  <name>
    <use value="usual"/>
    <given value="Henk"/>
  </name>
</Patient>