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