Swasth-Digital-Health-Foundation / hcx-platform

Health Claims Data Exchange - reference implementation
MIT License
6 stars 11 forks source link

What information does HCX team need to onboard a participant? #191

Open saurabh-singh-17 opened 2 years ago

saurabh-singh-17 commented 2 years ago

Please find a sample JSON below which has all the fields we need for onboarding

{     "participant_name": "New Hospitals2",     "primary_mobile": "9493111111",    "primary_email": "abcd@gmail.com",     "roles": ["provider"],     "address": {        "plot": "5-4-199",        "street": "road no 12",        "landmark": "Jawaharlal Nehru Road",        "locality": "Nampally",        "village": "Nampally",        "district": "Hyderabad",        "state": "Telangana",        "pincode": "500805"    },    "phone": [        "040-387658992"    ],    "status": "Created",    "endpoint_url":"”,     "payment_details": {        "account_number": "4707890099801111",        "ifsc_code": "ICICI"    },   "signing_cert_path": "urn:isbn:0-476-27557-4",   "linked_registry_codes": ["22344"],     "encryption_cert": "urn:isbn:0-4234" }

Above are the fields required during registration. Request the participants to fill above details and share as a JSON for onborading