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

This code system https://fhir.ehealth-systems.at/kiola/careplan/category defines the following code:

CodeDisplayDefinition
kiola-care-plan KIOLA Care PlanMain care plan, that is used to describe the overall plan of a patient. All other care plans to be considered for a patients care, must be part of this care plan.
" ] ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/kiola/careplan/category"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KIOLACarePlanCategoryCS"] ; # fhir:title [ fhir:v "KIOLA Care Plan Category 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 "Categories of care plans supported by KIOLA."] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "kiola-care-plan" ] ; fhir:display [ fhir:v "KIOLA Care Plan" ] ; fhir:definition [ fhir:v "Main care plan, that is used to describe the overall plan of a patient. All other care plans to be considered for a patients care, must be part of this care plan." ] ] ) . # # -------------------------------------------------------------------------------------