Insurance
The Insurance data model contains New and Update event types. Insurance information such as payer and plan information can be sent with each of these events.
Newlink
BETAA new message is used to convey insurance instances that have just been created.
Fields
Meta
Meta.DataModel
String
ReliableRequiredInsurance
Meta.EventType
String
ReliableRequiredUpdate
Meta.EventDateTime
DateTime
ReliableDateTime of the event.
ISO 8601 Format
Meta.Test
Boolean
ReliableFlag as a test message
Meta.Source
String
ReliableWhere the message originated.
Included in messages from Redox
Meta.Source.ID
String
ReliableID of the source.
UUID
Meta.Source.Name
String
ReliableName of the source
Meta.Destinations[]
Array of Objects
ReliableList of destinations to send your message to. All messages must have at least one destination. Queries accept only one destination.
Required when sending data to Redox
Meta.Destinations[].ID
String
ReliableID of the destination.
UUID
Meta.Destinations[].Name
String
ReliableName of the destination
Meta.Logs[]
Array of Objects
ReliableRequest log identifiers.
Meta.Logs[].ID
String
ReliableID of a request log that corresponds to this request, used for support and reference within the Redox dashboard.
UUID
Meta.Logs[].AttemptID
String
ReliableID of request log attempt. Useful in cases where retries are possible.
UUID
Meta.Message
String
ReliableRecord in Redox that corresponds to the communication sent from the source to Redox.
Included in messages from Redox
Meta.Message.ID
Numeric
ReliableID of the message created in Redox.
(Deprecated. Slated for removal on or after Nov. 1, 2022. Use Meta.Logs[].ID instead)
Meta.Transmission
String
ReliableRecord in Redox that corresponds to the communication sent from Redox to your destination.
Included in messages from Redox
Meta.Transmission.ID
Numeric
ReliableID of the transmission created in Redox.
(Deprecated. Slated for removal on or after Nov. 1, 2022. Use Meta.Logs[].ID instead)
Meta.FacilityCode
String
PossibleCode for the facility related to the message.
Only use this field if a health system indicates you should. The code is specific to the health system's EHR and might not be unique across health systems. In general, the facility fields within the data models (e.g. OrderingFacility) are more reliable and informative.
Insurances
Insurances[].Plan.ID
String
ProbableIdentifier of insurance plan
Insurances[].Plan.IDType
String
ProbableID type of insurance plan
Insurances[].Plan.Name
String
ProbableName of insurance plan
Insurances[].Plan.Type
String
PossibleType of insurance plan
Insurances[].Payer.ID
String
ProbableIdentifer of the payer.
A unique ID number that is assigned to a payer for the purpose of transmitting claims
Insurances[].Payer.IDType
String
ProbableID type of the payer
Insurances[].Payer.Name
String
ProbableName of the payer
Insurances[].Payer.Alias
String
PossiblePayer alias
Insurances[].Payer.Address
Object
ProbableInsurance company's address
Insurances[].Payer.Address.StreetAddress
String
ProbableStreet address
Insurances[].Payer.Address.City
String
ProbableCity
Insurances[].Payer.Address.State
String
ProbableState
Insurances[].Payer.Address.ZIP
String
ProbableZIP
Insurances[].Payer.Address.County
String
PossibleCounty
Insurances[].Payer.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
{
"Meta": {
"DataModel": "Insurance",
"EventType": "New",
"EventDateTime": "2022-07-01T17:19:28.573Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Insurances": [
{
"Plan": {
"ID": "31572",
"IDType": "Payor ID",
"Name": "HMO Deductible Plan",
"Type": null
},
"Payer": {
"ID": "60054",
"IDType": null,
"Name": "Aetna (60054 0131)",
"Alias": "AET",
"Address": {
"StreetAddress": "PO Box 14080",
"City": "Lexington",
"State": "KY",
"ZIP": "40512-4079",
"County": "Fayette",
"Country": "US"
}
}
}
]
}
Updatelink
BETAA update message is used to convey changes in information for an insurance.
Fields
Meta
Meta.DataModel
String
ReliableRequiredInsurance
Meta.EventType
String
ReliableRequiredUpdate
Meta.EventDateTime
DateTime
ReliableDateTime of the event.
ISO 8601 Format
Meta.Test
Boolean
ReliableFlag as a test message
Meta.Source
String
ReliableWhere the message originated.
Included in messages from Redox
Meta.Source.ID
String
ReliableID of the source.
UUID
Meta.Source.Name
String
ReliableName of the source
Meta.Destinations[]
Array of Objects
ReliableList of destinations to send your message to. All messages must have at least one destination. Queries accept only one destination.
Required when sending data to Redox
Meta.Destinations[].ID
String
ReliableID of the destination.
UUID
Meta.Destinations[].Name
String
ReliableName of the destination
Meta.Logs[]
Array of Objects
ReliableRequest log identifiers.
Meta.Logs[].ID
String
ReliableID of a request log that corresponds to this request, used for support and reference within the Redox dashboard.
UUID
Meta.Logs[].AttemptID
String
ReliableID of request log attempt. Useful in cases where retries are possible.
UUID
Meta.Message
String
ReliableRecord in Redox that corresponds to the communication sent from the source to Redox.
Included in messages from Redox
Meta.Message.ID
Numeric
ReliableID of the message created in Redox.
(Deprecated. Slated for removal on or after Nov. 1, 2022. Use Meta.Logs[].ID instead)
Meta.Transmission
String
ReliableRecord in Redox that corresponds to the communication sent from Redox to your destination.
Included in messages from Redox
Meta.Transmission.ID
Numeric
ReliableID of the transmission created in Redox.
(Deprecated. Slated for removal on or after Nov. 1, 2022. Use Meta.Logs[].ID instead)
Meta.FacilityCode
String
PossibleCode for the facility related to the message.
Only use this field if a health system indicates you should. The code is specific to the health system's EHR and might not be unique across health systems. In general, the facility fields within the data models (e.g. OrderingFacility) are more reliable and informative.
Insurances
Insurances[].Plan.ID
String
ProbableIdentifier of insurance plan
Insurances[].Plan.IDType
String
ProbableID type of insurance plan
Insurances[].Plan.Name
String
ProbableName of insurance plan
Insurances[].Plan.Type
String
PossibleType of insurance plan
Insurances[].Payer.ID
String
ProbableIdentifer of the payer.
A unique ID number that is assigned to a payer for the purpose of transmitting claims
Insurances[].Payer.IDType
String
ProbableID type of the payer
Insurances[].Payer.Name
String
ProbableName of the payer
Insurances[].Payer.Alias
String
PossiblePayer alias
Insurances[].Payer.Address
Object
ProbableInsurance company's address
Insurances[].Payer.Address.StreetAddress
String
ProbableStreet address
Insurances[].Payer.Address.City
String
ProbableCity
Insurances[].Payer.Address.State
String
ProbableState
Insurances[].Payer.Address.ZIP
String
ProbableZIP
Insurances[].Payer.Address.County
String
PossibleCounty
Insurances[].Payer.Address.Country
String
PossibleValueSetCountry
-
Additional values may be added by Redox in the future.
-
{
"Meta": {
"DataModel": "Insurance",
"EventType": "Update",
"EventDateTime": "2022-07-01T17:19:28.573Z",
"Test": true,
"Source": {
"ID": "7ce6f387-c33c-417d-8682-81e83628cbd9",
"Name": "Redox Dev Tools"
},
"Destinations": [
{
"ID": "af394f14-b34a-464f-8d24-895f370af4c9",
"Name": "Redox EMR"
}
],
"Logs": [
{
"ID": "d9f5d293-7110-461e-a875-3beb089e79f3",
"AttemptID": "925d1617-2fe0-468c-a14c-f8c04b572c54"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Insurances": [
{
"Plan": {
"ID": "31572",
"IDType": "Payor ID",
"Name": "HMO Deductible Plan",
"Type": null
},
"Payer": {
"ID": "60054",
"IDType": null,
"Name": "Aetna (60054 0131)",
"Alias": "AET",
"Address": {
"StreetAddress": "PO Box 14080",
"City": "Lexington",
"State": "KY",
"ZIP": "40512-4079",
"County": "Fayette",
"Country": "US"
}
}
}
]
}