v1.3.2
What's Changed
- Allow for UNHIT clauses to be highlighted as specifically uncovered by @hossenlopp in #282
- Update source parsing for query filter parsing by @sarahmcdougall in #280
- Data requirement profiles by @elsaperelli in #284
- Fix ValueSet reference finder to use proper resource field in relatedArtifacts by @hossenlopp in #286
- v1.3.2 by @hossenlopp in #288
Notice of Clause Coverage Highlighting Changes
In this release, an issue with the visual coverage for clauses that are related to conditionally relevant populations (ex. "Denominator Exclusions") was fixed. This issue caused not-covered clauses to show as covered in statements related to these populations in some situations. This change only affects the visual highlighting of coverage and does not change coverage percentage calculation. Users should now be able to see the lack of coverage visually in these cases.
Reminder
Some aliases, unions and library references will show visually as uncovered. These are caused by quirks in the ELM annotation structure and do not affect the coverage percentage calculation.
Full Changelog: v1.3.1...v1.3.2