eHealth Infrastructure
latest - ci-build

eHealth Infrastructure - Local Development build (vlatest) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: eHealthUnitCodes - TTL Representation

Active as of 2020-10-19

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:id [ fhir:v "ehealth-unit-code"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://ehealth.sundhed.dk/cs/ehealth-unit-code defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1/30sec<a name=\"ehealth-unit-code-1.4730sec\"> </a></td><td>one per 30 seconds</td><td>Number of occurrences in 30 seconds</td></tr><tr><td style=\"white-space:nowrap\">percentpoint<a name=\"ehealth-unit-code-percentpoint\"> </a></td><td>percent point</td><td>Percentage 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>1/30sec</td><td>1/ 30 sek</td></tr><tr><td>percentpoint</td><td>procentpoint</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/ehealth-unit-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "latest"] ; # 
  fhir:name [ fhir:v "eHealthUnitCodes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-10-19T08:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Unit Codes"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1/30sec" ] ;
fhir:display [ fhir:v "one per 30 seconds" ] ;
fhir:definition [ fhir:v "Number of occurrences in 30 seconds" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "1/ 30 sek" ]     ] )
  ] [
fhir:code [ fhir:v "percentpoint" ] ;
fhir:display [ fhir:v "percent point" ] ;
fhir:definition [ fhir:v "Percentage point" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "da" ] ;
fhir:value [ fhir:v "procentpoint" ]     ] )
  ] ) . #