Skip to content

HCX Platform - Phase 5.0.0

Latest
Compare
Choose a tag to compare
@shiva-rakshith shiva-rakshith released this 31 Oct 04:26
· 534 commits to main since this release
5cff363

Below is the list of changes available as part of this release:

  1. Participant code should be human-readable.
  2. Delete the record from Redis when the participant record in the registry is updated.
  3. Create postman collection for coverage eligibility, preauth, claim, payment APIs covering all valid and invalid scenarios(including redirect and forward flows).
  4. Postman test automation - DevOps (Pipeline and Slack integration).
  5. Remove ciphertext from payload from audit data.
  6. Create Payment and Communication FHIR examples.
  7. Mock Server - Random approved amount should be between 70 to 100 percent.
  8. Create Jenkins pipeline for React App.
  9. Devops infrastructure creation document.
  10. Mock Server - Create ability to return FHIR response received in headers in on action call.
  11. HCX Registry migration and upgrade from v0.0.1 to v0.0.7.
  12. API Version Proxing Implementation in API-Gateway.
  13. HCX Registry - Feature to send email to user to update default keycloak password.
  14. HCX Registry - Feature to add keycloak roles to the users.
  15. Setup FHIR Server
  16. Participant code should be combination of role, participant name and HCX instance name.
  17. Notifications Master list creation.
  18. Notifications Topic List API.
  19. Notification Subscribe API.
  20. Notification UnSubscribe API.
  21. Notification On Subscribe API.
  22. Notification Subscription update API.
  23. Notification Subscription List API.
  24. Notification Notify API.
  25. Notification Pipeline Job Implementation.
  26. Broadcast Network Notifications Implementation.
  27. Participant Notifications Implementation.
  28. Public Information Carrying Workflow Notifications Implementation.
  29. Subscription Pipeline Job Implementation.
  30. Notification Job - split the process function for filtering, resolving, and dispatching for better processing.
  31. Create hapi-fhir server build and deploy pipeline.
  32. Notification Trigger Pipeline Job For Network And Workflow Notifications.
  33. Subscription Update Notification Alerts.
  34. Subscription option to subscribe to all allowed senders.
  35. PII carrying workflow notifications Implementation.
  36. Consolidated Responses for on_subscribe API calls
  37. Participant Delete API and add the deboarding trigger.
  38. Externalize notification master list file path as configuration and should work with Kubernetes.
  39. Grafana Dashboard Configuration.
  40. FHIR - Develop Insurance Plan JAVA class for creating resources for Swasth Insurance Plan Structure Definition and validate it against the SD.
  41. Notify API needs to be signed using RFC7515 Implementation.
  42. Add updated properties to subscription update notifications.
  43. Subscription status to be human-readable.
  44. Update Notification APIs audit events to support Audit API.
  45. Workflow update notifications should be triggered along with initiation and completion notifications.
  46. Notification Expiry Implementation.
  47. Separate the notification master list into network, participant, and workflow. The application should support loading multiple files.
  48. FHIR SDK - Modification and optimization.
  49. Audit Notification API.
  50. Remove hard-coded validation messages into a config file.
  51. Notification APIs Implementation in Mock Server.