One row per patient per warehouse tracking billing statement state from Elation Billing - how many statements have been sent, when the most recent one was sent, and whether statements should be sent to the patient at all. Join back to patient via patient_id for demographics.
This table’s columns and relationships are shown in the Hosted Database schema.
patient_statement_tracking.patient_id joins to patient.id and is null when the Elation Billing patient has no crosswalk to an HDB patient.
For reporting on but not limited to:
- Patients who have never been sent a statement
- When each patient was last sent a statement
- Patients excluded from statements via the
send_stmt flag
Statement status per patient
Returns each patient’s statement state, joined to patient for the name, with a never_sent_statement flag derived from last_statement. Order by last_statement for the most recent send, or filter to never_sent_statement = true for patients who have never been sent one.
If you have any questions about this topic please reach out to Elation Support Portal with the subject line HDB - <your_question>