🎯CPT 99283 - Emergency Department Visit (Level 3)

Description & Explanation: Used for patients requiring a medically appropriate history/exam and Low level of Medical Decision Making. This often involves stable chronic illnesses or acute uncomplicated injuries.

  • MDM Level: Low (Level 3).

    • Problems: Low complexity (e.g., 2+ minor problems, 1 stable chronic illness, 1 acute uncomplicated illness/injury).

    • Data: Limited (e.g., review of prior notes, ordering unique tests).

    • Risk: Low risk (e.g., OTC medications, minor surgery with no risk factors).

Code Tree:

  • Evaluation and Management

    • Emergency Department Services

      • New or Established Patient

        • 99283: Low MDM

Technical Data:

  • WRVU (2025): ~1.60

  • Global Period: XXX

  • Assistant Payable: No

  • HCC Information: N/A

Clinical Examples:

  1. Ankle Sprain: Patient with ankle inversion injury. X-ray ordered (negative for fracture). Diagnosed with sprain, placed in ace wrap, discharged with crutches.

  2. Viral Gastroenteritis: Patient with nausea/vomiting but no significant dehydration. Examined, given oral anti-emetic, tolerated PO fluids, discharged.

  3. Simple Cystitis: Healthy female with dysuria. Urinalysis performed. Prescribed antibiotics for UTI and discharged.

TABLE WITHOUT ID
  link(file.link, cpt_code) AS "Code",
  short_title AS "Description",
  usage_mdm_level AS "MDM Level",
  wrvu AS "WRVU"
FROM #Emergency_Department
WHERE cpt_code != null
SORT wrvu ASC