<Patient xmlns="http://hl7.org/fhir">
  <id value="f6a1b5e7-8d9c-4e0b-9a2f-bfae2234a0aa" />
  <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 address marked as the address that the patient has stated that they live at. This is done by setting the address use to home and the officialAddressType extension to 63391000052104, i.e. "given address".</div>
  </text>
  <identifier>
    <use value="official" />
    <system value="http://electronichealth.se/identifier/personnummer" />
    <value value="198005072345" />
    <period>
      <start value="1980-05-07" />
    </period>
    <assigner>
      <display value="Skatteverket" />
    </assigner>
  </identifier>
  <name>
    <text value="Lisa Karlsson" />
    <family value="Karlsson" />
    <given value="Lisa" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="+46709876543" />
    <use value="mobile" />
    <period>
      <start value="2023-01-01" />
    </period>
  </telecom>
  <telecom>
    <system value="email" />
    <value value="lisa.karlsson@example.se" />
    <use value="home" />
    <period>
      <start value="2023-01-01" />
    </period>
  </telecom>
  <gender value="female" />
  <birthDate value="1980-05-07" />
  <address>
    <extension url="http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct" />
          <version value="http://snomed.info/sct/45991000052106" />
          <code value="63391000052104" />
        </coding>
      </valueCodeableConcept>
    </extension>
    <use value="home" />
    <text value="Storgatan 22, 111 22 Stockholm" />
    <city value="Stockholm" />
    <postalCode value="111 22" />
    <period>
      <start value="2001-05-01" />
    </period>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
      <code value="M" />
      <display value="Married" />
    </coding>
  </maritalStatus>
  <managingOrganization>
    <reference value="Organization/HealthcareProvider" />
  </managingOrganization>
</Patient>