healthcare-emr-patterns
EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry.
npx skills add mturac/everything-openai-codex --skill healthcare-emr-patterns --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Healthcare EMR Development Patterns Patterns for building Electronic Medical Record (EMR) and Electronic Health Record (EHR) systems. Prioritizes patient safety, clinical accuracy, and practitioner efficiency. ## When to Use - Building patient encounter workflows (complaint, exam, diagnosis, prescription) - Implementing clinical note-taking (structured + free text + voice-to-text) - Designing prescription/medication modules with drug interaction checking - Integrating Clinical Decision Support Systems (CDSS) - Building lab result displays with reference range highlighting - Implementing audit trails for clinical data - Designing healthcare-accessible UIs for clinical data entry ## How It Works ### Patient Safety First Every design decision must be evaluated against: "Could this harm a patient?" - Drug interactions MUST alert, not silently pass - Abnormal lab values MUST be visually flagged - Critical vitals MUST trigger escalation workflows - No clinical data modification without audit trail ### Single-Page Encounter Flow Clinical encounters should flow vertically on a single page — no tab switching: ``` Patient Header (sticky — always visible) ├── Demographics, allergies, active
- When to Use
- How It Works
- Patient Safety First
- Single-Page Encounter Flow
- Smart Template System
- Medication Safety Pattern
- Locked Encounter Pattern
- UI Patterns for Clinical Data
- Accessibility for Healthcare
- Anti-Patterns
- Examples
- Example 1: Patient Encounter Flow
- Example 2: Medication Safety Workflow
- Example 3: Locked Encounter + Addendum
What does the healthcare-emr-patterns skill do?
EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry.
How do I install it?
Run `npx skills add mturac/everything-openai-codex --skill healthcare-emr-patterns --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
