FHIR IG analytics| Package | se.electronichealth.fhir.nppr.r5 |
| Resource Type | Patient |
| Id | Patient-f6a1b5e7-8d9c-4e0b-9a2f-bfae2234a0aa.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "f6a1b5e7-8d9c-4e0b-9a2f-bfae2234a0aa",
"meta": {
"profile": [
"http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPatient"
]
},
"identifier": [
{
"period": {
"start": "1980-05-07"
},
"assigner": {
"display": "Skatteverket"
},
"use": "official",
"system": "http://electronichealth.se/identifier/personnummer",
"value": "198005072345"
}
],
"name": [
{
"given": [
"Lisa"
],
"text": "Lisa Karlsson",
"family": "Karlsson"
}
],
"telecom": [
{
"period": {
"start": "2023-01-01"
},
"system": "phone",
"value": "+46709876543",
"use": "mobile"
},
{
"period": {
"start": "2023-01-01"
},
"system": "email",
"value": "lisa.karlsson@example.se",
"use": "home"
}
],
"address": [
{
"period": {
"start": "2001-05-01"
},
"extension": [
{
"url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPROfficialAddressTypeExtension",
"valueCodeableConcept": {
"coding": [
{
"code": "63391000052104",
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/45991000052106"
}
]
}
}
],
"use": "home",
"text": "Storgatan 22, 111 22 Stockholm",
"city": "Stockholm",
"postalCode": "111 22"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "additional"
},
"gender": "female",
"birthDate": "1980-05-07",
"managingOrganization": {
"reference": "Organization/HealthcareProvider"
}
}