Skip to content

Commit 1e44afe

Browse files
fix: dktk stratifier for molecular marker
1 parent 49be488 commit 1e44afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/cql/DKTK_STRAT_GENETIC_VARIANT

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ define GeneticVariantCount:
22
if InInitialPopulation then [Observation: Code '69548-6' from loinc] else {} as List <Observation>
33

44
define GeneticVariantCode:
5-
First (from [Observation: Code '69548-6' from loinc] O return O.component.where(code.coding contains Code '48018-6' from loinc).value.coding.code.first())
5+
observation.component.where(code.coding contains Code '48018-6' from loinc).value.coding.code.first()

0 commit comments

Comments
 (0)