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.4.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 UCUM Basic Units - TTL Representation
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "dk-core-UCUM-BasicUnits"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet dk-core-UCUM-BasicUnits</b></p><a name=\"dk-core-UCUM-BasicUnits\"> </a><a name=\"hcdk-core-UCUM-BasicUnits\"> </a><a name=\"dk-core-UCUM-BasicUnits-da-DK\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>%</td><td style=\"color: #cccccc\">%</td></tr><tr><td>cm</td><td style=\"color: #cccccc\">cm</td></tr><tr><td>[in_i]</td><td style=\"color: #cccccc\">[in_i]</td></tr><tr><td>kg</td><td style=\"color: #cccccc\">kg</td></tr><tr><td>g</td><td style=\"color: #cccccc\">g</td></tr><tr><td>[lb_av]</td><td style=\"color: #cccccc\">[lb_av]</td></tr><tr><td>Cel</td><td style=\"color: #cccccc\">Cel</td></tr><tr><td>[degF]</td><td style=\"color: #cccccc\">[degF]</td></tr><tr><td>mm[Hg]</td><td style=\"color: #cccccc\">mm[Hg]</td></tr><tr><td>/min</td><td style=\"color: #cccccc\">/min</td></tr><tr><td>kg/m2</td><td style=\"color: #cccccc\">kg/m2</td></tr><tr><td>m2</td><td style=\"color: #cccccc\">m2</td></tr><tr><td>{fraction}</td><td style=\"color: #cccccc\">{fraction}</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.dk/fhir/core/ValueSet/dk-core-UCUM-BasicUnits"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.4.0"] ; #
fhir:name [ fhir:v "UCUMBasicUnits"] ; #
fhir:title [ fhir:v "DK Core UCUM Basic Units"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-19T14:48:35+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 "jenskristianvilladsen@gmail.com" ] ] )
] ) ; #
fhir:description [ fhir:v "UCUM codes to represent units for basic Observations usable in Denmark"] ; #
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:copyright [ fhir:v "This material contains content from UCUM (http://ucum.org). UCUM is copyright © 1999-2024, Regenstrief Institute, Inc. and is available under the license at http://ucum.org/license."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "%" ] ] [
fhir:code [ fhir:v "cm" ] ] [
fhir:code [ fhir:v "[in_i]" ] ] [
fhir:code [ fhir:v "kg" ] ] [
fhir:code [ fhir:v "g" ] ] [
fhir:code [ fhir:v "[lb_av]" ] ] [
fhir:code [ fhir:v "Cel" ] ] [
fhir:code [ fhir:v "[degF]" ] ] [
fhir:code [ fhir:v "mm[Hg]" ] ] [
fhir:code [ fhir:v "/min" ] ] [
fhir:code [ fhir:v "kg/m2" ] ] [
fhir:code [ fhir:v "m2" ] ] [
fhir:code [ fhir:v "{fraction}" ] ] ) ] )
] . #