remy reads your software through whichever door it already has - a published API, the scheduled export your vendor set up years ago, or the files your clearinghouse returns with every payment.
AxisCare
REST API - your own site's token
GET /v1/visits?from=yesterday
{ "client": "Eleanor P.",
"careNote": "showered, ate 1/2
breakfast, hip pain again",
"adls": [ "bathing: assisted",
"walk: declined" ] }pulled every night
This morning's brief
Eleanor P. - hip pain, day 2
Walter G. - 2 lb up since Friday
→ two calls before 10 a.m.
Therap
External Data Feed - the scheduled CSV export
Individual,Date,Type,Severity,... M. Osei,07-11,Behavior,Low,"Raised voice and left day room when peer turned TV volume up..." M. Osei,07-19,Behavior,Low,"Covered ears when blender started..."
read on the export schedule
Across 10 logged events
8× loud appliance noise → behavior
matches the BSP: escape from sensory input
→ headphones first, before the blender
Your clearinghouse
X12 835 remittance - the file that comes with every payment
CLP*1043*4*520**0*MC*...~ CAS*CO*29*520~ (29 = filing time limit expired) CLP*1044*4*656**0*MC*...~ CAS*CO*197*656~ (197 = no authorization on file)
drop the file in
From Friday's remittance
$3,080 denied
No auth on file
Missing notes
→ both stoppable before billing
If your vendor gives you nothing but a CSV, you drop the file on this screen and the analysis runs from it:

Connect it yourself, in the trial, today
Same format no matter the vendor
Vendor connectors we build as needed
Run something else? Tell us in the trial - if it can export a CSV, remy can read it.