FHIR IG analytics| Package | hl7.fhir.cz.korder |
| Resource Type | ValueSet |
| Id | ValueSet-korder-priority-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7-cz/k-order/ValueSet-korder-priority-vs.html |
| URL | https://hl7.cz/fhir/korder/ValueSet/korder-priority-vs |
| Version | 0.0.3 |
| Status | draft |
| Date | 2026-01-16T08:21:19+00:00 |
| Name | KOrderPriorityVS |
| Title | K-order Priority ValueSet (CZ) |
| Realm | cz |
| Authority | hl7 |
| Description | Prioritizace pro konziliární žádanky K-order, s českými názvy. |
No resources found
| CodeSystem | |
| request-priority | RequestPriority |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet korder-priority-vs
http://hl7.org/fhir/request-priority version 📦5.0.0| Code | Display | Definition |
| routine | Běžně | The request has normal priority. |
| urgent | Urgentně | The request should be actioned promptly - higher priority than routine. |
| asap | Statim | The request should be actioned as soon as possible - higher priority than urgent. |
| immediate | Okamžitě |
{
"resourceType": "ValueSet",
"id": "korder-priority-vs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.cz/fhir/korder/ValueSet/korder-priority-vs",
"version": "0.0.3",
"name": "KOrderPriorityVS",
"title": "K-order Priority ValueSet (CZ)",
"status": "draft",
"date": "2026-01-16T08:21:19+00:00",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.cz/"
}
]
}
],
"description": "Prioritizace pro konziliární žádanky K-order, s českými názvy.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"display": "Běžně"
},
{
"code": "urgent",
"display": "Urgentně"
},
{
"code": "asap",
"display": "Statim"
},
{
"code": "immediate",
"display": "Okamžitě"
}
]
}
]
}
}