XML

Medication Timing - XML

Medication timing is an important indicator for maximizing drug efficacy and minimizing side effects. Optimal timing is determined based on drug properties: before meals (20-30 minutes before eating), after meals (within 20-30 minutes after eating), between meals (approximately 2 hours after eating), empty stomach (when no food is in the stomach), and bedtime (30 minutes before sleeping). Following correct timing improves drug absorption, reduces gastrointestinal irritation, and optimizes therapeutic effects.

pharmacy medication guidance medication timing healthcare health pharmacist
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>01</code>
    <slug>before-meals</slug>
    <name>Before Meals</name>
    <description>Timing to take medication 20-30 minutes before meals.</description>
    <stomachCondition>Empty stomach (no food in stomach)</stomachCondition>
    <timing>20-30 minutes before meals</timing>
  </item>
  <item>
    <code>02</code>
    <slug>immediately-before-meals</slug>
    <name>Immediately Before Meals</name>
    <description>Timing to take medication 5-10 minutes before meals, just before eating.</description>
    <stomachCondition>Just before food enters stomach</stomachCondition>
    <timing>5-10 minutes before meals</timing>
  </item>
  <item>
    <code>03</code>
    <slug>after-meals</slug>
    <name>After Meals</name>
    <description>Timing to take medication within 20-30 minutes after meals.</description>
    <stomachCondition>Food present in stomach</stomachCondition>
    <timing>Within 20-30 minutes after meals</timing>
  </item>
  <item>
    <code>04</code>
    <slug>between-meals</slug>
    <name>Between Meals</name>
    <description>Timing to take medication approximately 2 hours after eating, between meals.</description>
    <stomachCondition>Near-empty stomach state</stomachCondition>
    <timing>Approximately 2 hours after eating</timing>
  </item>
  <item>
    <code>05</code>
    <slug>empty-stomach</slug>
    <name>Empty Stomach</name>
    <description>Timing to take medication when no food is in the stomach.</description>
    <stomachCondition>Completely empty stomach</stomachCondition>
    <timing>At least 1 hour before or 2 hours after meals</timing>
  </item>
  <item>
    <code>06</code>
    <slug>bedtime</slug>
    <name>Bedtime</name>
    <description>Timing to take medication 30 minutes before sleeping.</description>
    <stomachCondition>Not specified (typically 2-3 hours after dinner)</stomachCondition>
    <timing>30 minutes before sleeping</timing>
  </item>
  <item>
    <code>07</code>
    <slug>upon-waking</slug>
    <name>Upon Waking</name>
    <description>Timing to take medication immediately after waking up.</description>
    <stomachCondition>Completely empty stomach (before breakfast)</stomachCondition>
    <timing>Immediately after waking</timing>
  </item>
  <item>
    <code>08</code>
    <slug>as-needed</slug>
    <name>As Needed</name>
    <description>Timing to take medication only when symptoms occur, as needed.</description>
    <stomachCondition>Not specified (depends on medication)</stomachCondition>
    <timing>Only when symptoms occur</timing>
  </item>
</items>