cqframework / atom_cql_support

Apache License 2.0
4 stars 3 forks source link

Add namespace support using IG packages #18

Open brynrhodes opened 4 years ago

brynrhodes commented 4 years ago

The FHIR IG publisher now supports the use of namespaces with CQL. Add support for the Atom plugin to be able to use the same mechanism to resolve namespaces for included libraries.

Relevant code for loading namespaces based on package dependencies is here: https://github.com/HL7/fhir-ig-publisher/blob/master/org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/publisher/CqlSubSystem.java#L279