This case-insensitive code system https://www.retention-project.eu/ig/CodeSystem/MedicationAdherence
defines the following codes:
Code | Display | Definition |
-1 | no info | Input at item -1 |
0 | medication not taken | Input at item 0 |
1 | medication taken | Input at item 1 |
2 | medication partly taken | Input 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" ]
] ) . #
# -------------------------------------------------------------------------------------