Medications

Clinical Resources

Medications

Overview

The Medications section captures details of the patient’s current, past, or newly prescribed drugs.

This includes prescribed medications, over-the-counter (OTC) drugs, and supplements as documented in clinical notes or discharge summaries.

Accurate medication data ensures safe prescribing, supports medication reconciliation, and enables clinical decision support.

Clinical Data in Source Documents

Medication details are commonly documented in sections such as:

  • Current/Active Medications - Lists ongoing prescriptions and their dosing instructions.
  • Meds Prior to Visit / Regular Medications - Includes chronic or long-term therapies.
  • Assessment/Plan or Discharge Instructions - Often contains new prescriptions or changes to existing therapy.

Information may include:

  • Drug name (generic or brand).
  • Dosage details (strength, amount, frequency, and route of administration).
  • Prescriber and start date or refill details.
  • Status (active, discontinued, or planned).

JSON Output

The platform extracts and organizes each medication into a standardized JSON structure.

Each record typically contains:

  • Name: The medication name.
  • Medication Class: Optional therapeutic class or category, if specified.
  • Dosage: Strength and quantity.
  • Frequency: How often the medication is taken.
  • Route: Method of administration.
  • Prescribed Date: Date of prescription or initiation if available.
  • Prescriber: Provider who ordered the medication.
  • Status: Indicates if the medication is active, recorded, discontinued or planned.

This structured format ensures clarity for downstream analysis and interoperability.

FHIR Output

Extracted medication data is converted to a FHIR MedicationStatement resource to enable seamless EHR integration.

Key mappings include:

  • Medication Name → MedicationStatement.medication.concept.text – Captures the exact drug name.
  • Status → MedicationStatement.status – Reflects the current state (e.g., active, recorded, completed).
  • Dosage Details → MedicationStatement.dosage – Stores frequency, route, and dose quantity.
  • Route of Administration → dosage.route – Uses standard HL7 route codes (e.g., PO for oral).
  • Prescriber/Information Source → MedicationStatement.informationSource – Identifies the provider who prescribed or reported the medication.
  • Patient Reference → MedicationStatement.subject – Links the medication to the specific patient.
  • Encounter Reference → MedicationStatement.encounter – Associates the medication with the encounter where it was recorded.
  • Contextual Note → MedicationStatement.note – Includes references to the originating section or page of the source document.