FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-ukendt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ukendt
Profile: Danish Core Patient Profile
Anders(temp) Male, DoB: 1983-06-07 ( http://rn.dk#0706830VJ9)
{
"resourceType": "Patient",
"id": "ukendt",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://rn.dk",
"value": "0706830VJ9"
}
],
"name": [
{
"use": "temp",
"text": "Anders",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
},
"given": [
"Anders"
]
}
],
"gender": "male",
"birthDate": "1983-06-07"
}