eHealth Infrastructure
2.5.0 - release

eHealth Infrastructure - Local Development build (v2.5.0). See the Directory of published versions

: UCUM printSymbol supplement - TTL Representation

Active as of 2019-01-29

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ehealth-ucum-printsymbol-supplement"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://ehealth.sundhed.dk/cs/ehealth-ucum-printsymbol-supplement</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">%<a name=\"ehealth-ucum-printsymbol-supplement-.37\"> </a></td><td>percent</td></tr><tr><td style=\"white-space:nowrap\">/min<a name=\"ehealth-ucum-printsymbol-supplement-.47min\"> </a></td><td>per minute</td></tr><tr><td style=\"white-space:nowrap\">kg<a name=\"ehealth-ucum-printsymbol-supplement-kg\"> </a></td><td>kilogram</td></tr><tr><td style=\"white-space:nowrap\">kg/m2<a name=\"ehealth-ucum-printsymbol-supplement-kg.47m2\"> </a></td><td>kilogram / (meter ^ 2)</td></tr><tr><td style=\"white-space:nowrap\">m<a name=\"ehealth-ucum-printsymbol-supplement-m\"> </a></td><td>meter</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"ehealth-ucum-printsymbol-supplement-L\"> </a></td><td>liter</td></tr><tr><td style=\"white-space:nowrap\">{ratio}<a name=\"ehealth-ucum-printsymbol-supplement-.123ratio.125\"> </a></td><td>ratio</td></tr><tr><td style=\"white-space:nowrap\">mm[Hg]<a name=\"ehealth-ucum-printsymbol-supplement-mm.91Hg.93\"> </a></td><td>millimeter of mercury</td></tr><tr><td style=\"white-space:nowrap\">{Number}<a name=\"ehealth-ucum-printsymbol-supplement-.123Number.125\"> </a></td><td>Number</td></tr><tr><td style=\"white-space:nowrap\">1/30sec<a name=\"ehealth-ucum-printsymbol-supplement-1.4730sec\"> </a></td><td>one per 30 seconds</td></tr><tr><td style=\"white-space:nowrap\">1/min<a name=\"ehealth-ucum-printsymbol-supplement-1.47min\"> </a></td><td>one per minute</td></tr><tr><td style=\"white-space:nowrap\">Cel<a name=\"ehealth-ucum-printsymbol-supplement-Cel\"> </a></td><td>degree Celcius</td></tr><tr><td style=\"white-space:nowrap\">mg/L<a name=\"ehealth-ucum-printsymbol-supplement-mg.47L\"> </a></td><td>milligram per liter</td></tr><tr><td style=\"white-space:nowrap\">percentpoint<a name=\"ehealth-ucum-printsymbol-supplement-percentpoint\"> </a></td><td>percent point</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></tr><tr><td>%</td><td>%</td></tr><tr><td>/min</td><td>/min</td></tr><tr><td>kg</td><td>kg</td></tr><tr><td>kg/m2</td><td>kg/m2</td></tr><tr><td>m</td><td>m</td></tr><tr><td>L</td><td>l</td></tr><tr><td>{ratio}</td><td></td></tr><tr><td>mm[Hg]</td><td>mmHg</td></tr><tr><td>{Number}</td><td></td></tr><tr><td>1/30sec</td><td>1/ 30sek</td></tr><tr><td>1/min</td><td>1/min</td></tr><tr><td>Cel</td><td>°C</td></tr><tr><td>mg/L</td><td>mg/L</td></tr><tr><td>percentpoint</td><td>procentpoint</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://ehealth.sundhed.dk/cs/ehealth-ucum-printsymbol-supplement"];
  fhir:CodeSystem.version [ fhir:value "2.5.0"];
  fhir:CodeSystem.name [ fhir:value "UCUMPrintSymbolSupplement"];
  fhir:CodeSystem.title [ fhir:value "UCUM printSymbol supplement"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-01-29T00:00:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Systematic | Trifork"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "UCUM printSymbol supplement"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "%" ];
     fhir:CodeSystem.concept.display [ fhir:value "percent" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "%" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "/min" ];
     fhir:CodeSystem.concept.display [ fhir:value "per minute" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "/min" ]     ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "kg" ];
     fhir:CodeSystem.concept.display [ fhir:value "kilogram" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "kg" ]     ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "kg/m2" ];
     fhir:CodeSystem.concept.display [ fhir:value "kilogram / (meter ^ 2)" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "kg/m2" ]     ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "m" ];
     fhir:CodeSystem.concept.display [ fhir:value "meter" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "m" ]     ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "L" ];
     fhir:CodeSystem.concept.display [ fhir:value "liter" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "l" ]     ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "{ratio}" ];
     fhir:CodeSystem.concept.display [ fhir:value "ratio" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "mm[Hg]" ];
     fhir:CodeSystem.concept.display [ fhir:value "millimeter of mercury" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "mmHg" ]     ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "{Number}" ];
     fhir:CodeSystem.concept.display [ fhir:value "Number" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "1/30sec" ];
     fhir:CodeSystem.concept.display [ fhir:value "one per 30 seconds" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "1/ 30sek" ]     ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "1/min" ];
     fhir:CodeSystem.concept.display [ fhir:value "one per minute" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "1/min" ]     ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "Cel" ];
     fhir:CodeSystem.concept.display [ fhir:value "degree Celcius" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "°C" ]     ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "mg/L" ];
     fhir:CodeSystem.concept.display [ fhir:value "milligram per liter" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "mg/L" ]     ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "percentpoint" ];
     fhir:CodeSystem.concept.display [ fhir:value "percent point" ];
     fhir:CodeSystem.concept.designation [
       fhir:index 0;
       fhir:CodeSystem.concept.designation.language [ fhir:value "da" ];
       fhir:CodeSystem.concept.designation.value [ fhir:value "procentpoint" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.