-
Question
-
Resolution: Deferred for Future Release
-
Minor
-
None
-
None
-
MADiE
-
QI-Core/CQL
-
-
MADiE 1.2.3
-
Yes
After exporting a QI-Core measure, the ELM embedded within the Library resources can be extracted. ELM XML and ELM JSON were extracted from more than 14 exported measures. In all cases, the ELM XML contains the translator version:
<annotation translatorVersion="2.10.0" ...
However, in all cases the ELM JSON is missing the translator version.
Earlier versions of the CQL-to-ELM translator provided the translator version in the ELM JSON; e.g.,
{ "library" : { "annotation" : [ { "translatorVersion" : "2.9.0", ...
ELM JSON should have the translatorVersion as shown in this example from 2.9.0 (not from MADiE).
I understand that version 2.10.0 of the translator can include the translatorVersion in the ELM JSON, so it is probably not an issue in the translator. (Given that the ELM XML shows version 2.10.0, I assume the same version, 2.10.0, is also used to generate the ELM JSON in MADiE).
MADiE measure exports should have the translatorVersion in the ELM (XML and JSON) embedded in the Library resources.
- relates to
-
MADIE-1718 Unable to export measure from MADiE
- Closed