FHIR IG analytics| Package | kl.dk.fhir.core |
| Resource Type | Patient |
| Id | Patient-Andreas.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Andreas Hansen (no stated gender), DoB: 1993-01-05 ( id: andreas)
{
"resourceType": "Patient",
"id": "Andreas",
"meta": {
"profile": [
"http://fhir.kl.dk/core/StructureDefinition/KLCommonCitizen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "andreas"
}
],
"name": [
{
"family": "Hansen",
"given": [
"Andreas"
]
}
],
"birthDate": "1993-01-05"
}