This MedicationOrder Resource holds details of medications that have been discontinued or changed.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
MedicationOrder | MedicationOrder | Prescription of medication for the patient | |
identifier | 1..1 | Identifier | External identifier |
value | 1..1 | String | Shall contain a DCE UUID Example Value 25df2dc1-5633-42d0-abe9-bc569f4970b5 |
status | 1..1 | Code | active | on-hold | completed | entered-in-error | stopped | draft Binding A code specifying the state of the prescribing event. Describes the lifecycle of the prescription. (http://hl7.org/fhir/ValueSet/medication-order-status) Binding Strength Required |
dateEnded | 0..1 | DateTime | When prescription was stopped |
reasonEnded | 0..1 | CodeableConcept | Why prescription was stopped Binding The change of status of a medication, indicating whether the medication has been continued unchanged, is a newly added medication, or the original medication has been amended. (http://fhir.nhs.net/ValueSet/medication-change-type-1) Binding Strength Example |
coding | 0..1 | Coding | Code defined by a terminology system Binding The change of status of a medication, indicating whether the medication has been continued unchanged, is a newly added medication, or the original medication has been amended. (http://fhir.nhs.net/ValueSet/medication-change-type-1) Binding Strength Example |
system | 1..1 | Uri | Identity of the terminology system |
code | 1..1 | Code | Symbol in syntax defined by the system Binding The change of status of a medication, indicating whether the medication has been continued unchanged, is a newly added medication, or the original medication has been amended. (http://fhir.nhs.net/ValueSet/medication-change-type-1) Binding Strength Example |
display | 1..1 | String | Representation defined by the system |
patient | 0..1 | Reference (cofe-patient-1) | Who prescription is for |
reference | 1..1 | String | Relative URL reference |
display | 0..1 | String | Text alternative for the resource |
prescriber | 0..1 | Reference (cofe-practitioner-1) | Who ordered the medication(s) |
reference | 1..1 | String | Relative URL reference |
display | 0..1 | String | Text alternative for the resource |
encounter | 0..1 | Reference (cofe-encounter-1) | Created during encounter/admission/stay |
reference | 1..1 | String | Relative URL reference |
display | 0..1 | String | Text alternative for the resource |
reason[x] | 0..1 | CodeableConcept | Reason or indication for writing the prescription Binding A code from the SNOMED Clinical Terminology UK coding system that describes a finding that is NOT a blood pressure, body weight ,height measurement, or temperature finding. (http://fhir.nhs.net/ValueSet/finding-snct-1) Binding Strength Required |
note | 0..1 | String | Information about the prescription |
medication[x] | 1..1 | CodeableConcept | Medication to be taken Binding Medication items listed in the Dictionary of Medicines and Devices (dm+d). (http://fhir.nhs.net/ValueSet/medication-item-snct-1) Binding Strength Required |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
MedicationOrder.status | status | Required | http://hl7.org/fhir/ValueSet/medication-order-status |
MedicationOrder.reasonEnded | reasonEnded | Example | http://fhir.nhs.net/ValueSet/medication-change-type-1 |
MedicationOrder.reasonEnded.coding | coding | Example | http://fhir.nhs.net/ValueSet/medication-change-type-1 |
MedicationOrder.reasonEnded.coding.code | code | Example | http://fhir.nhs.net/ValueSet/medication-change-type-1 |
MedicationOrder.reason[x] | reason[x] | Required | http://fhir.nhs.net/ValueSet/finding-snct-1 |
MedicationOrder.medication[x] | medication[x] | Required | http://fhir.nhs.net/ValueSet/medication-item-snct-1 |