FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-Bruno.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Bruno
Profile: Danish Core Patient Profile
Bruno Test Elmer (official) Male, DoB: 1947-09-25 ( urn:oid:1.2.208.176.1.2#2509479989)
| Contact Detail | Testdrømmehaven 48 3400 | ||
{
"resourceType": "Patient",
"id": "Bruno",
"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": "2509479989"
}
],
"name": [
{
"use": "official",
"family": "Elmer",
"given": [
"Bruno",
"Test"
]
}
],
"gender": "male",
"birthDate": "1947-09-25",
"address": [
{
"extension": [
{
"url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes",
"code": "0219"
}
]
}
},
{
"url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166:-2",
"code": "DK-84"
}
]
}
}
],
"line": [
"Testdrømmehaven 48"
],
"postalCode": "3400"
}
]
}