FHIR IG analytics| Package | se.electronichealth.fhir.nppr.r5 |
| Resource Type | Person |
| Id | Person-e3c13bb1-236e-424c-a28e-e266be42b073.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Person",
"id": "e3c13bb1-236e-424c-a28e-e266be42b073",
"meta": {
"profile": [
"http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPerson"
]
},
"identifier": [
{
"system": "http://electronichealth.se/identifier/samordningsnummer",
"value": "191605862398"
}
],
"name": [
{
"given": [
"Jimmy"
],
"extension": [
{
"url": "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRMiddleNameExtension",
"valueString": "Stefan"
}
],
"family": "Johansson"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "additional"
},
"gender": "male",
"birthDate": "1916-05-26"
}