FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-BoVestergaard.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient BoVestergaard
Profile: Danish Core Patient Profile
Bo Test Vestergaard (official) Male, DoB: 2015-12-02 ( urn:oid:1.2.208.176.1.2#0212159995)
| Contact Detail | Testvejen 251 9970 | ||
{
"resourceType": "Patient",
"id": "BoVestergaard",
"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": "0212159995"
}
],
"name": [
{
"use": "official",
"family": "Vestergaard",
"given": [
"Bo",
"Test"
]
}
],
"gender": "male",
"birthDate": "2015-12-02",
"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": "0813"
}
]
}
},
{
"url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166:-2",
"code": "DK-81"
}
]
}
}
],
"line": [
"Testvejen 251"
],
"postalCode": "9970"
}
]
}