@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-unit-code"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system http://ehealth.sundhed.dk/cs/ehealth-unit-code defines the following codes:

CodeDisplayDefinition
1/30sec one per 30 secondsNumber of occurrences in 30 seconds
percentpoint percent pointPercentage point

Additional Language Displays

CodeDansk (Danish, da)
1/30sec1/ 30 sek
percentpointprocentpoint
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/ehealth-unit-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.8.0"] ; # 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 "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; 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" ] ] ) ] ) . # # -------------------------------------------------------------------------------------