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

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypeValueSet
IdValueSet-dk-core-priority-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7dk/dk-core/ValueSet-dk-core-priority-codes.html
URLhttp://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes
Version3.6.0
Statusdraft
Date2025-12-19T19:29:54+00:00
NameDkCorePriorityCodes
TitleDK priority codes
Realmdk
Authorityhl7
DescriptionDK Codes for priority

Resources that use this resource

StructureDefinition
dk-core-person-servicerequestDanish Core Person ServiceRequest Profile

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet dk-core-priority-codes

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

  • Exclude these codes as defined in http://hl7.org/fhir/request-priority version 📦4.0.1
    CodeDisplayDefinition
    urgentUrgentThe request should be actioned promptly - higher priority than routine.
    statSTATThe request should be actioned immediately - highest possible priority. E.g. an emergency.

Source1

{
  "resourceType": "ValueSet",
  "id": "dk-core-priority-codes",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes",
  "version": "3.6.0",
  "name": "DkCorePriorityCodes",
  "title": "DK priority codes",
  "status": "draft",
  "experimental": false,
  "date": "2025-12-19T19:29:54+00:00",
  "publisher": "HL7 Denmark",
  "contact": [
    {
      "name": "HL7 Denmark",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.dk"
        },
        {
          "system": "email",
          "value": "dk-affiliate@hl7.dk"
        }
      ]
    }
  ],
  "description": "DK Codes for priority",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/request-priority"
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://hl7.org/fhir/request-priority",
        "concept": [
          {
            "code": "urgent"
          },
          {
            "code": "stat"
          }
        ]
      }
    ]
  }
}