FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-Poul.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Poul
Profiles: Danish Core Patient Profile, PhdPatient
Poul Hansen (no stated gender), DoB Unknown ( National unique individual identifier)
{
"resourceType": "Patient",
"id": "Poul",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient",
"http://hl7.org/fhir/uv/phd/StructureDefinition/PhdPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NI"
}
]
},
"system": "urn:oid:1.2.208.176.1.2",
"value": "3001749995"
}
],
"name": [
{
"text": "Poul Hansen",
"family": "Hansen",
"given": [
"Poul"
]
}
]
}