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

This page is part of the HL7 FHIR Implementation Guide: DK Core (v3.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: DK Days Of Week - TTL Representation

Active as of 2024-01-08

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "days-of-week-dk-supplement"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.dk/fhir/core/CodeSystem/days-of-week-dk-supplement</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-mon\">mon</a><a name=\"days-of-week-dk-supplement-mon\"> </a></td><td>Mandag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-tue\">tue</a><a name=\"days-of-week-dk-supplement-tue\"> </a></td><td>Tirsdag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-wed\">wed</a><a name=\"days-of-week-dk-supplement-wed\"> </a></td><td>Onsdag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-thu\">thu</a><a name=\"days-of-week-dk-supplement-thu\"> </a></td><td>Torsdag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-fri\">fri</a><a name=\"days-of-week-dk-supplement-fri\"> </a></td><td>Fredag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-sat\">sat</a><a name=\"days-of-week-dk-supplement-sat\"> </a></td><td>Lørdag</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-days-of-week.html#days-of-week-sun\">sun</a><a name=\"days-of-week-dk-supplement-sun\"> </a></td><td>Søndag</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.dk/fhir/core/CodeSystem/days-of-week-dk-supplement"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.1.0"] ; # 
  fhir:name [ fhir:v "DaysOfWeek"] ; # 
  fhir:title [ fhir:v "DK Days Of Week"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-08T21:51:35+01: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 "jenskristianvilladsen@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The days of the week."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DK" ] ;
fhir:display [ fhir:v "Denmark" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "supplement"] ; # 
  fhir:supplements [
fhir:v "http://hl7.org/fhir/days-of-week"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/days-of-week>
  ] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "mon" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Mandag" ]     ] )
  ] [
fhir:code [ fhir:v "tue" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Tirsdag" ]     ] )
  ] [
fhir:code [ fhir:v "wed" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Onsdag" ]     ] )
  ] [
fhir:code [ fhir:v "thu" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Torsdag" ]     ] )
  ] [
fhir:code [ fhir:v "fri" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Fredag" ]     ] )
  ] [
fhir:code [ fhir:v "sat" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Lørdag" ]     ] )
  ] [
fhir:code [ fhir:v "sun" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:use [
a sct:900000000000013009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "900000000000013009" ]       ] ;
fhir:value [ fhir:v "Søndag" ]     ] )
  ] ) . #