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

This code system https://fhir.ehealth-systems.at/artifacts/PlanDefinition/tag provides a fragment that includes following code:

CodeDisplayDefinition
default Default treatment planA default treatment plan, that should be preselected and eventually applied when registering new patients.
" ] ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/artifacts/PlanDefinition/tag"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KIOLAStandardTreatmentPlanTagCS"] ; # fhir:title [ fhir:v "KIOLA Standard Treatment Plan 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 standard treatment plans."] ; # fhir:compositional [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "fragment"] ; # fhir:concept ( [ fhir:code [ fhir:v "default" ] ; fhir:display [ fhir:v "Default treatment plan" ] ; fhir:definition [ fhir:v "A default treatment plan, that should be preselected and eventually applied when registering new patients." ] ] ) . # # -------------------------------------------------------------------------------------