This code system http://ehealth.sundhed.dk/cs/ehealth-unit-code defines the following codes:
Code | Display | Definition |
1/30sec | one per 30 seconds | Number of occurrences in 30 seconds |
percentpoint | percent point | Percentage point |
Additional Language Displays
Code | Dansk (Danish, da) |
1/30sec | 1/ 30 sek |
percentpoint | procentpoint |
"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/ehealth-unit-code"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.0.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 "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" ]
] )
] ) . #
# -------------------------------------------------------------------------------------