| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | DoedLokation |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-DoedLokation.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/DoedLokation |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-09-07T00:00:00+02:00 |
| Name | DoedLokation |
| Title | Doed lokation |
| Description | Hvor døde patienten |
No resources found
| CodeSystem | |
| DeathPlace | Place of death |
| GenericValues | Generic values |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet DoedLokation
This value set includes codes based on the following rules:
https://kip.rkkp.dk/fhir/CodeSystem/DeathPlace| Code | Display | Definition |
| home | Hjemmet | Home / Hjemmet |
| palliative | I denne palliative afdeling | This palliative department / I denne palliative afdeling |
| other_palliative | I anden palliativ afdeling | Other palliative department / I anden palliativ afdeling |
| non_palliative | Ikke-palliativ sygehusafdeling | Ikke-palliativ sygehusafdeling |
| relief_area | Aflastningsplads | Aflastningsplads |
https://kip.rkkp.dk/fhir/CodeSystem/GenericValues| Code | Display | Definition |
| other | Andet sted/ukendt | Other - used to choose unspecific value not in a valueset |
{
"resourceType": "ValueSet",
"id": "DoedLokation",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/DoedLokation",
"version": "2.12.0",
"name": "DoedLokation",
"title": "Doed lokation",
"status": "active",
"experimental": true,
"date": "2022-09-07T00:00:00+02:00",
"publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
"contact": [
{
"name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
"telecom": [
{
"system": "url",
"value": "https://trifork.com"
},
{
"system": "email",
"value": "rbk@trifork.com"
}
]
}
],
"description": "Hvor døde patienten",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/DeathPlace",
"concept": [
{
"code": "home",
"display": "Hjemmet"
},
{
"code": "palliative",
"display": "I denne palliative afdeling"
},
{
"code": "other_palliative",
"display": "I anden palliativ afdeling"
},
{
"code": "non_palliative",
"display": "Ikke-palliativ sygehusafdeling"
},
{
"code": "relief_area",
"display": "Aflastningsplads"
}
]
},
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/GenericValues",
"concept": [
{
"code": "other",
"display": "Andet sted/ukendt"
}
]
}
]
}
}