src/fhir_synth/skills/builtin/claims-eob/SKILL.md
Generate Claim, ClaimResponse, and ExplanationOfBenefit (EOB) resources for healthcare billing including professional, institutional, pharmacy (Rx), dental, and vision claims. Use when user mentions claims, EOB, explanation of benefit, billing, reimbursement, adjudication, pharmacy claims, Rx claims, denied claims, copay, deductible, or allowed amount.
npx skillsauth add alvinhenrick/fhir-synth claims-eobInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate realistic healthcare billing resources reflecting the US claims lifecycle.
Professional, institutional, pharmacy, dental, and vision claims:
professional, institutional, oral, vision, pharmacy.focal = true for the primary payer.Claim.item[].productOrService — CPT (professional), revenue code + HCPCS (institutional),
NDC (pharmacy), CDT (dental).Claim.item[].quantity — units of service.Claim.item[].unitPrice — Money with currency USD.Claim.item[].net — quantity × unitPrice.Claim.item[].servicedDate or servicedPeriod.Adjudication result from the payer:
submitted — billed amount.eligible — allowed/contracted amount.deductible — patient deductible portion.copay — patient copay amount.benefit — payer payment amount.
Use http://terminology.hl7.org/CodeSystem/adjudication.Combines Claim + ClaimResponse into a patient-facing benefits explanation:
Claims resources depend on other resources in this order:
development
Generate vital signs using FHIR Vital Signs profile and lab panels (CBC, BMP, CMP, lipid, HbA1c, urinalysis, COVID) with LOINC codes, reference ranges, and interpretation. Use when user mentions vitals, labs, observations, blood pressure, heart rate, HbA1c, glucose, CBC, lab results, or test results.
testing
Generate Social Determinants of Health (SDOH) observations and conditions using Gravity Project value sets. Use when user mentions social determinants, food insecurity, housing, transportation, financial strain, social isolation, employment, veteran, or SDOH screening.
development
Generate Provenance resources for audit trails with agents, activities, entities, and security labels. Model realistic EHR data quality variation with missing fields, sparse records, data-absent reasons, duplicate records, and correction workflows. Use when user mentions provenance, audit, data quality, data origin, missing data, sparse records, data completeness, data lineage, correction, amendment, or data governance.
development
Generate Procedure resources with CPT, SNOMED CT, and HCPCS codes, body sites, performers, outcomes, and complication details. Use when user mentions procedures, surgery, operations, biopsy, catheterization, endoscopy, imaging procedures, physical therapy, or CPT codes.