{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "http://ehelse.no/fhir/StructureDefinition/vkp-Patient-v06"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "NO"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    },
    {
      "url": "http://ehelse.no/fhir/StructureDefinition/vkp-sone-v06",
      "valueString": "KVT|TROMSØ|Response Center"
    },
    {
      "url": "http://ehelse.no/fhir/StructureDefinition/vkp-household-v05",
      "valueString": "bor alene"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.578.1.12.4.1.4.1",
      "value": "01014549834"
    }
  ],
  "name": [
    {
      "family": "Solbakken",
      "given": [
        "Magnar"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "91448678",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "8885708",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.no/fhir/StructureDefinition/no-basis-address-official",
          "valueBoolean": true
        },
        {
          "url": "http://ehelse.no/fhir/StructureDefinition/vkp-elock-v06",
          "valueString": "e-lås"
        }
      ],
      "use": "home",
      "line": [
        "Gulengvegen 40"
      ],
      "city": "Tromsø",
      "postalCode": "9010"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "text": "norsk"
      }
    }
  ]
}