FHIR IG analytics| Package | se.electronichealth.fhir.nppr.r5 |
| Resource Type | Person |
| Id | Person-b70186fb-432d-4077-a085-73d09107055b.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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-07T13:28:17.239+02:00",
"end": "2015-02-07T13:28:17.239+02:00"
},
"system": "http://electronichealth.se/identifier/samordningsnummer",
"value": "191605862398"
}
],
"name": [
{
"given": [
"Anna",
"Maria"
],
"family": "Svensson"
}
],
"telecom": [
{
"period": {
"start": "2015-02-07T13:28:17.239+02:00",
"end": "2025-02-07T13:28:17.239+02:00"
},
"system": "phone",
"use": "mobile",
"value": "+46701234567",
"rank": 1
},
{
"period": {
"start": "2015-02-07T13:28:17.239+02: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-07T13:28:17.239+02: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": "<!-- snip (see above) -->",
"status": "additional"
},
"gender": "female",
"birthDate": "1916-05-26"
}