Skip to content

Commit

Permalink
feat: added primary diagnosis without sort
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Mar 22, 2024
1 parent 5bd6da6 commit 48e3580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/cql/DKTK_STRAT_PRIMARY_DIAGNOSIS_NO_SORT_STRATIFIER
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
define PrimaryDiagnosis:
First(
from [Condition] C
where C.extension.where(url='http://hl7.org/fhir/StructureDefinition/condition-related').empty())

0 comments on commit 48e3580

Please sign in to comment.