Web page that takes in two eCQM packages, re-orders the CQL in the second one to match the first (based on edit distance), and displays the diff between the two versions.
Apache License 2.0
2
stars
0
forks
source link
Always match eCQM Population definitions between versions #4
Currently if, for example, "Initial Population" changes enough from v1 to v2, the matching strategy may match it with a different define statement that has a smaller edit distance. But we always want to match up known population titles between versions.
Initial Population (And Initial Population X) for any number X, same pattern for others
Denominator
Numerator
Denominator Exceptions
Denominator Exclusions
Numerator Exclusions
Measure Observation
Measure Population
potentially "Stratification X" for any number X as well.
Currently if, for example, "Initial Population" changes enough from v1 to v2, the matching strategy may match it with a different define statement that has a smaller edit distance. But we always want to match up known population titles between versions.
potentially "Stratification X" for any number X as well.