<Patient xmlns="http://hl7.org/fhir">
  <id value="6d493572-0375-40a7-97eb-6a91ee7f72a0" />
  <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 registered address as structured with address.line extensions and personal phone number</div>
  </text>
  <identifier>
    <system value="http://electronichealth.se/identifier/personnummer" />
    <value value="198001032385" />
  </identifier>
  <telecom>
    <system value="phone" />
    <value value="+46712345678" />
    <period>
      <start value="1970-01-01" />
    </period>
  </telecom>
  <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="63381000052101" />
          <display value="folkbokföringsadress" />
        </coding>
      </valueCodeableConcept>
    </extension>
    <line>
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="11" />
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Drottninggatan" />
      </extension>
    </line>
    <city value="Stockholm" />
    <postalCode value="111 51" />
    <period>
      <start value="1970-01-01" />
    </period>
  </address>
</Patient>