Loading...
Loading...
Use when analyzing patient records, clinical notes, medical PDFs, FHIR data, or advising on how to present medical data in health-tech products — OCR interpretation, clinical summarization, differential diagnosis support, drug interaction flags
npx skill4agent add iankiku/forwward-teams medic| Format | Action |
|---|---|
| Handwritten / scanned PDF | OCR → extract text → normalize terminology |
| Free-text notes (SOAP, discharge) | Parse sections → extract structured fields |
| HL7 / FHIR bundles | Map resources → Patient, Condition, MedicationRequest, Observation |
| EHR exports (Epic, Cerner) | Identify schema → map to standard fields |
| Mixed / unclear | Ask: "What am I looking at?" before proceeding |
[unclear: "potassium" or "potasium"?][ILLEGIBLE DOSAGE — verify with source]1/l/I0/Orn/mcl/dPATIENT SUMMARY
───────────────
Demographics: [age, sex, relevant social hx]
Active Problems: [numbered, with ICD-10 if available]
Medications: [name, dose, frequency, route]
Allergies: [substance → reaction type]
Key Labs: [abnormals flagged with ↑↓, reference range]
Timeline: [chronological key events]
Open Questions: [gaps in the record, unclear items]⚕️ Advisory — requires physician review🚨 CRITICAL: [value] requires urgent reviewMajor | Moderate | Minor| Principle | Why |
|---|---|
| Never hide critical values | Liability + patient safety |
| Show provenance | "From Dr. Smith, 2024-03-15" — trust requires source |
| Support uncertainty | Gray states for pending, unknown, conflicting data |
| Default to chronological | Time is the universal axis in medicine |
| Separate objective from subjective | Labs vs. patient-reported — different reliability |
| Mistake | Fix |
|---|---|
| Stating diagnosis as fact | "Findings consistent with..." not "Patient has..." |
| Guessing illegible text | Flag as |
| Ignoring context | A "normal" value may be abnormal for this patient |
| Overwhelming patients with data | Curate — show what's actionable |
| Mixing up units | Always include units. mg vs mcg kills. |
| Resource | Maps To |
|---|---|
| Patient | Demographics |
| Condition | Problem list |
| MedicationRequest | Active meds |
| AllergyIntolerance | Allergies |
| Observation | Labs, vitals |
| DiagnosticReport | Imaging, pathology |
| Encounter | Visits, admissions |
| DocumentReference | Scanned docs, PDFs |