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