Skip to main content

Show Claim Details


Use Show Claim Details to display claim information for a selected appointment.



This screen includes:

#ElementDescription
1Claim details headerDisplays the doctor, specialty, and back navigation.
2Claim tabsProvides access to Details, Expenses, and Documents.
3Appointment informationDisplays provider, specialty, date, location, phone, and email.
4Patient detailsDisplays the patient name.
5Contact informationDisplays contact name, phone, email, and address.
6Event detailsDisplays the claim description and attached documents.
7Show more actionExpands long event details.
8Document rowsDisplay attached document names with preview actions.
9Bank detailsDisplays reimbursement bank account information.

Workflow

  1. Open My claims.
  2. Select More info on a claim card.
  3. Load the claim details screen.
  4. Review appointment, patient, contact, event, document, and bank details.
  5. Select Expenses or Documents to view another claim tab.
  6. Select Show more to expand long event details.
  7. Select a document preview action to view an attached file.

Validations

ScenarioApp behaviorSDK output
Session invalidBlock claim detailsstate = unauthenticated
Appointment missingDisplay error stateerror = appointment_required
Claim details availableDisplay claim detailsclaimDetails = loaded
Claim tab selectedDisplay selected tabtab = selected
Document unavailableDisplay error stateerror = document_unavailable
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Claim details openedLoad claim details screenPUT /api/v3/claims/details/{appointment-id}
Details selectedDisplay claim details tabtab = details
Expenses selectedDisplay expenses tabtab = expenses
Documents selectedDisplay documents tabtab = documents
Show more selectedExpand event detailseventDetails = expanded
Document preview selectedOpen attached documentdocument = opened
Claim details refreshedUpdate current claim detailsPATCH /api/v3/claims/details/update
Back selectedReturn to claims listnavigation = back

Endpoint Resources

Show Claim Details

PUT 

v3/claims/details/{appointment-id}

Returns the claim details for an appointment with the selected details, documents, or expenses tab.

Update Claim Details

PATCH 

v3/claims/details/update

Refreshes the current claim details screen.