collabreefhirdocumentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Medication Intake Calculations Code System - 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 "medication-intake-calculations-cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-intake-calculations-cs</b></p><a name=\"medication-intake-calculations-cs\"> </a><a name=\"hcmedication-intake-calculations-cs\"> </a><p>This code system <code>https://fhir.collabree.com/fhir/CodeSystem/medication-intake-calculations-cs</code> defines the following code:</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\">adherence<a name=\"medication-intake-calculations-cs-adherence\"> </a></td><td>Adherence Calculation</td><td>Calculation for medication adherence tracking - measures how well a patient follows their prescribed medication regimen</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.collabree.com/fhir/CodeSystem/medication-intake-calculations-cs"^^xsd:anyURI ;
fhir:l <https://fhir.collabree.com/fhir/CodeSystem/medication-intake-calculations-cs>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "MedicationIntakeCalculationsCS"] ; #
fhir:title [ fhir:v "Medication Intake Calculations Code System"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-11-04T17:00:46+01:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Collabree AG"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Collabree AG" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.collabree.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system defining the different types of medication intake calculations available in the Collabree system"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "adherence" ] ;
fhir:display [ fhir:v "Adherence Calculation" ] ;
fhir:definition [ fhir:v "Calculation for medication adherence tracking - measures how well a patient follows their prescribed medication regimen" ]
] ) . #