FHIR IG analytics| Package | se.electronichealth.fhir.nll.r4 |
| Resource Type | Patient |
| Id | fetch-patient-example-3.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "e5c691f6-aa3d-4b1f-9d20-f585594a379e",
"meta": {
"profile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLPatient"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "SUBSETTED"
}
],
"tag": [
{
"display": "Fetch Patient deceased"
},
{
"display": "An Example of a Bundle of type searchset"
},
{
"display": "fetch-patient-example-3"
}
]
},
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLPopulationRegistered",
"valueCoding": {
"system": "http://ehalsomyndigheten.se/fhir/CodeSystem/library",
"code": "YES"
}
}
],
"identifier": [
{
"system": "http://electronichealth.se/identifier/personnummer",
"value": "198207059299"
}
],
"active": false,
"name": [
{
"text": "Sten,Olof",
"family": "Olof",
"given": [
"Sten"
]
}
],
"deceasedBoolean": true,
"address": [
{
"extension": [
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLMunicipalityCode",
"valueCode": "0115"
},
{
"url": "http://electronichealth.se/fhir/StructureDefinition/NLLRegionCode",
"valueCode": "01"
}
],
"use": "home"
}
]
}