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 |