Shorter oral regimen full details for md exam answer 15 marks from this pdf only with replacement sequence
python -m markitdown "/home/daytona/workspace/attachments/5fa180ba-c8c7-4d0f-a6ae-f731f9db9a6d/PMDT Guidelines_March 2025.pptx" 2>/dev/null | head -300
python -m markitdown "/home/daytona/workspace/attachments/5fa180ba-c8c7-4d0f-a6ae-f731f9db9a6d/PMDT Guidelines_March 2025.pptx" 2>/dev/null > /home/daytona/workspace/pmdt2025.txt && wc -l /home/daytona/workspace/pmdt2025.txt && python -m markitdown "/home/daytona/workspace/attachments/5fa180ba-c8c7-4d0f-a6ae-f731f9db9a6d/PMDT 2021.pptx" 2>/dev/null > /home/daytona/workspace/pmdt2021.txt && wc -l /home/daytona/workspace/pmdt2021.txt
cd /home/daytona/workspace && python -m markitdown "/home/daytona/workspace/attachments/5fa180ba-c8c7-4d0f-a6ae-f731f9db9a6d/PMDT Guidelines_March 2025.pptx" > pmdt2025.txt 2>&1; echo "EXIT:$?"
cd /home/daytona/workspace && python3 -c " from pptx import Presentation import sys def extract_pptx(path): prs = Presentation(path) for i, slide in enumerate(prs.slides): print(f'=== SLIDE {i+1} ===') for shape in slide.shapes: if shape.has_text_frame: for para in shape.text_frame.paragraphs: text = para.text.strip() if text: print(text) print() extract_pptx('/home/daytona/workspace/attachments/5fa180ba-c8c7-4d0f-a6ae-f731f9db9a6d/PMDT Guidelines_March 2025.pptx') " > pmdt2025.txt 2>&1; echo "Lines: $(wc -l < pmdt2025.txt)"
cd /home/daytona/workspace && python3 -c " from pptx import Presentation def extract_pptx(path): prs = Presentation(path) for i, slide in enumerate(prs.slides): print(f'=== SLIDE {i+1} ===') for shape in slide.shapes: if shape.has_text_frame: for para in shape.text_frame.paragraphs: text = para.text.strip() if text: print(text) print() extract_pptx('/home/daytona/workspace/attachments/5fa180ba-c8c7-4d0f-a6ae-f731f9db9a6d/PMDT 2021.pptx') " > pmdt2021.txt 2>&1; echo "Lines: $(wc -l < pmdt2021.txt)"
| Regimen | Duration | Target Population |
|---|---|---|
| BPaLM | 6–9 months | MDR/RR-TB ≥14 yrs (preferred) |
| Shorter Oral Bdq-containing MDR/RR-TB regimen | 9–11 months | MDR/RR-TB (incl. <14 yrs) |
| H mono/poly DR-TB regimen | 6–9 months | Isoniazid mono/poly resistance |
Key Principle (PMDT 2021, Slide 84): Need for stopping/replacing any drug in the shorter oral Bdq-containing MDR/RR-TB regimen warrants stopping the regimen entirely. Evaluate the patient to switch to the longer oral M/XDR-TB regimen.
| Situation | Action |
|---|---|
| Resistance/intolerance/unavailability of any drug | Stop shorter regimen → Switch to longer oral M/XDR-TB regimen (modified as per replacement table if needed) |
| Drug to be Replaced | Replacement Drug |
|---|---|
| Levofloxacin (Lfx) | Moxifloxacin (Mfx) → if FQ resistance: switch to longer regimen |
| Rifampicin (R) | Switch to longer oral M/XDR-TB regimen |
| Pyrazinamide (Z) | Cfz or Lzd (as per DST, availability, tolerance) |
| Ethambutol (E) | Cs or Lzd (as per DST, availability, tolerance) |
Note: Re-initiation or re-registration is not required for regimen modifications during the first 4 months, unless the patient is declared 'treatment failed'. The same registration date continues.
Rifampicin resistance detected
↓
FL-LPA + SL-LPA + LC-DST (Z, Bdq, Cfz, Mfx, Lzd, Dlm)
↓
No additional resistance OR H resistance (KatG or InhA — not both) + FQ not resistant
→ Shorter Oral Bdq-containing MDR/RR-TB regimen (9-11 months)
OR BPaLM (6-9 months) if ≥14 years
↓
H resistance with BOTH KatG + InhA mutation OR FQ resistance detected
→ Longer oral M/XDR-TB regimen
During shorter regimen:
Additional resistance / intolerance / unavailability / exclusion criteria emerge
→ Switch to Longer Oral M/XDR-TB regimen (modified per replacement table)
| Feature | BPaLM (2025) | Shorter Oral Bdq (2021) | H mono/poly (2021) |
|---|---|---|---|
| Duration | 6–9 months (up to 39 wks if Lzd reduced) | 9–11 months | 6–9 months |
| Age | ≥14 years | All ages (excl. <5 yrs) | All ages |
| Core drugs | Bdq + Pa + Lzd + Mfx | Bdq + Lfx/Mfx + Cfz + Z ± Eto/H | Lfx + R + Z + E |
| Replacement on drug failure | Regimen declared failed → new regimen | Stop → switch to longer regimen | Replacement table (see above) |
| FQ resistance | Mfx continued regardless | Excluded | Lfx→Mfx possible |
| HIV co-infection | Allowed (use DTG, not EFV) | Allowed with caution | Allowed |
| Pregnancy | Excluded | Excluded | Standard precautions |
H mono replacement sequence is wrong what u said is different from pdf