<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="patient01"/>
  <meta>
    <profile value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-patient"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 2512489996 (OFFICIAL)</p><p><b>name</b>: Nancy Ann Berggren (OFFICIAL)</p><p><b>telecom</b>: NemSMS, eBoks</p><p><b>gender</b>: unknown</p><p><b>address</b>: Tårnhøjvej 47 Landet Aalborg Øst 9220 Danmark (HOME)</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:1.2.208.176.1.2"/>
    <value value="2512489996"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Berggren"/>
    <given value="Nancy"/>
    <given value="Ann"/>
  </name>
  <telecom>
    <system value="other"/>
    <value value="NemSMS"/>
  </telecom>
  <telecom>
    <system value="other"/>
    <value value="eBoks"/>
  </telecom>
  <gender value="unknown"/>
  <address>
    <extension url="http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes"/>
          <code value="0330"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.dk/fhir/core/CodeSystem/dk-core-regional-subdivision-codes"/>
          <code value="DK-85"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <use value="home"/>
    <line value="T&#xE5;rnh&#xF8;jvej 47"/>
    <line value="Landet"/>
    <city value="Aalborg &#xD8;st"/>
    <postalCode value="9220"/>
    <country value="Danmark"/>
  </address>
</Patient>