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 Publication Status - 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 "publication-status-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/publication-status-dk-supplement</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-publication-status.html#publication-status-draft\">draft</a><a name=\"publication-status-dk-supplement-draft\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-publication-status.html#publication-status-active\">active</a><a name=\"publication-status-dk-supplement-active\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-publication-status.html#publication-status-retired\">retired</a><a name=\"publication-status-dk-supplement-retired\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-publication-status.html#publication-status-unknown\">unknown</a><a name=\"publication-status-dk-supplement-unknown\"> </a></td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td><td><b>Nederlands (Dutch, nl)</b></td><td><b>Русский (Russian, ru)</b></td></tr><tr><td>draft</td><td>Udkast</td><td>ontwerp</td><td>черновик</td></tr><tr><td>active</td><td>Aktiv</td><td>actief</td><td>активный</td></tr><tr><td>retired</td><td>Udgået</td><td>verouderd</td><td>удалён</td></tr><tr><td>unknown</td><td>Ukendt</td><td></td><td></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.dk/fhir/core/CodeSystem/publication-status-dk-supplement"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.1.0"] ; # 
  fhir:name [ fhir:v "PublicationStatus"] ; # 
  fhir:title [ fhir:v "DK Publication Status"] ; # 
  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 lifecycle status of a Value Set or Concept Map."] ; # 
  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/publication-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/publication-status>
  ] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "draft" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ru" ] ;
fhir:value [ fhir:v "черновик" ]     ] [
fhir:language [ fhir:v "nl" ] ;
fhir:value [ fhir:v "ontwerp" ]     ] [
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 "Udkast" ]     ] )
  ] [
fhir:code [ fhir:v "active" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ru" ] ;
fhir:value [ fhir:v "активный" ]     ] [
fhir:language [ fhir:v "nl" ] ;
fhir:value [ fhir:v "actief" ]     ] [
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 "Aktiv" ]     ] )
  ] [
fhir:code [ fhir:v "retired" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "ru" ] ;
fhir:value [ fhir:v "удалён" ]     ] [
fhir:language [ fhir:v "nl" ] ;
fhir:value [ fhir:v "verouderd" ]     ] [
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 "Udgået" ]     ] )
  ] [
fhir:code [ fhir:v "unknown" ] ;
    ( 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 "Ukendt" ]     ] )
  ] ) . #