Registries*
Introduction to registries and key participant registries
HCX registries will act as a source of truth for participant information on the platform. These may be extended from/link to already existing registries in the ecosystem, e.g. registry may extend from National Health Facility Registry provided by NHA. The benefit of extending from an existing registry would be:
Easy maintenance of base data at the source registry
The extended registry only needs to maintain additional/supplementary information pertaining to its use case
Better interoperability
Keeping with the key design principles listed above, registries on HCX will strive to be minimalistic, self-maintainable, support non-repudiability, accessible through OpenAPIs, Extensible and evolvable, and designs for data privacy and security. All registries on the HCX platform will minimally provide the following APIs:
Create
Update
Search
Delete
Please note that onboarding of the actors in the registry will take place through workflows defined by domain groups and may change over time, therefore the access to the data modification APIs would be controlled by the HCX instance provider and used as part of the onboarding process.
Participating Organisations/Systems Registry
This registry stores key details about the participants on the exchange who can exchange data through it. It may link with data on the HFR registry and will have fields necessary to facilitate claims data exchange with providers. Proposed attributes of the registry are:
Name | Description | Type | Additional Properties |
---|---|---|---|
participant_code | Machine-readable unique identifier of the participant, generated by the HCX instance. | String |
|
linked_registry_codes | Identifier of the participant in other registries. Each identifier shall be in a “normalised” notation having the structure “identifier@registry”, where registry is a unique code for the registry system and identifier is the unique id of the participant in that registry system. Ex: facility001@hfr - to link the provider record to HFR record. The list of supported registry codes (e.g. hfr, rohini, etc) should be a configuration at the HCX instance level. | List |
|
scheme_code | name/code of the scheme provided by the payor. scheme_code is mandatory for all participants of type “Payor”. If a payor has multiple schemes, there will be multiple entries in the registry for the same payor (participant) - one entry per scheme. If the payor wishes to use a single entry for all its schemes, the schem_code value should be set to “default”. | String |
|
participant_name | A human-readable name for the participant | String |
|
roles | Roles assigned to the participant as per the definition in the domain specifications. This will be used for access control. | Array |
|
address | The physical address of the participant including its geolocation | JSON structure |
|
primary_email | Primary Email id for claims related communication | String |
|
additional_email | Additional/alternative email ids of the participant for backup/recovery purposes. Maximum of 2 email addresses are allowed. | Array |
|
primary_mobile | Primary mobile number for claims related communication | String |
|
additional_mobile | Additional/alternative mobile numbers of the participant for backup/recovery purposes. Maximum of 2 email addresses are allowed. | Array |
|
phone | Landline phone number of the participant | Array |
|
status | Current status of the participant on the instance. Can be:
| String |
|
signing_cert_path | URI/file path to the JWT signing certificate | String |
|
encryption_cert | URI/file path to encryption certificate | String |
|
endpoint_url | Default endpoint to make API calls | String |
|
payment_details | Default payment details:
| JSON Structure |
|
User Registry
While the exchange protocol by itself may not need to focus on the human user (as the exchange is between systems), operational management of the exchange infrastructure may require administrative infrastructure that may necessitate a registry for operational users from organizations running HCX as well as participating organizations. Following are the proposed attributes for the User registry:
Name | Description | Type | Additional Properties |
---|---|---|---|
user_id | Machine-readable user-id as the unique identifier generated by the HCX instance. | String |
|
user_name | Human readable use name - something like email id | String |
|
pin | Identification pin if needed to be set | String | Optional |
mobile* | Mobile phone number of the user | String |
|
email* | Email Id of the user | String |
|
tenant_roles | List of different roles assigned to the user in different tenants | Array |
|
linked_user_id | User ID in the source system | String |
|
Next sub-section provides details on application of QR code to capture participant details.
Last updated