Entity: Medication
Class Diagram
Display
Medications appear in the Treatments > Medicines page of the patient's record.
Please see the manual for more information.
Mappings
 | HL7 API | FHIR API (Customer boxes support full CRUD) | Web | Custom REST API | ||
 |  | Facade (STU3) | Aggregated (R4) | This is a summary. See the web spec for full details. |  | |
Summary of interactions | ||||||
Create | Â | Â | Â | |||
Read | Â | Â | /MedicationRequest | /v1/medications | ||
Update | Â | Â | Â | |||
Delete | (replace, but cannot delete all) | Â | Â | Â | Â | |
Entity: Medication - Extends: Data Point | ||||||
Status
| Â | Â | status | status | The web interface separates current medications from past medications. The distinction is made by inspecting the End Timestamp and Status values. | Â |
Substance The medication. | Â | medicationCodeableConcept | medicationCodeableConcept | A display-friendly representation of the medication is shown; not every component of the CodeableConcept is shown in all circumstances. | substance | |
Start Timestamp When the medication was started. | Â | authoredOn | effectivePeriod | The web interface permits entry of date but not time. | startDate | |
End Timestamp When the medication was finished. | Â | effectivePeriod | The web interface permits entry of date but not time. | endDate | ||
Frequency Text How frequently the medication should be taken. | Â | dosageInstruction | dosage | Shown. | frequency | |
Frequency Value A representation of how frequently the medication should be taken, when combined with Frequency Units. | Â | Â | dosageInstruction | dosage | Shown. | frequency |
Frequency Units
| Â | Â | dosageInstruction | dosage | Shown. | frequency |
Frequency Priority Can be used to capture a frequency instruction of:
| Â | Â | dosageInstruction | dosage | Shown. | frequency |
Dose Value How much should be taken. | Â | dosageInstruction | dosage | Shown. | doseValue | |
Dose Units The units of the Dose Value. | Â | Â | dosage | Shown. | doseUnit | |
Medication Unit
| Â | Â | dosageInstruction | dosage | Shown. | doseUnit |
Instructions How to take the medication. | Â | dosageInstruction | dosage | Shown. | additionalInstructions |