UnitedHealthcare · Example Payload

Provider Claim Pre Check Response Example

Health InsuranceHealthcareFHIRClaimsEligibility

Provider Claim Pre Check Response Example is an example object payload from UnitedHealthcare, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

validationStatuserrorswarningsestimatedPayment

Example Payload

Raw ↑
{
  "validationStatus": "VALID",
  "errors": [],
  "warnings": [
    {
      "code": "W-007",
      "message": "Modifier may be required for this procedure code in some scenarios"
    }
  ],
  "estimatedPayment": 95.5
}