@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "kiola-mdc-dim-cs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system https://fhir.ehealth-systems.at/kiola/dimension/AIT-11073 provides a fragment that includes following codes:

CodeDisplay
MDC_DIM_CENTI_M
MDC_DIM_KILO_G
MDC_DIM_MMHG
MDC_DIM_MILLI_G_PER_DL mg/dl
MDC_DIM_PERCENT %
MDC_DIM_BEAT_PER_MIN
MDC_DIM_RPM
MDC_DIM_X_ISO8601
MDC_DIM_X_CAL
MDC_DIM_VND_AIT_RFC3339
MDC_DIM_VND_AIT_CBOR_TS_FIX cbor_fixed
MDC_DIM_VND_AIT_CBOR_TS_FLEX cbor_flex
MDC_DIM_VND_AIT_CMP[MDC_DIM_S,MDC_DIM_X_WATT]
" ] ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/kiola/dimension/AIT-11073"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KIOLAMDCDIMCS"] ; # fhir:title [ fhir:v "KIOLA Dimension Codes AIT 11073"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-04-27T13:32:49+00:00"^^xsd:dateTime] ; # fhir:contact ( [ fhir:name [ fhir:v "AIT Austrian Institute of Technology" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mailto:office@ait.ac.at" ] ] ) ] ) ; # fhir:description [ fhir:v "Measurement dimensions supported by KIOLA, based on the ISO/IEEE 11073 standard with vendor-specific extensions, mainly AIT. The MDC display name is used as a code.\n\nAll codes might be parametrized using the syntax `CODE:{min=MIN_VAL,max=MAX_VAL}` to define a plausibility range for manual data entry, e.g.: `MDC_DIM_MILLI_G_PER_DL:{min=0,max=1000}`"] ; # fhir:compositional [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "fragment"] ; # fhir:concept ( [ fhir:code [ fhir:v "MDC_DIM_CENTI_M" ] ] [ fhir:code [ fhir:v "MDC_DIM_KILO_G" ] ] [ fhir:code [ fhir:v "MDC_DIM_MMHG" ] ] [ fhir:code [ fhir:v "MDC_DIM_MILLI_G_PER_DL" ] ; fhir:display [ fhir:v "mg/dl" ] ] [ fhir:code [ fhir:v "MDC_DIM_PERCENT" ] ; fhir:display [ fhir:v "%" ] ] [ fhir:code [ fhir:v "MDC_DIM_BEAT_PER_MIN" ] ] [ fhir:code [ fhir:v "MDC_DIM_RPM" ] ] [ fhir:code [ fhir:v "MDC_DIM_X_ISO8601" ] ] [ fhir:code [ fhir:v "MDC_DIM_X_CAL" ] ] [ fhir:code [ fhir:v "MDC_DIM_VND_AIT_RFC3339" ] ] [ fhir:code [ fhir:v "MDC_DIM_VND_AIT_CBOR_TS_FIX" ] ; fhir:display [ fhir:v "cbor_fixed" ] ] [ fhir:code [ fhir:v "MDC_DIM_VND_AIT_CBOR_TS_FLEX" ] ; fhir:display [ fhir:v "cbor_flex" ] ] [ fhir:code [ fhir:v "MDC_DIM_VND_AIT_CMP[MDC_DIM_S,MDC_DIM_X_WATT]" ] ] ) . # # -------------------------------------------------------------------------------------