Extract Recform Panels CSV

Reads one or more lab Test Requisition Form PDFs and emits ONE CSV per PDF listing every orderable panel with its test parameters (gene list / assay labels) and its ICD-10 codes. Handles both requisition layouts: per-panel ICD tables (AlphaDERA-style NGS / PCR-MLPA forms) and a single shared form-level ICD list (Isacare PGx-style panel-composition forms). Use whenever the user says "export panel list to CSV", "lấy list panel ra csv", "extract panels + test params + icd from these PDFs", or hands over several requisition PDFs at once. These PDFs are usually FLATTENED (one image per page, no text layer), so extraction is a 300-DPI render + visual read, then a deterministic validator, then a SECOND independent read diffed against the first before the result is reported. Invoked as `extract-recform-panels-csv <path1.pdf> [<path2.pdf> ...]`.

nhutnguyengkimvn Updated

File contents

nhutnguyengkimvn/ClaudeSkill/tree/main/.claude/skills/extract-recform-panels-csv commit 9d91fcee95

Frequently asked questions

npx skillmds@latest add nhutnguyengkimvn/extract-recform-panels-csv