Stream: IG creation
Topic: ValueSet Rendering Incorrectly?
Bryn Rhodes (Feb 14 2020 at 17:15):
I added a value set in QI Core that is composed of references to 3 value sets in the VSAC. My guess is that because of the known issue that the tooling cannot resolve value sets referenced in the VSAC, the Value Set rendering was interrupted. Here's the source for the value set: https://github.com/HL7/fhir-qi-core/blob/master/resources/valueset-qicore-negation-reason.json, and here's the rendering in the IG: http://build.fhir.org/ig/HL7/fhir-qi-core/branches/master/ValueSet-qicore-negation-reason.xml.html (note that the rendering doesn't include the compose element). Is this something I'm doing incorrectly?
Grahame Grieve (Feb 15 2020 at 02:35):
the compose should still be there. But expansion won't work for VSAC until NLM decide to revoke the requirement for a username/password for VSAC
Grahame Grieve (Feb 15 2020 at 02:36):
I'll have to debug
Bryn Rhodes (Feb 15 2020 at 20:09):
Yeah and it's fine if the expansion won't resolve, just looking for the compose to include the URLs so users with the appropriate permissions can follow it. Let me know if there is anything I can do to help.
Grahame Grieve (Feb 16 2020 at 10:15):
see the validation errors:
- ValueSet.compose.include[0] error Unrecognised property '@valueset'
- ValueSet.compose.include[1] error Unrecognised property '@valueset'
- ValueSet.compose.include[2] error Unrecognised property '@valueset'
fix these, and the problem will go away
Last updated: Apr 12 2022 at 19:14 UTC