CourtPDF

Medical Billing Error Documentation Log PDF

Track billing errors, amounts, and evidence in one place.

Billing error details

Narrow width. Plain HTML inputs only. No validation logic.

Add/remove rows via plain buttons. Empty values allowed.

Date IdentifiedProvider / FacilityAccount or Bill NumberType of ErrorAmount AffectedEvidence AvailableStatus / NotesActions

Table-only layout with zebra rows. No conditional null rendering.

🔒 MANDATORY CODEX SAFETY FOOTER (INCLUDE VERBATIM)

Non-Negotiable Guardrails

  • Do not modify global layout, header, footer, ads, analytics, or shared components
  • Do not import @/components/ui/select or any unverified shadcn components
  • Use native HTML inputs only
  • Row add/remove buttons must be plain <button>
  • No date math, no parsing, no calculations
  • PDF builders must return Promise<Uint8Array>
  • Always create Blobs using bytesToPdfBlob(bytes) from lib/pdf/bytes.ts
  • Never include null in React-PDF style arrays
  • No refactors
  • Tool may only break itself