<Patient xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../STU3/fhir-all-xsd/fhir-single.xsd">
  <meta>
    <profile value="http://ehelse.no/fhir/StructureDefinition/vkp-Patient-v06" />
  </meta>
  <!-- The nationality of the patient. should be a country code from ISO 3166-1 code system -->
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system value="urn:iso:std:iso:3166" />
          <code value="NO" />
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <extension url="http://ehelse.no/fhir/StructureDefinition/vkp-sone-v06">
    <!-- Tjenestested/sone -->
    <!-- A string representation of the Sone Hierarcy. Usually four levels: Municipality, District, Sone and SubSone. Each category is delimited with a "|" -->
    <valueString value="KVT|TROMSØ|Response Center" />
  </extension>
  <extension url="http://ehelse.no/fhir/StructureDefinition/vkp-household-v05">
    <!-- Husholdning -->
    <!-- Important information about the household of the persons home address. Wether the person lives alone or not, pets etc. -->
    <valueString value="bor alene" />
  </extension>
  <identifier>
    <!-- Fødselnummeret til brukeren -->
    <!-- VKP expects a Norwegian "fødselsnummer" as the primary patient identification. -->
    <system value="urn:oid:2.16.578.1.12.4.1.4.1" />
    <value value="01014549834" />
  </identifier>
  <name>
    <!-- Navnet til brukeren -->
    <family value="Solbakken" />
    <given value="Magnar" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="91448678" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="8885708" />
    <use value="mobile" />
  </telecom>
  <!-- Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes. -->
  <gender value="female" />
  <address>
    <extension url="http://hl7.no/fhir/StructureDefinition/no-basis-address-official">
      <!-- Defines the concept of an officially registered address in Norway. Usually this will be the adress registered in "Folkeregisteret" for persons or "Enhetsregisteret" for organizations. -->
      <valueBoolean value="true" />
    </extension>
    <extension url="http://ehelse.no/fhir/StructureDefinition/vkp-elock-v06">
      <!-- Angir at pasienten har installert elås på hjemmeadressen -->
      <valueString value="e-lås" />
    </extension>
    <use value="home" />
    <line value="Gulengvegen 40" />
    <city value="Tromsø" />
    <!-- Poststed -->
    <postalCode value="9010" />
    <!-- postnummer -->
  </address>
  <maritalStatus>
    <!-- This field contains a patient's most recent marital (civil) status. -->
    <coding>
      <system value="http://hl7.org/fhir/v3/MaritalStatus" />
      <code value="U" />
      <display value="unmarried" />
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <!-- Languages which may be used to communicate with the patient about his or her health. -->
      <!-- Should we prefer coded values? -->
      <text value="norsk" />
    </language>
  </communication>
</Patient>