<Patient xmlns="http://hl7.org/fhir">
  <id value="example-invalid-labpatient-01" />
  <meta>
    <profile value="http://devdays-example-ig.com/fhir/StructureDefinition/DevDaysIGtutorial-Patient" />
  </meta>
  <identifier>
    <value value="1142dd8e-494d-4a01-823c-047b8bdb35c8" />
  </identifier>
  <active value="true" />
  <name>
    <text value="Mr. Pietje Puk" />
    <family value="Puk" />
    <given value="Pietje" />
  </name>
  <gender value="male" />
  <birthDate value="1981-08-20" />
</Patient>