Care Coordination Management
0.0.1 - ci-build
Estonia (EST)
Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions
@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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medication-statement-ccm-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/medication-statement-ccm"^^xsd:anyURI ;
fhir:l <http://helex.org/ig/ccm/StructureDefinition/medication-statement-ccm> ] )
] ; #
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: MedicationStatement medication-statement-ccm-example</b></p><a name=\"medication-statement-ccm-example\"> </a><a name=\"hcmedication-statement-ccm-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-statement-ccm.html\">MedicationStatementCcm</a></p></div><p><b>status</b>: Recorded</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"#hcmedication-statement-ccm-example/medication-ccm-example\">Medication </a></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient-ccm-example.html\">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>effective</b>: 2023-10-15 09:00:00+0000</p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://helex.org/fhir/CodeSystem/ccm-meds-reasons 392570002}\">Vererõhk</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient reports taking medication as prescribed.</p>\n</div></blockquote><blockquote><p><b>dosage</b></p><p><b>text</b>: Take one tablet daily</p><p><b>timing</b>: Morning, Evening, Once</p><p><b>asNeeded</b>: false</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codetablet = 'tablet')</span></td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Medication #medication-ccm-example</b></p><a name=\"medication-statement-ccm-example/medication-ccm-example\"> </a><a name=\"hcmedication-statement-ccm-example/medication-ccm-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medication-ccm.html\">MedicationCcm</a></p></div><p><b>code</b>: <span title=\"Codes:\">Amlodipine</span></p><p><b>status</b>: Active</p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Amlodipine</span></td></tr></table><p><b>strength</b>: 5 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></p></blockquote></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:contained ( [
a fhir:Medication ;
fhir:id [ fhir:v "medication-ccm-example" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/medication-ccm"^^xsd:anyURI ;
fhir:l <http://helex.org/ig/ccm/StructureDefinition/medication-ccm> ] ) ] ;
fhir:code [
fhir:text [ fhir:v "Amlodipine" ] ] ;
fhir:status [ fhir:v "active" ] ;
( fhir:ingredient [
fhir:item [
fhir:concept [
fhir:text [ fhir:v "Amlodipine" ] ] ] ;
fhir:strength [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "mg" ] ] ] )
] ) ; #
fhir:status [ fhir:v "recorded"] ; #
fhir:medication [
fhir:reference [
fhir:l <#medication-ccm-example> ;
fhir:reference [ fhir:v "#medication-ccm-example" ] ]
] ; #
fhir:subject [
fhir:l fhir:Patient/patient-ccm-example ;
fhir:reference [ fhir:v "Patient/patient-ccm-example" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2023-10-15T09:00:00+00:00"^^xsd:dateTime
] ; #
fhir:reason ( [
fhir:concept [
( fhir:coding [
fhir:system [
fhir:v "https://helex.org/fhir/CodeSystem/ccm-meds-reasons"^^xsd:anyURI ;
fhir:l <https://helex.org/fhir/CodeSystem/ccm-meds-reasons> ] ;
fhir:code [ fhir:v "392570002" ] ;
fhir:display [ fhir:v "Vererõhk" ] ] ) ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Patient reports taking medication as prescribed." ]
] ) ; #
fhir:dosage ( [
fhir:text [ fhir:v "Take one tablet daily" ] ;
fhir:timing [
fhir:repeat [
( fhir:when [ fhir:v "MORN" ] [ fhir:v "EVE" ] ) ] ] ;
fhir:asNeeded [ fhir:v false ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "tablet" ] ] ] )
] ) . #
IG © 2025+ Helex OÜ. Package org.helex.ccm#0.0.1 based on FHIR 5.0.0. Generated 2025-12-05
Links: Table of Contents |
QA Report