Stream: smart/health-cards
Topic: Test health card from a VCI issuer
Christian Paquin (Jul 21 2021 at 15:11):
Any issuer in the VCI issuer directory has a public test SMART Health Card? We're adding the ability to validate against the VCI directory in the validation SDK, and it would be helpful to add public data to our test suite.
Josh Mandel (Jul 21 2021 at 15:38):
This may be tricky given (6) and (7) of https://github.com/the-commons-project/vci-directory/blob/main/VCI%20Directory%20Agreement.pdf
One way around this is for individuals to donate their own data; I'll be happy to do this whenever I'm able to get a SMART Health Card (I can see two possible issuers who may be able to give me one soon... but neither is online/working yet).
Reece Adamson (Jul 21 2021 at 16:27):
Would it make sense to have the issuer directory as an option (e.g. -i, --issuerdirectory <url>
) which defaults to the VCI directory.
It would be really useful to have for Connectathon testing so that we could create a connectathon/test issuer directory to test health cards issued by test servers that wouldn't be registered in the official directory. A repo with a test directory and test data from different organizations issued by test servers (e.g. the Cerner test server, SMART Health Card spec examples) could also be useful for verifiers testing their issuer directory verification code without needing real examples or having to create and host their own directory. Just a thought and would have to be well marked to avoid misuse.
Christian Paquin (Jul 21 2021 at 21:30):
Tracking on issue 128 of the validation SDK; working on a PR...
Christian Paquin (Jul 23 2021 at 17:30):
The directory
option is available in new SDK update...
Last updated: Apr 12 2022 at 19:14 UTC