Redox Data Model API

The Redox Data Model API is Redox's proprietary JSON-based healthcare data exchange surface, organized around standardized event types (PatientAdmin, ClinicalSummary, PatientQuery, VisitQuery, DocumentQuery, DocumentGet, Media, Notes, Orders, PatientSearch, Provider, Results, Scheduling, Booked, Financial, Inventory, Referral, SurgicalScheduling, etc.). Connections send notifications, receive notifications (push or poll), query for data on demand, and write data back, while Redox handles translation across HL7v2, CDA, X12, DICOM, and FHIR at the boundary. The platform publishes per-field reliability ratings (Reliable >90%, Probable >50%, Possible <50%) and offers downloadable JSON Schema v4 and TypeScript definitions from the Redox dashboard.

API entry from apis.yml

apis.yml Raw ↑
aid: redox-engine:redox-data-model-api
name: Redox Data Model API
tags:
- Clinical Data
- Data Model
- Healthcare
- JSON
- Notifications
- Orders
- Queries
- Results
- Scheduling
humanURL: https://docs.redoxengine.com/api-reference/redox-data-model-api/
baseURL: https://api.redoxengine.com/endpoint
properties:
- url: https://docs.redoxengine.com/api-reference/redox-data-model-api/
  type: Documentation
- url: https://docs.redoxengine.com/api-reference/redox-data-model-api/
  type: APIReference
- url: https://docs.redoxengine.com/api-reference/redox-data-model-api/authenticate-an-oauth-api-key/
  type: Authentication
- url: https://docs.redoxengine.com/api-reference/error-handling-and-responses/
  type: Errors
- url: https://docs.redoxengine.com/api-reference/quotas-and-constraints/
  type: RateLimits
description: The Redox Data Model API is Redox's proprietary JSON-based healthcare data exchange surface,
  organized around standardized event types (PatientAdmin, ClinicalSummary, PatientQuery, VisitQuery,
  DocumentQuery, DocumentGet, Media, Notes, Orders, PatientSearch, Provider, Results, Scheduling, Booked,
  Financial, Inventory, Referral, SurgicalScheduling, etc.). Connections send notifications, receive notifications
  (push or poll), query for data on demand, and write data back, while Redox handles translation across
  HL7v2, CDA, X12, DICOM, and FHIR at the boundary. The platform publishes per-field reliability ratings
  (Reliable >90%, Probable >50%, Possible <50%) and offers downloadable JSON Schema v4 and TypeScript
  definitions from the Redox dashboard.