FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypeRelatedPerson
IdRelatedPerson-2e185e90-f9a4-4186-8063-166214ac85e0.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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"

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/f022f679-dbdb-4610-bb20-8f49c09def55"
  },
  "gender": "female",
  "birthDate": "1975-05-16"
}