HL7 FHIR Implementation Guide: DK Core
3.8.0 - ci-build 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.8.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 Core LOINC Diagnostic Document Types - TTL Representation

Draft as of 2026-06-04

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-LoincDiagnosticDocumentTypes"] ; # 
  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-LoincDiagnosticDocumentTypes</b></p><a name=\"dk-core-LoincDiagnosticDocumentTypes\"> </a><a name=\"hcdk-core-LoincDiagnosticDocumentTypes\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/11502-2/\">11502-2</a></td><td style=\"color: #cccccc\">Laboratory report</td></tr><tr><td><a href=\"https://loinc.org/53576-5/\">53576-5</a></td><td style=\"color: #cccccc\">Personal Health Monitoring Report</td></tr><tr><td><a href=\"https://loinc.org/11506-3/\">11506-3</a></td><td style=\"color: #cccccc\">Progress note</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://hl7.dk/fhir/core/ValueSet/dk-core-LoincDiagnosticDocumentTypes"^^xsd:anyURI ;
fhir:l <http://hl7.dk/fhir/core/ValueSet/dk-core-LoincDiagnosticDocumentTypes>
  ] ; # 
  fhir:version [ fhir:v "3.8.0"] ; # 
  fhir:name [ fhir:v "LoincDiagnosticDocumentTypes"] ; # 
  fhir:title [ fhir:v "DK Core LOINC Diagnostic Document Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-06-04T20:42:32+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 "LOINC codes describing diagnostic documents that may be used for common Danish use cases."] ; # 
  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:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "11502-2" ]       ] [
fhir:code [ fhir:v "53576-5" ]       ] [
fhir:code [ fhir:v "11506-3" ]       ] )     ] )
  ] . #