Update to R^DataModel: Financial transaction

February 9, 2023
Nichole Wolf Product Marketing Manager

Redox will be updating our Financial DataModel – Transaction EventType to include a PatientClass field under Visit. This update will allow mapping of patient class, which is used in many EHRs to determine where to put the patient (examples: Inpatient, Outpatient, Emergency). There will be no impact to current customers who have developed to our Financial data model. If there is a live connection and this is a field that you would like to use, please let us know by submitting a ticket and visiting us at Redox Help Desk > Production Support > Problem. More information on our Financial data model is available in our API Docs.

Transaction before:

"Visit": {
     "VisitNumber": "1234",
     "AccountNumber": null,
     "VisitDateTime": "2015-05-23T00:00:00.000Z"
}

Transaction after:

"Visit": {
      "VisitNumber": "1234",
      "AccountNumber": null,
      "VisitDateTime": "2015-05-23T00:00:00.000Z",
      "PatientClass": null
}

Subscribe for updates

Never miss an important Redox Changelog announcement. Sign up to have new posts emailed directly to your inbox.