Common Data Element Katalog
0.2.0 - CI Build International flag

Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions

: Common units for 'lenght' - TTL Representation

Page standards status: Informative Maturity Level: 1

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 "vs-length-units"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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>fm</td><td>fm</td></tr><tr><td>pm</td><td>pm</td></tr><tr><td>nm</td><td>nm</td></tr><tr><td>um</td><td>um</td></tr><tr><td>mm</td><td>mm</td></tr><tr><td>cm</td><td>cm</td></tr><tr><td>dm</td><td>dm</td></tr><tr><td>m</td><td>m</td></tr><tr><td>km</td><td>km</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "1"^^xsd:integer ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/de/ImplementationGuide/fhir.cde-katalog"^^xsd:anyURI ;
fhir:link <http://hl7.org/de/ImplementationGuide/fhir.cde-katalog>         ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/de/ImplementationGuide/fhir.cde-katalog"^^xsd:anyURI ;
fhir:link <http://hl7.org/de/ImplementationGuide/fhir.cde-katalog>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/de/ValueSet/vs-length-units"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "VS_LengthUnits"] ; # 
  fhir:title [ fhir:v "Common units for 'lenght'"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-04-02T11:40:39+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - CDE Katalog Arbeitsgruppe"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/[something]" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Dieses Valueset enthält UCUM-Codes für Maßeinheiten, um eine 'Länge' zu beschreiben."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "fm" ]       ] [
fhir:code [ fhir:v "pm" ]       ] [
fhir:code [ fhir:v "nm" ]       ] [
fhir:code [ fhir:v "um" ]       ] [
fhir:code [ fhir:v "mm" ]       ] [
fhir:code [ fhir:v "cm" ]       ] [
fhir:code [ fhir:v "dm" ]       ] [
fhir:code [ fhir:v "m" ]       ] [
fhir:code [ fhir:v "km" ]       ] )     ] )
  ] . #