Skip to content

Releases: Swasth-Digital-Health-Foundation/hcx-platform

HCX Platform - Phase 5.0.0

31 Oct 04:26
5cff363
Compare
Choose a tag to compare

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.

HCX Integrator SDK - 1.0.0

17 Oct 06:38
d94910a
Compare
Choose a tag to compare

This release contains HCX Integrator SDK which helps to process the incoming request and generate the outgoing request based on different scenarios.

Please find the attached jar file (hcx-integrator-sdk-1.0.0.jar) of SDK and Java-docs (hcx-integrator-sdk-javadocs.zip) which helps the developers to understand the implementation and use the methods. Also, please use the SDK User Manual to kick-start and use the SDK.

Source Code: hcx-integrator-sdk-1.0.0

HCX Platform - phase 4.0.0

09 May 04:40
a7c945b
Compare
Choose a tag to compare

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

  1. Changes to Audit creation and status update when on action is received before action response
  2. Improve api gateway coverage from 78 to 90%
  3. Fixed timestamp related error in Mock Server from HCX API call
  4. Support asynchronous check and oncheck in Mock Server
  5. Remove correlation id generation and adding to header in API Gateway
  6. Setting expiry while inserting records in redis
  7. HCX Participant Code and End Point URL validations
  8. Create audit entry on successful acceptance of request in hcx-api
  9. Status API related changes based on correlation id
  10. Audit log entry for any validation error in gateway as well as hcx-api
  11. Monitoring & Alerts - Infra setup (Grafana and Prometheus)

HCX Platform - phase 3.0.0

04 Apr 13:56
e0560d0
Compare
Choose a tag to compare

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

  1. Securing Participant System APIs
  2. Status field value on the action calls
  3. Mock Server Implementation - Spring Boot Application
  4. Enhancements to the audit by adding payload and ensuing no PII info is captured
  5. Return correct error message when the jobs are failing
  6. HCX Gateway's own seed data construction and documentation
  7. Write test cases for HCX modules to improve code coverage
  8. Externalising the RBAC configuration at API Gateway
  9. HCX Pipeline - Failed request batch processing

HCX Platform - phase 2.0.0

30 Mar 09:40
c269eed
Compare
Choose a tag to compare

Below is the list of features, APIs and fixes available as part of this release:

  1. Predetermination API: This is used so that the payors can confirm the procedures prescribed are right. This is a step before the preauthorization. More information can be found here
  2. Communication API: This is used to communicate between the participants. More information can be found here
  3. Redirect Alternate flow: This method is used when a payor is not aware of the requests raised by the provider and requests to redirect it to another payor/participant. More information can be found here
  4. Forward Alternate flow: This method is used when the payor is not aware of the request raised by the provider and himself reaches out to other payers/TPA to get the answers and collate the same and send a response back to the provider. More information can be found here

HCX Platform - phase 1.1.0

30 Mar 09:38
6fac60b
Compare
Choose a tag to compare

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

  1. Error code implementation as per v0.7 specification: All the error codes can be found here
  2. The asynchronous response back to the sender in case of an error in the pipeline
  3. Updated API gateway java package name

HCX Platform - phase 1.0.0

30 Mar 09:34
3fe1dca
Compare
Choose a tag to compare

Below is the list of features, APIs and fixes available as part of this release:

  1. Registration API: This is used to register and onboard providers and payers to the HCX platform. More information can be found here
  2. Check eligibility API: This is used to check the health claim eligibility of a patient. More information can be found here
  3. Preauthorization API: This is used to pre-authorise the claims for a patient. More information can be found here
  4. Claims API: This is used to submit claims with actual figures for a patient. More information can be found here
  5. Payment notification API: This is used by the payers to notify that payment is done to the provider. More information can be found here
  6. Status API: This API can be used to check the status of any API calls done. More information can be found here
  7. Audit search API: This is used to check the audit logs for any API call done via HCX.
  8. Health check API: This is used to check the health of the systems with HCX.