FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-john.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient john
Profile: Danish Core Patient Profile
Johnny Male, DoB: 1960-01-02 ( urn:oid:1.2.208.176.1.2#0201609995)
| Alt. Name: | Mr. John Christian Meyerhofen(Official) | ||
| Links: |
| ||
{
"resourceType": "Patient",
"id": "john",
"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": "0201609995"
}
],
"name": [
{
"use": "official",
"text": "Mr. John Christian Meyerhofen",
"family": "Meyerhofen",
"given": [
"John",
"Christian"
],
"prefix": [
"Mr"
]
},
{
"use": "usual",
"text": "Johnny",
"given": [
"Johnny"
]
}
],
"gender": "male",
"birthDate": "1960-01-02",
"generalPractitioner": [
{
"identifier": {
"system": "urn:oid:1.2.208.176.1.1",
"value": "487341000016005"
},
"display": "Charlottenlund Lægehus"
}
]
}