@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dk-core-priority-codes"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet dk-core-priority-codes</b></p><a name=\"dk-core-priority-codes\"> </a><a name=\"hcdk-core-priority-codes\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-request-priority.html\">Request priority</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude 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><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</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/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><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-priority.html#request-priority-stat\">stat</a></td><td style=\"color: #cccccc\">STAT</td><td>The request should be actioned immediately - highest possible priority.  E.g. an emergency.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes"^^xsd:anyURI ;
     fhir:l <http://hl7.dk/fhir/core/ValueSet/dk-core-priority-codes>
  ] ; # 
  fhir:version [ fhir:v "3.7.0"] ; # 
  fhir:name [ fhir:v "DkCorePriorityCodes"] ; # 
  fhir:title [ fhir:v "DK priority codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-31T18:02:09+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Denmark"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Denmark" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.dk" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "dk-affiliate@hl7.dk" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "DK Codes for priority"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:valueSet ( [
         fhir:v "http://hl7.org/fhir/ValueSet/request-priority"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/ValueSet/request-priority>
       ] )
     ] ) ;
     fhir:exclude ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/request-priority"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/request-priority>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "urgent" ]
       ] [
         fhir:code [ fhir:v "stat" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

