Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ClaimFilterMedicalItem allows Medical Officers to filter the Claims list based on a specific Medical Item (only one from autocomplete list)

  • ClaimFilterMedicalService allows Medical Officers to filter the Claims list based on a specific Medical Service (only one from autocomplete list)

  • ClaimFilterAIProcessed allows Medical Officers to display or hide the non AI-processed Claims (checkbox, decision if this is hidden or not (question)default checked)

AI Categorisation Misclassification Report

...

  • accuracy scores

  • number of True Positives results

  • number of True Negative results

  • number of False Positive results

  • number of False Negative results

  • Table with Claim that were fixed (ClaimItem.json_ext.claim_ai_quality.ai_result != ClaimItem.ClaimItemStatus - same for ClaimService)

    • ClaimCode

    • CHFID (Insuree number)

    • ICDID (check if name can be entered)

    • Date from-to (DateFrom - DateTo)

    • Total items (ClaimItems + ClaimServices)

    • Fixed items

    • Reviewed date (ValidityFromReview)

    • Reviewed by (AuditUserIDReview → Username)

To generate this report, the user will have have to filter through the Review Claims search form and trigger the report through a button (label is “AI Misclassification Report”). Only the filtered Claims will be considered for the report.

The button should be hidden if ClaimStatus is Entered or Checked.

Deployment architecture

The two modules should be implemented as follow:

...