{
  "resourceType": "Person",
  "id": "b70186fb-432d-4077-a085-73d09107055b",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPerson"
    ],
    "security": [
      {
        "system": "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
        "code": "sekretessmarkering",
        "display": "Sekretessmarkering"
      }
    ]
  },
  "identifier": [
    {
      "period": {
        "start": "2015-02-07T11:28:17.239+00:00",
        "end": "2015-02-07T11:28:17.239+00:00"
      },
      "system": "http://electronichealth.se/identifier/samordningsnummer",
      "value": "191605862398"
    }
  ],
  "name": [
    {
      "given": [
        "Anna",
        "Maria"
      ],
      "family": "Svensson"
    }
  ],
  "telecom": [
    {
      "period": {
        "start": "2015-02-07T11:28:17.239+00:00",
        "end": "2025-02-07T11:28:17.239+00:00"
      },
      "system": "phone",
      "use": "mobile",
      "value": "+46701234567",
      "rank": 1
    },
    {
      "period": {
        "start": "2015-02-07T11:28:17.239+00:00"
      },
      "system": "email",
      "value": "anna.svensson@example.org"
    }
  ],
  "address": [
    {
      "line": [
        "Storgatan 12"
      ],
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "63381000052101",
                "system": "http://snomed.info/sct"
              }
            ]
          }
        }
      ],
      "period": {
        "start": "2015-02-07T11:28:17.239+00:00"
      },
      "postalCode": "11456",
      "city": "Stockholm",
      "country": "SE"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ]
  },
  "link": [
    {
      "target": {
        "reference": "Patient/6d493572-0375-40a7-97eb-6a91ee7f72a0"
      }
    }
  ],
  "text": {
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Person with link reference to Patient instance, to explain that the Person and the Patient instances regard the same person.</div>",
    "status": "additional"
  },
  "gender": "female",
  "birthDate": "1916-05-26"
}