Hi,
I have successfully able to create HIU systems, using HIU api. Basically I have completed all the below steps provided in docs to build HIU
- Creation of consent request and notifying it to the patient
- Patient Consent notification from CM to HIU
- Fetching the consent artefact
- Data request and transfer (Issue I faced here WEB EMR is not able to send data at datapushURL , but i able to generate txn id successfully)
Here i have create a common Asp.net Core API project, which has all the API need to build HIU system.
Now these API are getting used in Android App, IOS App, WebApp.
So my question is what are the requirement to get certificates for production ?
Do I need one certificate for Asp.net CORE API project, or do I need to get total 3 different certificated i.e one for android app, and rest two for IOS app and WebApp. And what is the procedure to get those certificates.