<Patient xmlns="http://hl7.org/fhir">
  <id value="f022f679-dbdb-4610-bb20-8f49c09def55" />
  <meta>
    <profile value="http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPatient" />
  </meta>
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">Patient with which of their names they want to be called by (Henrik) supplied in the given element together with the nameQualifier code "call me", as well as their middle name (Tomas) supplied in the middleName extension. The full name, including the name the patient does not go by, is supplied in the text element</div>
  </text>
  <name>
    <extension url="http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRMiddleNameExtension">
      <valueString value="Tomas" />
    </extension>
    <text value="Carl Henrik Tomas Andersson" />
    <family value="Andersson" />
    <given value="Henrik">
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="CL" />
      </extension>
    </given>
  </name>
</Patient>