<Person xmlns="http://hl7.org/fhir">
  <id value="b70186fb-432d-4077-a085-73d09107055b" />
  <meta>
    <profile value="http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPerson" />
    <security>
      <system value="http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel" />
      <code value="sekretessmarkering" />
      <display value="Sekretessmarkering" />
    </security>
  </meta>
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">Person with link reference to Patient instance, to explain that the Person and the Patient instances regard the same person.</div>
  </text>
  <identifier>
    <system value="http://electronichealth.se/identifier/samordningsnummer" />
    <value value="191605862398" />
    <period>
      <start value="2015-02-07T13:28:17.239+02:00" />
      <end value="2015-02-07T13:28:17.239+02:00" />
    </period>
  </identifier>
  <name>
    <family value="Svensson" />
    <given value="Anna" />
    <given value="Maria" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="+46701234567" />
    <use value="mobile" />
    <rank value="1" />
    <period>
      <start value="2015-02-07T13:28:17.239+02:00" />
      <end value="2025-02-07T13:28:17.239+02:00" />
    </period>
  </telecom>
  <telecom>
    <system value="email" />
    <value value="anna.svensson@example.org" />
    <period>
      <start value="2015-02-07T13:28:17.239+02:00" />
    </period>
  </telecom>
  <gender value="female" />
  <birthDate value="1916-05-26" />
  <address>
    <extension url="http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct" />
          <code value="63381000052101" />
        </coding>
      </valueCodeableConcept>
    </extension>
    <line value="Storgatan 12" />
    <city value="Stockholm" />
    <postalCode value="11456" />
    <country value="SE" />
    <period>
      <start value="2015-02-07T13:28:17.239+02:00" />
    </period>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
      <code value="M" />
      <display value="Married" />
    </coding>
  </maritalStatus>
  <link>
    <target>
      <reference value="Patient/6d493572-0375-40a7-97eb-6a91ee7f72a0" />
    </target>
  </link>
</Person>