FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-RuddiBerggren.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient RuddiBerggren
Profile: Danish Core Patient Profile
Ruddi Test Berggren (official) Male, DoB: 1977-02-15 ( urn:oid:1.2.208.176.1.2#1502779995)
| Contact Detail | Testjulianevej 3 8000 | ||
{
"resourceType": "Patient",
"id": "RuddiBerggren",
"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": "1502779995"
}
],
"name": [
{
"use": "official",
"family": "Berggren",
"given": [
"Ruddi",
"Test"
]
}
],
"gender": "male",
"birthDate": "1977-02-15",
"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": "0751"
}
]
}
},
{
"url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166:-2",
"code": "DK-82"
}
]
}
}
],
"line": [
"Testjulianevej 3"
],
"postalCode": "8000"
}
]
}