FHIR IG analytics| Package | kl.dk.fhir.core |
| Resource Type | Patient |
| Id | Patient-BorgerEjnar.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Ejnar Test Lauridsen (OFFICIAL) male, DoB: 1960-01-02 ( id: 0201609995)
{
"resourceType": "Patient",
"id": "BorgerEjnar",
"meta": {
"profile": [
"http://fhir.kl.dk/core/StructureDefinition/KLCommonCitizen"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.2",
"value": "0201609995"
}
],
"name": [
{
"use": "official",
"family": "Lauridsen",
"given": [
"Ejnar",
"Test"
]
}
],
"gender": "male",
"birthDate": "1960-01-02"
}