FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-else.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient else
Profile: Danish Core Patient Profile
Else Test Lauridsen(official) Female, DoB: 1991-02-02 ( urn:oid:1.2.208.176.1.2#0201919990)
| Marital Status: | Married | ||
{
"resourceType": "Patient",
"id": "else",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.2",
"value": "0201919990"
}
],
"name": [
{
"use": "official",
"text": "Else Test Lauridsen",
"family": "Lauridsen",
"given": [
"Else",
"Test"
]
}
],
"gender": "female",
"birthDate": "1991-02-02",
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
}
}