-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Problem with Fixed Criteria in Consent
Closes: #165
- Loading branch information
1 parent
56ca581
commit 2ef655a
Showing
3 changed files
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
src/test/resources/de/numcodex/sq2cql/returningOnePatient/Consent.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"version": "http://to_be_decided.com/draft-1/schema#", | ||
"display": "Ausgewählte Merkmale", | ||
"inclusionCriteria": [ | ||
[ | ||
{ | ||
"termCodes": [ | ||
{ | ||
"code": "yes-yes-no-no", | ||
"display": "Verteilte, EU-DSGVO konforme Analyse, ohne Krankenkassendaten, und ohne Rekontaktierung", | ||
"system": "fdpg.consent.combined" | ||
} | ||
], | ||
"context": { | ||
"code": "Einwilligung", | ||
"display": "Einwilligung", | ||
"system": "fdpg.mii.cds", | ||
"version": "1.0.0" | ||
} | ||
} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters