Closed rberge closed 3 months ago
This issue is most likely caused by some of the DRLS ValueSets being private and requiring your VSAC account to be added to the group on VSAC. If you're still interested, we can look into getting you added to the group so you can use the app.
I am trying out your lovely program on a Mac with everything you recommend. Following instructions, run Gradle bootRun. the build fails 'default'
FAILURE: Build failed with an exception.
Reviewing the log, many value sets if not all fail like this
Then build Gradle and it fails 2021-12-20 21:51:42.726 ERROR 21085 --- [ main] o.h.davinci.endpoint.vsac.ValueSetCache : Failed to fetch ValueSet (2.16.840.1.113762.1.4.1219.108): ValueSet 2.16.840.1.113762.1.4.1219.108 Not Found.
org.hl7.davinci.endpoint.vsac.errors.VSACValueSetNotFoundException: ValueSet 2.16.840.1.113762.1.4.1219.108 Not Found. And 2021-12-20 21:51:42.727 INFO 21085 --- [ main] o.h.d.endpoint.files.CommonFileStore : VSAC ValueSet reference found: 2.16.840.1.113762.1.4.1219.188 2021-12-20 21:51:43.251 ERROR 21085 --- [ main] o.h.davinci.endpoint.vsac.ValueSetCache : Failed to fetch ValueSet (2.16.840.1.113762.1.4.1219.188): ValueSet 2.16.840.1.113762.1.4.1219.188 Not Found.
org.hl7.davinci.endpoint.vsac.errors.VSACValueSetNotFoundException: ValueSet 2.16.840.1.113762.1.4.1219.188 Not Found. 2021-12-20 21:51:43.878 ERROR 21085 --- [ main] o.h.davinci.endpoint.vsac.ValueSetCache : Failed to fetch ValueSet (2.16.840.1.113762.1.4.1219.194): ValueSet 2.16.840.1.113762.1.4.1219.194 Not Found. 2021-12-20 21:51:44.634 ERROR 21085 --- [ main] o.h.davinci.endpoint.vsac.ValueSetCache : Failed to fetch ValueSet (2.16.840.1.113762.1.4.1219.194): ValueSet 2.16.840.1.113762.1.4.1219.194 Not Found.
I used my API key and picked a value set and ran directly from Postman against VSAC for oid 2.16.840.1.113762.1.4.1219.194 I got a 404 not found from the api
https://vsac.nlm.nih.gov/vsac/svs/RetrieveValueSet?id=2.16.840.1.113762.1.4.1219.194&ticket=ST-485263-IVHn2OYiA2qzdqoGqwKW-cas
Not sure how to proceed and hoped to try your work out.