FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.korder
Resource TypeValueSet
IdValueSet-korder-priority-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/k-order/ValueSet-korder-priority-vs.html
URLhttps://hl7.cz/fhir/korder/ValueSet/korder-priority-vs
Version0.0.3
Statusdraft
Date2026-01-16T08:21:19+00:00
NameKOrderPriorityVS
TitleK-order Priority ValueSet (CZ)
Realmcz
Authorityhl7
DescriptionPrioritizace pro konziliární žádanky K-order, s českými názvy.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
request-priorityRequestPriority

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet korder-priority-vs

  • Include these codes as defined in http://hl7.org/fhir/request-priority version 📦5.0.0
    CodeDisplayDefinition
    routineBěžněThe request has normal priority.
    urgentUrgentněThe request should be actioned promptly - higher priority than routine.
    asapStatimThe request should be actioned as soon as possible - higher priority than urgent.
    immediateOkamžitě

Source1

{
  "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ě"
          }
        ]
      }
    ]
  }
}