GP Chronic Condition Management Plan
0.1.0 - CI Build
GP Chronic Condition Management Plan, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/gpccmp-fhir-ig/ and changes regularly. See the Directory of published versions
| Draft as of 2026-08-18 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/MedicationStatementStatusLimited> a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "MedicationStatementStatusLimited"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MedicationStatementStatusLimited</b></p><a name=\"MedicationStatementStatusLimited\"> </a><a name=\"hcMedicationStatementStatusLimited\"> </a><p style=\"border: black 1px dotted; background-color: #EEEEEE; padding: 8px; margin-bottom: 8px\">Expansion based on <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html\">codesystem Medication status codes v4.0.1 (CodeSystem)</a></p><p>This value set contains 4 concepts</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-active\"> </a><code>http://hl7.org/fhir/CodeSystem/medication-statement-status</code></td><td style=\"white-space:nowrap\"> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-active\">active</a></td><td>Active</td><td>The medication is still being taken.</td></tr><tr><td><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-completed\"> </a><code>http://hl7.org/fhir/CodeSystem/medication-statement-status</code></td><td style=\"white-space:nowrap\"> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-completed\">completed</a></td><td>Completed</td><td>The medication is no longer being taken.</td></tr><tr><td><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-stopped\"> </a><code>http://hl7.org/fhir/CodeSystem/medication-statement-status</code></td><td style=\"white-space:nowrap\"> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-stopped\">stopped</a></td><td>Stopped</td><td>Actions implied by the statement have been permanently halted, before all of them occurred. This should not be used if the statement was entered in error.</td></tr><tr><td><a name=\"MedicationStatementStatusLimited-http://hl7.org/fhir/CodeSystem/medication-statement-status-on-hold\"> </a><code>http://hl7.org/fhir/CodeSystem/medication-statement-status</code></td><td style=\"white-space:nowrap\"> <a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-on-hold\">on-hold</a></td><td>On Hold</td><td>Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called 'suspended'.</td></tr></table></div>"
] ;
fhir:ValueSet.url [ fhir:value "https://gpccmp.csiro.au/ig/ValueSet/MedicationStatementStatusLimited"] ;
fhir:ValueSet.version [ fhir:value "0.1.0"] ;
fhir:ValueSet.name [ fhir:value "MedicationStatementStatusLimited"] ;
fhir:ValueSet.title [ fhir:value "Medication Statement Status Limited"] ;
fhir:ValueSet.status [ fhir:value "draft"] ;
fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:ValueSet.date [ fhir:value "2026-08-18T05:51:20+00:00"^^xsd:dateTime] ;
fhir:ValueSet.publisher [ fhir:value "AEHRC CSIRO"] ;
fhir:ValueSet.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "AEHRC CSIRO" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://example.org/example-publisher" ]
]
] ;
fhir:ValueSet.description [ fhir:value "This value set includes the minimal set of codes to represent the status of a medication statement (i.e., active, completed, stopped and on-hold)."] ;
fhir:ValueSet.copyright [ fhir:value "Copyright © 2026 Australian Government Department of Health, Disability and Ageing. All rights reserved.\nThis material is published for evaluation and local testing only, pending selection of a final licence. You may clone, build, and run it locally/personally to evaluate the IG. No other rights are granted — including no redistribution, modification for distribution, sublicensing, or commercial/production use. Final licence terms will be published and will supersede this notice.\n"] ;
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0 ;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/CodeSystem/medication-statement-status" ] ;
fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ] ;
fhir:ValueSet.compose.include.concept [
fhir:index 0 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "active" ]
], [
fhir:index 1 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "completed" ]
], [
fhir:index 2 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "stopped" ]
], [
fhir:index 3 ;
fhir:ValueSet.compose.include.concept.code [ fhir:value "on-hold" ]
]
]
] ;
fhir:ValueSet.expansion [
fhir:ValueSet.expansion.identifier [ fhir:value "urn:uuid:59fe5ac1-65bf-4606-8c2a-0a55fba1d064" ] ;
fhir:ValueSet.expansion.timestamp [ fhir:value "2025-08-25T15:53:32+10:00"^^xsd:dateTime ] ;
fhir:ValueSet.expansion.total [ fhir:value "4"^^xsd:integer ] ;
fhir:ValueSet.expansion.offset [ fhir:value "0"^^xsd:integer ] ;
fhir:ValueSet.expansion.parameter [
fhir:index 0 ;
fhir:ValueSet.expansion.parameter.name [ fhir:value "count" ] ;
fhir:ValueSet.expansion.parameter.valueInteger [ fhir:value "1000"^^xsd:integer ]
], [
fhir:index 1 ;
fhir:ValueSet.expansion.parameter.name [ fhir:value "offset" ] ;
fhir:ValueSet.expansion.parameter.valueInteger [ fhir:value "0"^^xsd:integer ]
], [
fhir:index 2 ;
fhir:ValueSet.expansion.parameter.name [ fhir:value "excludeNested" ] ;
fhir:ValueSet.expansion.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
], [
fhir:index 3 ;
fhir:ValueSet.expansion.parameter.name [ fhir:value "used-codesystem" ] ;
fhir:ValueSet.expansion.parameter.valueUri [ fhir:value "http://hl7.org/fhir/CodeSystem/medication-statement-status|4.0.1" ]
] ;
fhir:ValueSet.expansion.contains [
fhir:index 0 ;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://hl7.org/fhir/CodeSystem/medication-statement-status" ] ;
fhir:ValueSet.expansion.contains.code [ fhir:value "active" ] ;
fhir:ValueSet.expansion.contains.display [ fhir:value "Active" ]
], [
fhir:index 1 ;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://hl7.org/fhir/CodeSystem/medication-statement-status" ] ;
fhir:ValueSet.expansion.contains.code [ fhir:value "completed" ] ;
fhir:ValueSet.expansion.contains.display [ fhir:value "Completed" ]
], [
fhir:index 2 ;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://hl7.org/fhir/CodeSystem/medication-statement-status" ] ;
fhir:ValueSet.expansion.contains.code [ fhir:value "stopped" ] ;
fhir:ValueSet.expansion.contains.display [ fhir:value "Stopped" ]
], [
fhir:index 3 ;
fhir:ValueSet.expansion.contains.system [ fhir:value "http://hl7.org/fhir/CodeSystem/medication-statement-status" ] ;
fhir:ValueSet.expansion.contains.code [ fhir:value "on-hold" ] ;
fhir:ValueSet.expansion.contains.display [ fhir:value "On Hold" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ValueSet/MedicationStatementStatusLimited.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ValueSet/MedicationStatementStatusLimited.ttl> .
IG © 2025+ AEHRC CSIRO. Package csiro.fhir.au.gpccmp#0.1.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report