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

This code system https://fhir.ehealth-systems.at/kiola/careplan/transient-tag provides a fragment that includes following codes:

CodeDisplayDefinition
SENSOR_CONFIGURATION Sensor configurationKIOLA ID of the associated (legacy) sensor configuration.
CONFIRMED ConfirmedThe care plan has been successfully retrieved by a client. Might be parametrized using the userAgent and timestamp parameters, e.g.: `{userAgent=Pixel 4a/13 at.ac.ait.dm2/4.12.0(664):36fde7dd,timestamp=2022-11-25T09:28:29.950008}`
" ] ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/kiola/careplan/transient-tag"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KIOLACarePlanTransientTagCS"] ; # fhir:title [ fhir:v "KIOLA Care Plan Transient Tag Code System"] ; # 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 "Meta data tags of care plans that should be removed when creating an updated plan for a patient, in case an activity changes."] ; # fhir:compositional [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "fragment"] ; # fhir:concept ( [ fhir:code [ fhir:v "SENSOR_CONFIGURATION" ] ; fhir:display [ fhir:v "Sensor configuration" ] ; fhir:definition [ fhir:v "KIOLA ID of the associated (legacy) sensor configuration." ] ] [ fhir:code [ fhir:v "CONFIRMED" ] ; fhir:display [ fhir:v "Confirmed" ] ; fhir:definition [ fhir:v "The care plan has been successfully retrieved by a client. Might be parametrized using the userAgent and timestamp parameters, e.g.: `{userAgent=Pixel 4a/13 at.ac.ait.dm2/4.12.0(664):36fde7dd,timestamp=2022-11-25T09:28:29.950008}`" ] ] ) . # # -------------------------------------------------------------------------------------