This page is part of the KLChildren (v2.0.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: ObservationsEnhederVægt - 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 "ObservationUnitsWeight"] ; #
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 ObservationUnitsWeight</b></p><a name=\"ObservationUnitsWeight\"> </a><a name=\"hcObservationUnitsWeight\"> </a><a name=\"hcObservationUnitsWeight-en-US\"> </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>kg</td><td style=\"color: #cccccc\">kg</td></tr><tr><td>g</td><td style=\"color: #cccccc\">g</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://fhir.kl.dk/children/ValueSet/ObservationUnitsWeight"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.1"] ; #
fhir:name [ fhir:v "ObservationUnitsWeight"] ; #
fhir:title [ fhir:v "ObservationsEnhederVægt"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-07-01T22:45:30+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Kommunernes Landsforening"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Kommunernes Landsforening" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://kl.dk" ] ] )
] ) ; #
fhir:description [ fhir:v "UCUM units for childrens weight"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "kg" ] ] [
fhir:code [ fhir:v "g" ] ] ) ] )
] . #