FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/dk-core-priority-codes

Packagehl7.fhir.dk.core
Resource TypeValueSet
Iddk-core-priority-codes
FHIR VersionR4
Sourcehttp://hl7.dk/fhir/core/http://hl7.dk/fhir/core/3.4.0/ValueSet-dk-core-priority-codes.html
URLhttp://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes
Version3.4.0
Statusactive
Date2025-02-01T19:18:26+01: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
    CodeDisplayDefinition
    urgentUrgentThe request should be actioned promptly - higher priority than routine.
    statSTATThe request should be actioned immediately - highest possible priority. E.g. an emergency.

Source

{
  "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.4.0",
  "name": "DkCorePriorityCodes",
  "title": "DK priority codes",
  "status": "active",
  "experimental": false,
  "date": "2025-02-01T19:18:26+01:00",
  "publisher": "HL7 Denmark",
  "contact": [
    {
      "name": "HL7 Denmark",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.dk"
        },
        {
          "system": "email",
          "value": "jenskristianvilladsen@gmail.com"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}