Skip to main content

Submissions

Payload description

  • See implementation
  • controlNumber and patientControlNumber wil be echoed on the response
  • patientControlNumber wil be used for statuses check
  • tradingPartnerServiceId Use 9496 with prod credentials to test again productive environment
{
"billing": { // Required provider information },
"receiver": { // Payer information },
"submitter": {
// Who is submitting the claim information (PairTeam!)
},
"subscriber": {
// Patient information
},
"controlNumber": "AA", // set by the US, willl be saved into database
"claimInformation": {
"serviceLines": [ //Comms information ],
"patientControlNumber": "XXXXXXXXXXX", // set by the US, willl be saved into database
},
// tradingPartnerServiceId :9496 # Use this code with prod credentials to test
"tradingPartnerServiceId": "7743"
}

Response description

  • patientControlNumber echoed from the payload!
  • rhClaimNumber stored in DB and used to view claims at Connect center
{
"status": "SUCCESS",
"editStatus": "SUCCESS",
"controlNumber": "012704007",
"claimReference": {
"rhclaimNumber": "0000000",
"patientControlNumber": "111111"
}
}