Skip to content

Commit

Permalink
Merge pull request #119 from samply/fix/typo_project_based_search
Browse files Browse the repository at this point in the history
Fix/typo project based search
  • Loading branch information
patrickskowronekdkfz authored Aug 14, 2024
2 parents 76c4015 + 2022af2 commit 7691df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const cqltemplate = new Map<string, string>([
["gender", "Patient.gender = '{{C}}'"],
[
"pseudo_projects",
" exists ( Patient.extension E where E.url = 'http://dktk.dkfz.de/fhir/Projects/{{C}}')",
" exists ( Patient.extension E where E.url = 'http://dktk.dkfz.de/fhir/projects/{{C}}')",
],
["conditionValue", "exists [Condition: Code '{{C}}' from {{A1}}]"],
[
Expand Down

0 comments on commit 7691df6

Please sign in to comment.