FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-NancyAnn.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient NancyAnn
Profile: Danish Core Patient Profile
Nancy Ann Test Berggren (official) Female, DoB: 1948-12-25 ( urn:oid:1.2.208.176.1.2#2512489996)
| Contact Detail | Testpark Allé 48 3400 | ||
{
"resourceType": "Patient",
"id": "NancyAnn",
"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": "2512489996"
}
],
"name": [
{
"use": "official",
"family": "Berggren",
"given": [
"Nancy",
"Ann",
"Test"
]
}
],
"gender": "female",
"birthDate": "1948-12-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": [
"Testpark Allé 48"
],
"postalCode": "3400"
}
]
}