Sandbox - your private copy, fictional dataGuideResetExit
remy.CareNotes

Your data comes out. Finished work comes back.

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

declining

Eleanor P. - hip pain, day 2

watch

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

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

Only have an export? This is the whole workflow.

If your vendor gives you nothing but a CSV, you drop the file on this screen and the analysis runs from it:

The export workflow screen: a Therap GER export pasted in, ten events parsed with type counts, and the trend analysis below with recommended QA actions

What connects today, and what's next

Self-serve

Connect it yourself, in the trial, today

  • AxisCare - published REST API (visits, schedules, notes, EVV data)
  • Therap - External Data Feed batch exports (GERs, case notes)
  • Any clearinghouse - X12 835 remittance files

Standard files

Same format no matter the vendor

  • FHIR discharge referrals (eLTSS / PACIO)
  • X12 837 claim generation
  • CSV exports from any system

On request

Vendor connectors we build as needed

  • ShiftCare (API + hosted MCP endpoint), CareSmartz360, Netsmart (FHIR)
  • HHAeXchange, WellSky, AlayaCare, Sandata (partner programs)

Run something else? Tell us in the trial - if it can export a CSV, remy can read it.