HL7 Czech K-Order Implementation Guide
0.0.3 - ci-build
HL7 Czech K-Order Implementation Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.3 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/k-order/ and changes regularly. See the Directory of published versions
| Draft as of 2025-12-18 |
{
"resourceType" : "ValueSet",
"id" : "korder-priority-vs",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet korder-priority-vs</b></p><a name=\"korder-priority-vs\"> </a><a name=\"hckorder-priority-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-request-priority.html\"><code>http://hl7.org/fhir/request-priority</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version 📦5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-request-priority.html#request-priority-routine\">routine</a></td><td>Běžně</td><td>The request has normal priority.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-request-priority.html#request-priority-urgent\">urgent</a></td><td>Urgentně</td><td>The request should be actioned promptly - higher priority than routine.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-request-priority.html#request-priority-asap\">asap</a></td><td>Statim</td><td>The request should be actioned as soon as possible - higher priority than urgent.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.0.1-snapshot-2/CodeSystem-request-priority.html#request-priority-immediate\">immediate</a></td><td>Okamžitě</td><td/></tr></table></li></ul></div>"
},
"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" : "2025-12-18T15:00:31+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ě"
}
]
}
]
}
}