{
  "resourceType": "RelatedPerson",
  "id": "2e185e90-f9a4-4186-8063-166214ac85e0",
  "meta": {
    "security": [
      {
        "system": "http://hl7.se/fhir/ig/base/CodeSystem/SecurityLabel",
        "code": "sekretessmarkering"
      }
    ],
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRRelatedPerson"
    ]
  },
  "identifier": [
    {
      "type": {
        "text": "Personal Identity Number"
      },
      "period": {
        "start": "1975-05-16"
      },
      "assigner": {
        "display": "Skatteverket"
      },
      "id": "personalIdentityNumber",
      "use": "official",
      "system": "http://electronichealth.se/identifier/personnummer",
      "value": "197505162384"
    }
  ],
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0064",
          "code": "CHD",
          "display": "Child"
        }
      ]
    }
  ],
  "name": [
    {
      "given": [
        "Anna"
      ],
      "text": "Anna Karlsson",
      "family": "Karlsson"
    }
  ],
  "telecom": [
    {
      "period": {
        "start": "2025-01-01",
        "end": "2025-12-31"
      },
      "system": "phone",
      "value": "+46701234567",
      "use": "mobile"
    },
    {
      "period": {
        "start": "2025-01-01"
      },
      "system": "email",
      "value": "anna.karlsson@example.se",
      "use": "home"
    }
  ],
  "address": [
    {
      "period": {
        "start": "2015-02-01"
      },
      "extension": [
        {
          "url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "63381000052101",
                "system": "http://snomed.info/sct"
              }
            ]
          }
        }
      ],
      "city": "Uppsala",
      "postalCode": "752 63",
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "14"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Björkvägen"
            }
          ]
        }
      ]
    }
  ],
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">RelatedPerson with structured address, using the streetName and houseNumber extensions on address.line. The officialAddressType extension declares that the address is the officially registered address of the person, by using the code \"63381000052101\"</div>"
  },
  "patient": {
    "reference": "Patient/f022f679-dbdb-4610-bb20-8f49c09def55"
  },
  "gender": "female",
  "birthDate": "1975-05-16"
}