FHIR IG analytics| Package | se.electronichealth.fhir.nppr.r5 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-2e185e90-f9a4-4186-8063-166214ac85e0.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
}