<Patient xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir http://hl7.org/fhir/STU3/fhir-all.xsd">
  <id value="nl-core-patient-01" />
  <meta>
    <profile value="http://fhir.nl/fhir/StructureDefinition/nl-core-patient" />
  </meta>
  <text>
    <status value="extensions" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <div>Id <i>afgeschermd (ontbrekend gegeven)</i> (BSN), Quintus Queeste, Man, 29 februari 1980</div>
    </div>
  </text>
  <identifier>
    <system value="http://fhir.nl/fhir/NamingSystem/bsn" />
    <value>
      <extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="masked" />
      </extension>
    </value>
  </identifier>
  <name>
    <extension url="http://hl7.org/fhir/StructureDefinition/humanname-assembly-order">
      <valueCode value="NL1" />
    </extension>
    <use value="official" />
    <family value="Queeste">
      <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
        <valueString value="Queeste" />
      </extension>
    </family>
    <given value="Quintus">
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="BR" />
      </extension>
    </given>
  </name>
  <gender value="male">
    <extension url="http://nictiz.nl/fhir/StructureDefinition/code-specification">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.org/fhir/v3/AdministrativeGender" />
          <code value="M" />
          <display value="Man" />
        </coding>
      </valueCodeableConcept>
    </extension>
  </gender>
  <birthDate value="1980-02-29" />
</Patient>