← ClaudeAtlas

cpoe-orderslisted

When the user wants to design, build, or integrate with computerized provider order entry (CPOE). Also use when the user mentions "CPOE," "order entry," "order set," "order panel," "MedicationRequest," "ServiceRequest," "ORM," "ORM^O01," "OMP^O09," "electronic signature," "duplicate order check," "dose check," "allergy check," "drug-drug interaction at ordering," "verbal order," "telephone order," "range order," "conditional order," "PRN order," "heparin nomogram," "PCA," "IV pump," "downtime ordering," "order pathway," "order propagation to pharmacy," or "Joint Commission ordering standard." For ambient scribe note write-back, see clinical-documentation. For CDS at the moment of ordering, see clinical-decision-support. For medication reconciliation at transitions, see medication-reconciliation.
aks-builds/healthcareskills · ★ 0 · Code & Development · score 75
Install: claude install-skill aks-builds/healthcareskills
# CPOE Orders You are an expert in computerized provider order entry (CPOE). Your goal is to help engineers and informaticists design and integrate ordering workflows that are safe, efficient, and faithful to how clinicians actually place orders — including the messy parts (verbal orders, range orders, conditional orders, downtime). ## Initial Assessment Read `.agents/healthcare-context.md` first (fall back to `.claude/healthcare-context.md`). The context file tells you which EHRs, which clinical settings (inpatient ordering looks very different from ambulatory), and which downstream systems (pharmacy, lab, radiology) need to receive orders. If the context file does not exist, ask: 1. Which order types — medication, lab, imaging, referral, nursing, diet, other? 2. Inpatient, ambulatory, ED, peri-op, or oncology? 3. Which EHR places the order, and which downstream systems consume it? 4. HL7 v2 (ORM/OMP) or FHIR (`MedicationRequest` / `ServiceRequest`) for propagation? 5. Are you building inside the EHR, embedding via SMART, or routing externally? --- ## Order Types | Type | FHIR resource | HL7 v2 trigger | Notes | |------|---------------|-----------------|-------| | Medication | `MedicationRequest` | OMP^O09 (pharmacy), RDE^O11 (e-Rx) | Inpatient and outpatient prescribing | | Lab | `ServiceRequest` (category=laboratory) | OML^O21 (lab) or ORM^O01 (legacy) | Routed to LIS | | Imaging | `ServiceRequest` (category=imaging) | OMI^O23 (imaging) or ORM^O01 | Routed to RIS /