cqframework / cqf-tooling

Tooling for CQL and IG Authors
Apache License 2.0
19 stars 22 forks source link

DAK does not create ConceptMap for resource type Condition #490

Closed alexisc0le closed 8 months ago

alexisc0le commented 8 months ago

Describe the bug

When running the Digital Accelerator Kit, all concepts that were of the resource type "Condition.code" were not translated into the CQL concept files. The DAK created a CQL library file for the concepts but no codes were displayed in the DTR Concepts Library. The DAK also created a ConceptMap, but no concepts were displayed.

To Reproduce Steps to reproduce the behavior:

  1. In terminal run the DAK -
  2. A ConceptMap is created but is lacking concepts
  3. A CQL file for the Concepts library was created but was lacking codes and concepts.
  4. Also in the Concepts Library, the CodeSystem for the ConceptMap was referenced 28 times for each concept in the DTR, even though none of the concepts were displayed in the ConceptMap or Library

Expected behavior The concepts to be displayed in BOTH the ConceptMap and Library

Desktop (please complete the following information): Macbook M1 and Java version 8

JPercival commented 8 months ago

Hi Alexis! Could you be sure to supply a sample input file as well? And the commands you're using to run the DAK? That way we can be sure that we're able to reproduce the issue that you're seeing.