HL7 FHIR Implementation Guide: DK Core
3.7.0 - release Denmark flag

HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.7.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions

: DK priority codes for encounters - TTL Representation

Active as of 2026-05-31

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dk-core-encounter-priority"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet dk-core-encounter-priority</b></p><a name=\"dk-core-encounter-priority\"> </a><a name=\"hcdk-core-encounter-priority\"> </a><ul><li>Include these codes as defined in <code>http://terminology.hl7.org/CodeSystem/v3-ActPriority</code><span title=\"Version is explicitly stated to be 2018-08-12\"> version ?2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>A</td><td/></tr><tr><td>EL</td><td/></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://hl7.dk/fhir/core/ValueSet/dk-core-encounter-priority"^^xsd:anyURI ;
fhir:l <http://hl7.dk/fhir/core/ValueSet/dk-core-encounter-priority>
  ] ; # 
  fhir:version [ fhir:v "3.7.0"] ; # 
  fhir:name [ fhir:v "DkCoreEncounterPriority"] ; # 
  fhir:title [ fhir:v "DK priority codes for encounters"] ; # 
  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 "Value set used for indicating priority of an encounter"] ; # 
  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:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActPriority"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-ActPriority>       ] ;
fhir:version [ fhir:v "2018-08-12" ] ;
      ( fhir:concept [
fhir:code [ fhir:v "A" ]       ] [
fhir:code [ fhir:v "EL" ]       ] )     ] )
  ] . #