Stream: conformance
Topic: ValueSet Y is not a subset of binding X
Alexander Henket (Dec 11 2019 at 08:33):
I downloaded the latest validator today. A new error came up on our existing set:
Unable to generate snapshot for vitalsign-bloodglucose from zib-LaboratoryTestResult-Observation because Profile Vital Signs BloodGlucose (http://nictiz.nl/fhir/StructureDefinition/vitalsign-bloodglucose). Error generating snapshot: Binding http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.53.11.1--20190813000000 is not a subset of binding http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.13.1.5--20171231000000
The first (GlucoseMeetmomentenLOINCCodelijst) contains 3 LOINC codes. The original binding (OnderzoekCodelijst) binds to all LOINC codes.
Why is my GlucoseMeetmomentenLOINCCodelijst not considered to be a subset of OnderzoekCodelijst @Grahame Grieve ?
Grahame Grieve (Dec 11 2019 at 09:18):
I'll have a look
Grahame Grieve (Dec 11 2019 at 09:45):
getting that message means that the snapshot generator was able to successfully expand both value sets, and found that one wasn't a subset of the other. At least it thinks so. can I reproduce this?
Alexander Henket (Dec 12 2019 at 19:47):
I got it from the same develop set you were working on earlier, so yes, I should think so? Let me know if not
Last updated: Apr 12 2022 at 19:14 UTC