FHIR IG analytics| Package | csiro.fhir.au.gpccmp |
| Resource Type | ValueSet |
| Id | ValueSet-MedicationStatementStatusLimited.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/aehrc/gpccmp-fhir-ig/ValueSet-MedicationStatementStatusLimited.html |
| URL | https://gpccmp.csiro.au/ig/ValueSet/MedicationStatementStatusLimited |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-02-13T07:49:17+00:00 |
| Name | MedicationStatementStatusLimited |
| Title | Medication Statement Status Limited |
| Description | 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). |
| StructureDefinition | |
| GPCCMPMedicationStatement | GP CCMP MedicationStatement |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet MedicationStatementStatusLimited
Expansion based on codesystem Medication status codes v4.0.1 (CodeSystem)
This value set contains 4 concepts
| System | Code | Display | Definition |
http://hl7.org/fhir/CodeSystem/medication-statement-status | active | Active | The medication is still being taken. |
http://hl7.org/fhir/CodeSystem/medication-statement-status | completed | Completed | The medication is no longer being taken. |
http://hl7.org/fhir/CodeSystem/medication-statement-status | stopped | Stopped | 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. |
http://hl7.org/fhir/CodeSystem/medication-statement-status | on-hold | On Hold | Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called 'suspended'. |
{
"resourceType": "ValueSet",
"id": "MedicationStatementStatusLimited",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://gpccmp.csiro.au/ig/ValueSet/MedicationStatementStatusLimited",
"version": "0.1.0",
"name": "MedicationStatementStatusLimited",
"title": "Medication Statement Status Limited",
"status": "draft",
"experimental": false,
"date": "2026-02-13T07:49:17+00:00",
"publisher": "AEHRC CSIRO",
"contact": [
{
"name": "AEHRC CSIRO",
"telecom": [
{
"system": "url",
"value": "http://example.org/example-publisher"
}
]
}
],
"description": "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).",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/CodeSystem/medication-statement-status",
"concept": [
{
"code": "active"
},
{
"code": "completed"
},
{
"code": "stopped"
},
{
"code": "on-hold"
}
]
}
]
},
"expansion": {
"identifier": "urn:uuid:59fe5ac1-65bf-4606-8c2a-0a55fba1d064",
"timestamp": "2025-08-25T15:53:32+10:00",
"total": 4,
"offset": 0,
"parameter": [
{
"name": "count",
"valueInteger": 1000
},
{
"name": "offset",
"valueInteger": 0
},
{
"name": "excludeNested",
"valueBoolean": false
},
{
"name": "used-codesystem",
"valueUri": "http://hl7.org/fhir/CodeSystem/medication-statement-status|4.0.1"
}
],
"contains": [
{
"system": "http://hl7.org/fhir/CodeSystem/medication-statement-status",
"code": "active",
"display": "Active"
},
{
"system": "http://hl7.org/fhir/CodeSystem/medication-statement-status",
"code": "completed",
"display": "Completed"
},
{
"system": "http://hl7.org/fhir/CodeSystem/medication-statement-status",
"code": "stopped",
"display": "Stopped"
},
{
"system": "http://hl7.org/fhir/CodeSystem/medication-statement-status",
"code": "on-hold",
"display": "On Hold"
}
]
}
}