FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-Schwendlund.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Schwendlund
Profile: Danish Core Patient Profile
Schwendlund Test Mosebryggersen (official) Male, DoB: 1958-08-01 ( urn:oid:1.2.208.176.1.2#0108589995)
| Marital Status: | Married | ||
| Contact Detail | Testgrusgraven 3, 3.tv 3400 | ||
| Links: | |||
{
"resourceType": "Patient",
"id": "Schwendlund",
"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": "0108589995"
}
],
"name": [
{
"use": "official",
"family": "Mosebryggersen",
"given": [
"Schwendlund",
"Test"
]
}
],
"gender": "male",
"birthDate": "1958-08-01",
"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": [
"Testgrusgraven 3, 3.tv"
],
"postalCode": "3400"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"link": [
{
"other": {
"reference": "Patient/MayJune"
},
"type": "seealso"
}
]
}