Implementation Guide
Version 1.2.0 - release

: Service Request Priorität VS - JSON Representation

Active as of 2025-07-31

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "service-request-priority-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet service-request-priority-vs</b></p><a name=\"service-request-priority-vs\"> </a><a name=\"hcservice-request-priority-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html\"><code>http://hl7.org/fhir/request-priority</code></a><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/R4/codesystem-request-priority.html#request-priority-routine\">routine</a></td><td style=\"color: #cccccc\">Routine</td><td>The request has normal priority.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-urgent\">urgent</a></td><td style=\"color: #cccccc\">Urgent</td><td>The request should be actioned promptly - higher priority than routine.</td></tr></table></li></ul></div>"
  },
  "url" : "https://gematik.de/fhir/erp-servicerequest/ValueSet/service-request-priority-vs",
  "version" : "1.2.0",
  "name" : "ServiceRequestPriorityVS",
  "title" : "Service Request Priorität VS",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-31",
  "description" : "Stellt Codes für die Priorität einer Service Request bereit",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DE",
          "display" : "Germany"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/request-priority",
        "concept" : [
          {
            "code" : "routine"
          },
          {
            "code" : "urgent"
          }
        ]
      }
    ]
  }
}