Duplicate Superbill
Copy a Super Bill’s claim document onto a new bill linked to note_id.
Backs “Duplicate” on a note. A duplicated note is a new chain, and UNIQUE(parent_note_id) allows one bill per chain — so re-pointing the source bill would take it away from the note it was built for. The bill is copied instead.
Carried over: payload (service lines, codes, service details, insurance,
notes) and name. Deliberately not carried over:
superbill_chargelinks. They name the original’s charges, so the copy would inherit money already collected against them and, on save, fight the original over the same charge_items’ denormalized billing codes. The copy is a claim to be re-billed, not a second claim on a paid visit.- per-line
charge_item_id, which points into those same charge items. Cleared, so the copy’s lines are their own (the editor treats them like hand-entered ones andsave_superbillwrites back to nothing). event_id: duplicating a note drops its appointment, so the bill must not stay pinned to a visit the new note isn’t on.external_id/is_imported, which belong to the importer. A payload that isn’t a saved editor document — a never-opened bill still holds the{"event_ids": …}stub written at creation — copies as nothing rather than as a stub naming the source’s events.
Headers
The tenant you are making this request on behalf of
Your api key
Path Parameters
Body
Copy a Super Bill onto the note that a note-duplicate just produced.
note_id is required: the copy exists to carry a duplicated note's billing,
and an unlinked copy would just be a stray bill on the patient's chart.

