Extract Recform Icd10 Panels

Reads a lab Test Requisition Form PDF (AlphaDERA Labs and similar) and emits a structured JSON of panel → ICD-10 codes: per test panel, PRIMARY ICD-10 CODES (required) and SECONDARY ICD-10 CODES (optional), plus CROSS-PANEL ICD10 CODES where the form lists them. Use whenever the user says "phân tích PDF này ra JSON", "extract ICD-10 panels from <file>.pdf", or needs the ICD10 panel mapping that `import-lab-recform` Workflow 05 (AnnotsJSON / icd10-panel-fill) consumes. These requisition PDFs are usually FLATTENED (each page is one image, no text layer), so extraction is a 300-DPI render + visual read, followed by a deterministic validator over the JSON shape and every ICD-10 code format. Invoked as `extract-recform-icd10-panels <path.pdf>`.

nhutnguyengkimvn Updated

File contents

nhutnguyengkimvn/ClaudeSkill/tree/main/.claude/skills/extract-recform-icd10-panels commit 2a1fe7a2f7

Frequently asked questions

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