Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Medication Adherence Codesystem - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MedicationAdherence"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MedicationAdherence</b></p><a name=\"MedicationAdherence\"> </a><a name=\"hcMedicationAdherence\"> </a><p>This case-insensitive code system <code>https://www.retention-project.eu/ig/CodeSystem/MedicationAdherence</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">-1<a name=\"MedicationAdherence--1\"> </a></td><td>no info</td><td>Input at item -1</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"MedicationAdherence-0\"> </a></td><td>medication not taken</td><td>Input at item 0</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"MedicationAdherence-1\"> </a></td><td>medication taken</td><td>Input at item 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"MedicationAdherence-2\"> </a></td><td>medication partly taken</td><td>Input at item 2</td></tr></table></div>"^^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" ]
] ) . #