Skip to main content

Claim Update

Description

When a claim is updated in an Electronic Health Record (EHR), an outbound Update message is generated and sent. Conversely, an application can generate an inbound Update message to the EHR in order to update a claim.

API Endpoints for ClaimsUpdate

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/claim/update.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Data Model JSON for Claims Update

Query - Sample Payload

{
"Meta": {
"DataModel": "Claim",
"EventType": "ClaimUpdate",
"Test": true,
"Source": {
"ID": "b5222a4e-6d66-49e6-93bc-ed3ab04a2ed8",
"Name": "customerid"
}
},
"Claim": {
"ID": "1",
"Note": "Sample Note 1"
}
}