Netherlands - Generic Functions for data exchange Implementation Guide
0.2.0 - ci-build Netherlands flag

Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. See the Directory of published versions

: Patient1 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="Patient1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Patient1</b></p><a name="Patient1"> </a><a name="hcPatient1"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">John B. Anyperson  Male, DoB: 1980-01-01</p><hr/></div>
  </text>
  <name>
    <family value="Anyperson"/>
    <given value="John"/>
    <given value="B."/>
  </name>
  <gender value="male"/>
  <birthDate value="1980-01-01"/>
</Patient>