<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="2e185e90-f9a4-4186-8063-166214ac85e0" />
  <meta>
    <profile value="http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRRelatedPerson" />
    <security>
      <system value="http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel" />
      <code value="sekretessmarkering" />
    </security>
  </meta>
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">RelatedPerson with structured address, using the streetName and houseNumber extensions on address.line. The officialAddressType extension declares that the address is the officially registered address of the person, by using the code "63381000052101"</div>
  </text>
  <identifier id="personalIdentityNumber">
    <use value="official" />
    <type>
      <text value="Personal Identity Number" />
    </type>
    <system value="http://electronichealth.se/identifier/personnummer" />
    <value value="197505162384" />
    <period>
      <start value="1975-05-16" />
    </period>
    <assigner>
      <display value="Skatteverket" />
    </assigner>
  </identifier>
  <patient>
    <reference value="Patient/f022f679-dbdb-4610-bb20-8f49c09def55" />
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0064" />
      <code value="CHD" />
      <display value="Child" />
    </coding>
  </relationship>
  <name>
    <text value="Anna Karlsson" />
    <family value="Karlsson" />
    <given value="Anna" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="+46701234567" />
    <use value="mobile" />
    <period>
      <start value="2025-01-01" />
      <end value="2025-12-31" />
    </period>
  </telecom>
  <telecom>
    <system value="email" />
    <value value="anna.karlsson@example.se" />
    <use value="home" />
    <period>
      <start value="2025-01-01" />
    </period>
  </telecom>
  <gender value="female" />
  <birthDate value="1975-05-16" />
  <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>
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="14" />
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Björkvägen" />
      </extension>
    </line>
    <city value="Uppsala" />
    <postalCode value="752 63" />
    <period>
      <start value="2015-02-01" />
    </period>
  </address>
</RelatedPerson>