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

Generated Narrative: CodeSystem MedicationAdherence

This case-insensitive code system https://www.retention-project.eu/ig/CodeSystem/MedicationAdherence defines the following codes:

CodeDisplayDefinition
-1 no infoInput at item -1
0 medication not takenInput at item 0
1 medication takenInput at item 1
2 medication partly takenInput at item 2
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/MedicationAdherence"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "Medication_Adherence"] ; # fhir:title [ fhir:v "Medication Adherence Codesystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2022-11-28T14:27:31+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ICCS"] ; # fhir:description [ fhir:v "Code system with input values for Medication Adherence"] ; # fhir:caseSensitive [ fhir:v false] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "-1" ] ; fhir:display [ fhir:v "no info" ] ; fhir:definition [ fhir:v "Input at item -1" ] ] [ fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "medication not taken" ] ; fhir:definition [ fhir:v "Input at item 0" ] ] [ fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "medication taken" ] ; fhir:definition [ fhir:v "Input at item 1" ] ] [ fhir:code [ fhir:v "2" ] ; fhir:display [ fhir:v "medication partly taken" ] ; fhir:definition [ fhir:v "Input at item 2" ] ] ) . # # -------------------------------------------------------------------------------------