New
Description
When a claim is created, an EHR generates a new message and sends it outbound. To create a claim, an application can similarly produce and post a New message inbound to the EHR.
API Endpoints for New Claim
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/claim/new.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Event Type | IntraConnects Response | Data Type | Cerner Request |
---|---|---|---|
ClaimNew | Meta.DataModel | String | |
ClaimNew | Meta.EventType | String | |
ClaimNew | Meta.Event | String | |
ClaimNew | Meta.Test | Boolean | |
ClaimNew | Meta.Source | String | |
ClaimNew | Meta.Source.ID | String | |
ClaimNew | Meta.Source.Name | String | |
ClaimNew | Payment | Object | |
ClaimNew | Payment.DateTime | String | |
ClaimNew | Payment.Patient | Object | |
ClaimNew | Payment.Patient.Identifiers[] | Array of Objects | |
ClaimNew | Payment.Patient.Identifiers[].ID | String | |
ClaimNew | Payment.Patient.Identifiers[].IDType | String | |
ClaimNew | Payment.Patient.Identifiers[].ID | String | |
ClaimNew | Payment.Patient.Identifiers[].IDType | String | |
ClaimNew | Payment.Patient.Location | Object | |
ClaimNew | Payment.Patient.Location.Department | String | |
ClaimNew | Payment.Claim | Object | |
ClaimNew | Payment.Claim.Services[] | Array of Objects | |
ClaimNew | Payment.Claim.Services[].ID | String | |
ClaimNew | Payment.Claim.Services[].PaymentAmount | String | |
ClaimNew | Payment.Claim.Services[].PaymentUnits | String | |
ClaimNew | Payment.Claim.Services[].AllowedAmount | String | |
claimNew | Payment.Claim.Services[].Type | String | |
claimNew | Payment.Claim.Services[].SubmittedProcedure | Object | |
claimNew | Payment.Claim.Services[].SubmittedProcedure.Code | String | |
claimNew | Payment.Claim.Services[].SubmittedProcedure.CodeSet | String | |
claimNew | Payment.Claim.Services[].SubmittedProcedure.Name | String | |
claimNew | Payment.Claim.Services[].SubmittedProcedure.AltCodes[] | Array of Objects | |
claimNew | Payment.Claim.Services[].SubmittedProcedure.AltCodes[].Code | String | |
claimNew | Payment.Claim.SupervisingProvider | Object | |
claimNew | Payment.Claim.SupervisingProvider.ID | String | |
claimNew | Payment.Claim.SupervisingProvider.IDType | String |