Package | hl7.fhir.be.medication |
Resource Type | ValueSet |
Id | BeMedicationPrescriptionStatusVS |
FHIR Version | R4 |
Source | https://www.ehealth.fgov.be/standards/fhir/medication/https://build.fhir.org/ig/hl7-be/medication/ValueSet-BeMedicationPrescriptionStatusVS.html |
URL | https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/BeMedicationPrescriptionStatusVS |
Version | 1.1.0 |
Status | active |
Date | 2025-07-25T19:42:33+00:00 |
Name | BeMedicationPrescriptionStatusVS |
Title | Medication Prescription Status |
Realm | be |
Authority | hl7 |
Description | Medication prescription status codes. |
StructureDefinition | |
BeMedicationPrescription | BeMedicationPrescription |
BeModelMedicationPrescription | Medication prescription (model) |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet BeMedicationPrescriptionStatusVS
http://hl7.org/fhir/CodeSystem/medicationrequest-status
Code | Display | Definition |
active | Active | The prescription is 'actionable', but not all actions that are implied by it have occurred yet. |
completed | Completed | All actions that are implied by the prescription have occurred. |
cancelled | Cancelled | The prescription has been withdrawn before any administrations have occurred |
stopped | Stopped | Actions implied by the prescription are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error |
entered-in-error | Entered in Error | Some of the actions that are implied by the medication request may have occurred. For example, the medication may have been dispensed and the patient may have taken some of the medication. Clinical decision support systems should take this status into account |
{ "resourceType": "ValueSet", "id": "BeMedicationPrescriptionStatusVS", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/BeMedicationPrescriptionStatusVS", "version": "1.1.0", "name": "BeMedicationPrescriptionStatusVS", "title": "Medication Prescription Status", "status": "active", "experimental": false, "date": "2025-07-25T19:42:33+00:00", "publisher": "HL7 Belgium", "contact": [ { "name": "HL7 Belgium", "telecom": [ { "system": "url", "value": "https://www.hl7belgium.org" }, { "system": "email", "value": "hl7belgium@hl7belgium.org" } ] }, { "name": "Message Structure eHealth", "telecom": [ { "system": "email", "value": "message-structure@ehealth.fgov.be", "use": "work" } ] } ], "description": "Medication prescription status codes.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "BE", "display": "Belgium" } ] } ], "compose": { "include": [ { "system": "http://hl7.org/fhir/CodeSystem/medicationrequest-status", "concept": [ { "code": "active" }, { "code": "completed" }, { "code": "cancelled" }, { "code": "stopped" }, { "code": "entered-in-error" } ] } ] } }