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.

Redox Data Model API is one of 4 APIs that Redox publishes on the APIs.io network.

Tagged areas include Clinical Data, Data Model, Healthcare, JSON, and Notifications. The published artifact set on APIs.io includes API documentation, an API reference, authentication docs, and rate-limit docs.

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.