-
Notifications
You must be signed in to change notification settings - Fork 31
Abdm v3 #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abdm v3 #128
Changes from 17 commits
f501ca7
efa413b
2275422
4809e07
f55c90e
d417c96
84427db
c0312c4
b5b9995
6dadda6
955ec3f
32ba209
81dda6d
1128ffa
7bf1e45
ba2c133
1578ade
b3a6b11
179b34d
cd22115
534d757
8b16580
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| <factorypath> | ||
| <factorypathentry kind="VARJAR" id="M2_REPO/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar" enabled="true" runInBatchMode="false"/> | ||
| <factorypathentry kind="VARJAR" id="M2_REPO/org/projectlombok/lombok/1.18.30/lombok-1.18.30.jar" enabled="true" runInBatchMode="false"/> | ||
| <factorypathentry kind="VARJAR" id="M2_REPO/org/mapstruct/mapstruct-processor/1.2.0.Final/mapstruct-processor-1.2.0.Final.jar" enabled="true" runInBatchMode="false"/> | ||
| </factorypath> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,6 +98,10 @@ webLoginAbhaRequestOtp = @env.ABDM_PHR_URL@/login/abha/request/otp | |
| webLoginAbhaVerify = @env.ABDM_PHR_URL@/login/abha/verify | ||
| webLoginPhrCard = @env.ABDM_PHR_URL@/login/profile/abha/phr-card | ||
|
|
||
| ## ABDM V3 M2 APIs | ||
| generateTokenForLinkCareContext = @env.ABDM_HIECM_BASE_URL@/api/hiecm/v3/token/generate-token | ||
| linkCareContext = @env.ABDM_HIECM_BASE_URL@/api/hiecm/hip/v3/link/carecontext | ||
|
|
||
| [email protected]_CM_ID@ | ||
| [email protected]_MODE@ | ||
|
|
||
|
|
@@ -120,3 +124,5 @@ [email protected]_DOC_ENABLED@ | |
| [email protected]_HOST@ | ||
|
|
||
| [email protected]_ALLOWED_ORIGINS@ | ||
|
|
||
| hipSystemUrl= @env.HIP_SYSTEM_URL@ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,109 @@ | ||
| benSearchByBenIDURL=<Enter your socket address here>/commonapi-v1.0/beneficiary/searchUserByID | ||
| userAuthURL=<Enter your socket address here>/commonapi-v1.0/user/userAuthenticate | ||
|
|
||
| # E-aushadhi | ||
| eaushadhiStoreStockDetailsUrl=https://uatbiharsso.dcservices.in/eAushadhi_BIHAR/rest/storeStockDetailsService/ | ||
| eaushadhiStoreStockAckUrl=https://uatbiharsso.dcservices.in/eAushadhi_BIHAR/rest/AcknowledgeStoreStockService/ | ||
|
|
||
| fhirUserName=<Enter FHIR username here> | ||
| fhirPassword=<Enter FHIR password here> | ||
|
|
||
| # DB Connections (MySQL) | ||
| spring.datasource.url=<Enter AMRIT DB_IEMR URL here> | ||
| spring.datasource.username=<Enter your AMRIT DB_IEMR username> | ||
| spring.datasource.password=<Enter your AMRIT DB_IEMR password> | ||
|
||
| spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
|
||
| # DB Connection (Mongo DB) | ||
| spring.data.mongodb.host=<Enter Mongo DB host ip address> | ||
| spring.data.mongodb.port=27017 | ||
| spring.data.mongodb.authentication-database=<Enter MongoDB authentication database name> | ||
| spring.data.mongodb.database=<Enter MongoDB database name> | ||
| spring.data.mongodb.username=<Enter MongoDB username> | ||
| spring.data.mongodb.password=<Enter MongoDB password> | ||
|
|
||
| atomsFeedStartPage=1 | ||
| parentUrl=https://demo.mybahmni.org | ||
|
|
||
| atomFeedURLPatientDemographic=/openmrs/ws/atomfeed/patient/ | ||
| atomFeedURLPatientEncounter=/openmrs/ws/atomfeed/encounter/ | ||
|
|
||
| feedAuthUserName=<Enter feed authentication username> | ||
| feedAuthPassword=<Enter feed authentication password> | ||
|
|
||
| eAushadhiDummy=yes | ||
|
|
||
| ##NDHM ABHA API | ||
| clientID=<Enter client ID> | ||
| clientSecret=<Enter client secret key> | ||
|
|
||
| ##Default ABDM Facility ID | ||
| abdmFacilityId= <Enter ABDM Facility ID> | ||
|
|
||
| ndhmuserAuthenticate=https://dev.abdm.gov.in/gateway/v0.5/sessions | ||
| ndhmGenerateOTP=https://healthidsbx.abdm.gov.in/api/v1/registration/mobile/generateOtp | ||
| ndhmVerifyOTP=https://healthidsbx.abdm.gov.in/api/v1/registration/mobile/verifyOtp | ||
| ndhmCreateHealthID=https://healthidsbx.abdm.gov.in/api/v1/registration/mobile/createHealthId | ||
|
|
||
| ## ABHA with aadhaar | ||
| ndhmGenerateOTPWithAadhaar=https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/generateOtp | ||
| ndhmCreateHealthIDWithAadhaar=https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/createHealthIdWithAadhaarOtp | ||
|
|
||
| ## ABHA Creation New APIs | ||
| abdmVerifyOTP= https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/verifyOTP | ||
| abdmCheckAndGenerateMobileOTP= https://healthidsbx.abdm.gov.in/api/v2/registration/aadhaar/checkAndGenerateMobileOTP | ||
| abdmVerifyMobileOTP= https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/verifyMobileOTP | ||
| abdmcreateHealthIdWithPreVerified= https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/createHealthIdWithPreVerified | ||
|
|
||
|
|
||
| ##CareContext Creation API | ||
| generateOTPForCareContext=https://dev.abdm.gov.in/gateway/v0.5/users/auth/init | ||
| addCareContext = https://dev.abdm.gov.in/gateway/v0.5/links/link/add-contexts | ||
| validateOTPForCareContext=https://dev.abdm.gov.in/gateway/v0.5/users/auth/confirm | ||
|
|
||
| ##ABHA Card API | ||
| ## Auth init - aadhar / mobile | ||
| generateOTP_ForCard=https://healthidsbx.abdm.gov.in/api/v1/auth/init | ||
| ## confirm with mobile OTP | ||
| verifyOTP_ForCard=https://healthidsbx.abdm.gov.in/api/v1/auth/confirmWithMobileOTP | ||
| ## confirm with Aadhaar | ||
| verifyOTP_ForCard_Aadhaar=https://healthidsbx.abdm.gov.in/api/v1/auth/confirmWithAadhaarOtp | ||
| ## print ABHA card - PNG | ||
| generateHealthCard=https://healthidsbx.abdm.gov.in/api/v1/health/facility/getPngCard | ||
| generateHealthIDCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/account/getPngCard | ||
|
|
||
| ## Generate Notify SMS once episode completed | ||
| generateABDM_NotifySMS=https://dev.abdm.gov.in/gateway/v1/patients/sms/notify2 | ||
|
|
||
| ##verifyBio | ||
| abdmVerifyBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/verifyBio | ||
| abdmGenerateMobileOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/generateMobileOTP | ||
| abdmConfirmAadhaarBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithAadhaarBio | ||
| abdmAccountProfile=@env.ABDM_Account_ID_BASE_URL@/api/v1/account/profile | ||
|
|
||
| ##ABDM Facility services | ||
| getAbdmFacilityServicies= https://dev.abdm.gov.in/devservice/v1/bridges/getServices | ||
|
|
||
| ##ABDM V3 APIs | ||
| getAuthCertPublicKey = https://healthidsbx.abdm.gov.in/api/v1/auth/cert | ||
| requestOtpForEnrollment = https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/request/otp | ||
| abhaEnrollByAadhaar = https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/byAadhaar | ||
| printAbhaCard = https://abhasbx.abdm.gov.in/abha/api/v3/profile/account/abha-card | ||
| abhaLoginRequestOtp = https://abhasbx.abdm.gov.in/abha/api/v3/profile/login/request/otp | ||
| verifyAbhaLogin = https://abhasbx.abdm.gov.in/abha/api/v3/profile/login/verify | ||
| requestAuthByAbdm = https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/auth/byAbdm | ||
|
|
||
| ## ABDM V3 M2 APIs | ||
| generateTokenForLinkCareContext = https://dev.abdm.gov.in/api/hiecm/v3/token/generate-token | ||
| linkCareContext = https://dev.abdm.gov.in/api/hiecm/hip/v3/link/carecontext | ||
|
|
||
| abhaMode=sbx | ||
|
|
||
| #logging.pattern.level=DEBUG | ||
| logging.level.root=INFO | ||
| logging.level.org.springframework.web=INFO | ||
| logging.level.org.hibernate=INFO | ||
| logging.level.com.iemr=DEBUG | ||
| logging.level.org.springframework=INFO | ||
|
|
||
| hipSystemUrl= <Enter HIP request URL> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -117,4 +117,6 @@ springdoc.api-docs.enabled=${SWAGGER_DOC_ENABLED} | |
| springdoc.swagger-ui.enabled=${SWAGGER_DOC_ENABLED} | ||
|
|
||
| # Redis IP | ||
| spring.redis.host=${REDIS_HOST} | ||
| spring.redis.host=${REDIS_HOST} | ||
|
|
||
| hipSystemUrl= ${HIP_SYSTEM_URL} | ||
|
||
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,109 @@ | ||
| benSearchByBenIDURL=<Enter your socket address here>/commonapi-v1.0/beneficiary/searchUserByID | ||
| userAuthURL=<Enter your socket address here>/commonapi-v1.0/user/userAuthenticate | ||
|
|
||
| # E-aushadhi | ||
| eaushadhiStoreStockDetailsUrl=https://uatbiharsso.dcservices.in/eAushadhi_BIHAR/rest/storeStockDetailsService/ | ||
| eaushadhiStoreStockAckUrl=https://uatbiharsso.dcservices.in/eAushadhi_BIHAR/rest/AcknowledgeStoreStockService/ | ||
|
|
||
| fhirUserName=<Enter FHIR username here> | ||
| fhirPassword=<Enter FHIR password here> | ||
|
|
||
| # DB Connections (MySQL) | ||
| spring.datasource.url=<Enter AMRIT DB_IEMR URL here> | ||
| spring.datasource.username=<Enter your AMRIT DB_IEMR username> | ||
| spring.datasource.password=<Enter your AMRIT DB_IEMR password> | ||
|
||
| spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
|
||
| # DB Connection (Mongo DB) | ||
| spring.data.mongodb.host=<Enter Mongo DB host ip address> | ||
| spring.data.mongodb.port=27017 | ||
| spring.data.mongodb.authentication-database=<Enter MongoDB authentication database name> | ||
| spring.data.mongodb.database=<Enter MongoDB database name> | ||
| spring.data.mongodb.username=<Enter MongoDB username> | ||
| spring.data.mongodb.password=<Enter MongoDB password> | ||
|
|
||
| atomsFeedStartPage=1 | ||
| parentUrl=https://demo.mybahmni.org | ||
|
|
||
| atomFeedURLPatientDemographic=/openmrs/ws/atomfeed/patient/ | ||
| atomFeedURLPatientEncounter=/openmrs/ws/atomfeed/encounter/ | ||
|
|
||
| feedAuthUserName=<Enter feed authentication username> | ||
| feedAuthPassword=<Enter feed authentication password> | ||
|
|
||
| eAushadhiDummy=yes | ||
|
|
||
| ##NDHM ABHA API | ||
| clientID=<Enter client ID> | ||
| clientSecret=<Enter client secret key> | ||
|
|
||
| ##Default ABDM Facility ID | ||
| abdmFacilityId= <Enter ABDM Facility ID> | ||
|
|
||
| ndhmuserAuthenticate=https://dev.abdm.gov.in/gateway/v0.5/sessions | ||
| ndhmGenerateOTP=https://healthidsbx.abdm.gov.in/api/v1/registration/mobile/generateOtp | ||
| ndhmVerifyOTP=https://healthidsbx.abdm.gov.in/api/v1/registration/mobile/verifyOtp | ||
| ndhmCreateHealthID=https://healthidsbx.abdm.gov.in/api/v1/registration/mobile/createHealthId | ||
|
|
||
| ## ABHA with aadhaar | ||
| ndhmGenerateOTPWithAadhaar=https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/generateOtp | ||
| ndhmCreateHealthIDWithAadhaar=https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/createHealthIdWithAadhaarOtp | ||
|
|
||
| ## ABHA Creation New APIs | ||
| abdmVerifyOTP= https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/verifyOTP | ||
| abdmCheckAndGenerateMobileOTP= https://healthidsbx.abdm.gov.in/api/v2/registration/aadhaar/checkAndGenerateMobileOTP | ||
| abdmVerifyMobileOTP= https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/verifyMobileOTP | ||
| abdmcreateHealthIdWithPreVerified= https://healthidsbx.abdm.gov.in/api/v1/registration/aadhaar/createHealthIdWithPreVerified | ||
|
|
||
|
|
||
| ##CareContext Creation API | ||
| generateOTPForCareContext=https://dev.abdm.gov.in/gateway/v0.5/users/auth/init | ||
| addCareContext = https://dev.abdm.gov.in/gateway/v0.5/links/link/add-contexts | ||
| validateOTPForCareContext=https://dev.abdm.gov.in/gateway/v0.5/users/auth/confirm | ||
|
|
||
| ##ABHA Card API | ||
| ## Auth init - aadhar / mobile | ||
| generateOTP_ForCard=https://healthidsbx.abdm.gov.in/api/v1/auth/init | ||
| ## confirm with mobile OTP | ||
| verifyOTP_ForCard=https://healthidsbx.abdm.gov.in/api/v1/auth/confirmWithMobileOTP | ||
| ## confirm with Aadhaar | ||
| verifyOTP_ForCard_Aadhaar=https://healthidsbx.abdm.gov.in/api/v1/auth/confirmWithAadhaarOtp | ||
| ## print ABHA card - PNG | ||
| generateHealthCard=https://healthidsbx.abdm.gov.in/api/v1/health/facility/getPngCard | ||
| generateHealthIDCard=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/account/getPngCard | ||
|
|
||
| ## Generate Notify SMS once episode completed | ||
| generateABDM_NotifySMS=https://dev.abdm.gov.in/gateway/v1/patients/sms/notify2 | ||
|
|
||
| ##verifyBio | ||
| abdmVerifyBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/verifyBio | ||
| abdmGenerateMobileOTP=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/registration/aadhaar/generateMobileOTP | ||
| abdmConfirmAadhaarBio=@env.ABDM_HEALTH_ID_BASE_URL@/api/v1/auth/confirmWithAadhaarBio | ||
| abdmAccountProfile=@env.ABDM_Account_ID_BASE_URL@/api/v1/account/profile | ||
|
|
||
| ##ABDM Facility services | ||
| getAbdmFacilityServicies= https://dev.abdm.gov.in/devservice/v1/bridges/getServices | ||
|
|
||
| ##ABDM V3 APIs | ||
| getAuthCertPublicKey = https://healthidsbx.abdm.gov.in/api/v1/auth/cert | ||
| requestOtpForEnrollment = https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/request/otp | ||
| abhaEnrollByAadhaar = https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/enrol/byAadhaar | ||
| printAbhaCard = https://abhasbx.abdm.gov.in/abha/api/v3/profile/account/abha-card | ||
| abhaLoginRequestOtp = https://abhasbx.abdm.gov.in/abha/api/v3/profile/login/request/otp | ||
| verifyAbhaLogin = https://abhasbx.abdm.gov.in/abha/api/v3/profile/login/verify | ||
| requestAuthByAbdm = https://abhasbx.abdm.gov.in/abha/api/v3/enrollment/auth/byAbdm | ||
|
|
||
| ## ABDM V3 M2 APIs | ||
| generateTokenForLinkCareContext = https://dev.abdm.gov.in/api/hiecm/v3/token/generate-token | ||
| linkCareContext = https://dev.abdm.gov.in/api/hiecm/hip/v3/link/carecontext | ||
|
|
||
| abhaMode=sbx | ||
|
|
||
| #logging.pattern.level=DEBUG | ||
| logging.level.root=INFO | ||
| logging.level.org.springframework.web=INFO | ||
| logging.level.org.hibernate=INFO | ||
| logging.level.com.iemr=DEBUG | ||
| logging.level.org.springframework=INFO | ||
|
|
||
| hipSystemUrl= <Enter HIP request URL> | ||
Uh oh!
There was an error while loading. Please reload this page.