TTM|Documentation
PressBoxInciteCareIncite
← Back to Site
DocsCareInciteReferenceField Reference

Field Reference

All Users·3 min read·Updated May 2026

This reference documents the key data fields in CareIncite. Understanding these fields helps when configuring imports, reading reports, and troubleshooting data issues.

Session fields

FieldTypeDescription
session_datedateDate the service was delivered
staff_nametextProvider who delivered the service
client_nametextClient who received the service
service_codetextCPT or HCPCS code for the service
billing_unitsintegerNumber of 15-minute units billed
duration_hoursdecimalSession length in hours. May be null for imported data
total_billeddecimalDollar amount billed for this session
payer_nametextMCO or insurance payer name
location_nametextPractice location where service was delivered

Client fields

FieldTypeDescription
full_nametextClient full name
date_of_birthdateClient date of birth
mco_nametextCurrent MCO assignment
member_idtextInsurance member ID number
coverage_startdateStart date of current coverage period
coverage_enddateEnd date of current coverage period (null if open-ended)
eligibility_statusenumactive, lapsed, pending, or unknown
assigned_providertextPrimary provider assigned to this client
Note on duration_hours
Sessions imported from Notenetic CSV may have duration_hours as null. In these cases, CareIncite calculates hours using COALESCE(duration_hours, billing_units * 0.25). This fallback ensures accurate hour calculations regardless of the data source.
Was this helpful?
Next Steps