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