Skip to content

Commit

Permalink
Feature/molecular (#183)
Browse files Browse the repository at this point in the history
* DKTK genetic variant CQL snippet

* GeneticVariantCount DKTK stratifier
  • Loading branch information
enola-dkfz authored Nov 14, 2024
1 parent 9e9dbfa commit 03f7d75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/cql/DKTK_STRAT_GENETIC_VARIANT
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
define GeneticVariantCount: [Observation: Code '69548-6' from loinc]

define GeneticVariantCode:
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())

0 comments on commit 03f7d75

Please sign in to comment.