| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | Priority |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-Priority.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/Priority |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-05-31T00:00:00+02:00 |
| Name | Priority |
| Title | Priority |
| Description | Vurdering af patientens behov |
No resources found
| CodeSystem | |
| Priority | Prioritering |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet Priority
https://kip.rkkp.dk/fhir/CodeSystem/Priority| Code | Display | Definition |
| elective | Elektiv | Elective / Elektiv / SNOMED-CT: 103390000 |
| hasten | Fremskyndet (dage) | Fremskyndet (dage) |
| urgent | Hastende (timer) | Hastende (timer) / SNOMED-CT: 103391001 |
| lethal | Umiddelbart livstruende | Umiddelbart livstruende |
{
"resourceType": "ValueSet",
"id": "Priority",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/Priority",
"version": "2.12.0",
"name": "Priority",
"title": "Priority",
"status": "active",
"experimental": true,
"date": "2022-05-31T00: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": "Vurdering af patientens behov",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/Priority",
"concept": [
{
"code": "elective",
"display": "Elektiv"
},
{
"code": "hasten",
"display": "Fremskyndet (dage)"
},
{
"code": "urgent",
"display": "Hastende (timer)"
},
{
"code": "lethal",
"display": "Umiddelbart livstruende"
}
]
}
]
}
}