{
  "resourceType": "Patient",
  "id": "6798c50b-aa85-4463-9365-cf49690279a3",
  "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"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.578.1.12.4.1.4.1",
      "value": "19074134753"
    },
    {
      "system": "http://gerica.tietoevry.no/lopenummer",
      "value": "65832"
    }
  ],
  "name": [
    {
      "family": "Testesen",
      "given": [
        "Test"
      ]
    }
  ],
  "telecom": [
    {
      "value": "not available"
    }
  ],
  "gender": "female",
  "address": [
    {
      "text": "not available"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/MaritalStatus",
        "code": "M"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "no"
          }
        ]
      }
    }
  ]
}