Skip to content

Commit

Permalink
fix: typo in url
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed Aug 14, 2024
1 parent 76c4015 commit 2022af2
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 2022af2

Please sign in to comment.