diff --git a/.gitignore b/.gitignore index 226f9a6..d05ac15 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /venv/ /.idea/ + +/testCases diff --git a/main.py b/main.py index 5caa24d..e3b04ca 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ -import json +import json, os from testDataToUnitTest import generate_unit_test if __name__ == '__main__': - with open(f"testData.json", encoding="utf-8") as json_file: + with open(os.path.join(os.path.dirname(os.path.realpath(__file__)), "testData.json"), encoding = "utf-8") as json_file: test_data = json.load(json_file) generate_unit_test(test_data) diff --git a/testCases/1-acehemmer_code.json b/testCases/1-acehemmer_code.json deleted file mode 100644 index 011ce65..0000000 --- a/testCases/1-acehemmer_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "41549009", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-age.json b/testCases/1-age.json deleted file mode 100644 index d0bf9b4..0000000 --- a/testCases/1-age.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "424144002", - "display": "Current chronological age (observable entity)", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "a", - "display": "years" - }, - "value": 46.6 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-aktive_tumorkrebserkrankungen_code.json b/testCases/1-aktive_tumorkrebserkrankungen_code.json deleted file mode 100644 index 1e601eb..0000000 --- a/testCases/1-aktive_tumorkrebserkrankungen_code.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "C80.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - }, - { - "termCode": { - "code": "363346000", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_argatroban.json b/testCases/1-antikoagulation_argatroban.json deleted file mode 100644 index 4b93dbe..0000000 --- a/testCases/1-antikoagulation_argatroban.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - }, - { - "termCode": { - "code": "B01AE03", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_danaparoid.json b/testCases/1-antikoagulation_danaparoid.json deleted file mode 100644 index 95c4ded..0000000 --- a/testCases/1-antikoagulation_danaparoid.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - }, - { - "termCode": { - "code": "B01AB09", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_doak.json b/testCases/1-antikoagulation_doak.json deleted file mode 100644 index a6b02f9..0000000 --- a/testCases/1-antikoagulation_doak.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - }, - { - "termCode": { - "code": "B01AE", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "B01AF", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_niedermolekulares_heparin.json b/testCases/1-antikoagulation_niedermolekulares_heparin.json deleted file mode 100644 index 7d47626..0000000 --- a/testCases/1-antikoagulation_niedermolekulares_heparin.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - }, - { - "termCode": { - "code": "B01AB13", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_phenprocoumon.json b/testCases/1-antikoagulation_phenprocoumon.json deleted file mode 100644 index 386a413..0000000 --- a/testCases/1-antikoagulation_phenprocoumon.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - }, - { - "termCode": { - "code": "B01AA04", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_plaettchenaggregationshemmer.json b/testCases/1-antikoagulation_plaettchenaggregationshemmer.json deleted file mode 100644 index 4327642..0000000 --- a/testCases/1-antikoagulation_plaettchenaggregationshemmer.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - }, - { - "termCode": { - "code": "B01AC", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_sonstige.json b/testCases/1-antikoagulation_sonstige.json deleted file mode 100644 index da9c6e3..0000000 --- a/testCases/1-antikoagulation_sonstige.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antikoagulation_unfraktioniertes_heparin.json b/testCases/1-antikoagulation_unfraktioniertes_heparin.json deleted file mode 100644 index c6fb726..0000000 --- a/testCases/1-antikoagulation_unfraktioniertes_heparin.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "81839001", - "display": "", - "system": "http://snomed.info/sct" - } - }, - { - "termCode": { - "code": "B01AB01", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "B01AB51", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-antithrombin_iii.json b/testCases/1-antithrombin_iii.json deleted file mode 100644 index c35488d..0000000 --- a/testCases/1-antithrombin_iii.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "3174-0", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "[IU]/mL", - "display": "[IU]/mL" - }, - "value": 9.4 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-apherese_code.json b/testCases/1-apherese_code.json deleted file mode 100644 index ec725a0..0000000 --- a/testCases/1-apherese_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "127788007", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-atemfrequenz_code.json b/testCases/1-atemfrequenz_code.json deleted file mode 100644 index 03106d0..0000000 --- a/testCases/1-atemfrequenz_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "86290005", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "/min", - "display": "per minute" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-bauchlage_code.json b/testCases/1-bauchlage_code.json deleted file mode 100644 index 80fc20b..0000000 --- a/testCases/1-bauchlage_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "431182000", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-beatmungstherapie.json b/testCases/1-beatmungstherapie.json deleted file mode 100644 index 5840469..0000000 --- a/testCases/1-beatmungstherapie.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "371907003:425391005=426854004", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-befund_bildgebender_verfahren_ct.json b/testCases/1-befund_bildgebender_verfahren_ct.json deleted file mode 100644 index ea17eea..0000000 --- a/testCases/1-befund_bildgebender_verfahren_ct.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "18748-4", - "display": "", - "system": "http://loinc.org" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-befund_bildgebender_verfahren_roentgen.json b/testCases/1-befund_bildgebender_verfahren_roentgen.json deleted file mode 100644 index ea17eea..0000000 --- a/testCases/1-befund_bildgebender_verfahren_roentgen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "18748-4", - "display": "", - "system": "http://loinc.org" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-befund_bildgebender_verfahren_us.json b/testCases/1-befund_bildgebender_verfahren_us.json deleted file mode 100644 index ea17eea..0000000 --- a/testCases/1-befund_bildgebender_verfahren_us.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "18748-4", - "display": "", - "system": "http://loinc.org" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-bestehende_hivinfektion_code.json b/testCases/1-bestehende_hivinfektion_code.json deleted file mode 100644 index 3e52ade..0000000 --- a/testCases/1-bestehende_hivinfektion_code.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "B24", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - }, - { - "termCode": { - "code": "86406008", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-bestehende_sauerstoff_oder_beatmungstherapie_code.json b/testCases/1-bestehende_sauerstoff_oder_beatmungstherapie_code.json deleted file mode 100644 index 18a6a50..0000000 --- a/testCases/1-bestehende_sauerstoff_oder_beatmungstherapie_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "53950000", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-bildgebende_verfahren_ct.json b/testCases/1-bildgebende_verfahren_ct.json deleted file mode 100644 index ecc860d..0000000 --- a/testCases/1-bildgebende_verfahren_ct.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "CT", - "display": "", - "system": "http://dicom.nema.org/resources/ontology/DCM" - } - }, - { - "termCode": { - "code": "77477000:363704007=39607008", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-bildgebende_verfahren_roentgen.json b/testCases/1-bildgebende_verfahren_roentgen.json deleted file mode 100644 index 0aef95b..0000000 --- a/testCases/1-bildgebende_verfahren_roentgen.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "RG", - "display": "", - "system": "http://dicom.nema.org/resources/ontology/DCM" - } - }, - { - "termCode": { - "code": "168537006:363704007=39607008", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-bildgebende_verfahren_us.json b/testCases/1-bildgebende_verfahren_us.json deleted file mode 100644 index 3f15c30..0000000 --- a/testCases/1-bildgebende_verfahren_us.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "US", - "display": "", - "system": "http://dicom.nema.org/resources/ontology/DCM" - } - }, - { - "termCode": { - "code": "16310003:363704007=39607008", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-bilirubin.json b/testCases/1-bilirubin.json deleted file mode 100644 index 6a1cc83..0000000 --- a/testCases/1-bilirubin.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "14631-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "umol/L", - "display": "umol/L" - }, - "value": 12.23 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-biologisches_geschlecht_code.json b/testCases/1-biologisches_geschlecht_code.json deleted file mode 100644 index 74c4640..0000000 --- a/testCases/1-biologisches_geschlecht_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "76689-9", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "female", - "display": "", - "system": "http://hl7.org/fhir/administrative-gender" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-blutdruck_systolisch_code.json b/testCases/1-blutdruck_systolisch_code.json deleted file mode 100644 index ff1a8f4..0000000 --- a/testCases/1-blutdruck_systolisch_code.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "85354-9", - "display": "", - "system": "http://loinc.org" - } - }, - { - "termCode": { - "code": "75367002", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lebererkrankungen_andere.json b/testCases/1-chronische_lebererkrankungen_andere.json deleted file mode 100644 index 730db64..0000000 --- a/testCases/1-chronische_lebererkrankungen_andere.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "K76.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - }, - { - "termCode": { - "code": "328383001", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lebererkrankungen_autoimmune_lebererkrankungen.json b/testCases/1-chronische_lebererkrankungen_autoimmune_lebererkrankungen.json deleted file mode 100644 index 7565dc3..0000000 --- a/testCases/1-chronische_lebererkrankungen_autoimmune_lebererkrankungen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "235890007", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lebererkrankungen_chronische_infektioese_hepatitis.json b/testCases/1-chronische_lebererkrankungen_chronische_infektioese_hepatitis.json deleted file mode 100644 index 8131db8..0000000 --- a/testCases/1-chronische_lebererkrankungen_chronische_infektioese_hepatitis.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "B18.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lebererkrankungen_fettleber.json b/testCases/1-chronische_lebererkrankungen_fettleber.json deleted file mode 100644 index 8f6d218..0000000 --- a/testCases/1-chronische_lebererkrankungen_fettleber.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "K76.0", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lebererkrankungen_leberzirrhose.json b/testCases/1-chronische_lebererkrankungen_leberzirrhose.json deleted file mode 100644 index f7f4aea..0000000 --- a/testCases/1-chronische_lebererkrankungen_leberzirrhose.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "K74.6", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_andere.json b/testCases/1-chronische_lungenerkrankungen_andere.json deleted file mode 100644 index 4d8e752..0000000 --- a/testCases/1-chronische_lungenerkrankungen_andere.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "106048009", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_asthma.json b/testCases/1-chronische_lungenerkrankungen_asthma.json deleted file mode 100644 index 14ca170..0000000 --- a/testCases/1-chronische_lungenerkrankungen_asthma.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J45.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_copd.json b/testCases/1-chronische_lungenerkrankungen_copd.json deleted file mode 100644 index fdbf95e..0000000 --- a/testCases/1-chronische_lungenerkrankungen_copd.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J44.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_cystische_fibrose.json b/testCases/1-chronische_lungenerkrankungen_cystische_fibrose.json deleted file mode 100644 index 698bc05..0000000 --- a/testCases/1-chronische_lungenerkrankungen_cystische_fibrose.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "E84.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_lungenfibrose.json b/testCases/1-chronische_lungenerkrankungen_lungenfibrose.json deleted file mode 100644 index e2753fb..0000000 --- a/testCases/1-chronische_lungenerkrankungen_lungenfibrose.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J84.1", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie.json b/testCases/1-chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie.json deleted file mode 100644 index c15de72..0000000 --- a/testCases/1-chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I27.0", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_ohs.json b/testCases/1-chronische_lungenerkrankungen_ohs.json deleted file mode 100644 index 0807303..0000000 --- a/testCases/1-chronische_lungenerkrankungen_ohs.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "E66.29", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_osas.json b/testCases/1-chronische_lungenerkrankungen_osas.json deleted file mode 100644 index c657040..0000000 --- a/testCases/1-chronische_lungenerkrankungen_osas.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G47.31", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_lungenerkrankungen_schlafapnoe.json b/testCases/1-chronische_lungenerkrankungen_schlafapnoe.json deleted file mode 100644 index a39707a..0000000 --- a/testCases/1-chronische_lungenerkrankungen_schlafapnoe.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G47.3", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung.json deleted file mode 100644 index 3d1fd6b..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "F41.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_demenz.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_demenz.json deleted file mode 100644 index c02db40..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_demenz.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "F03", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_depression.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_depression.json deleted file mode 100644 index 7d1eaa6..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_depression.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "F32.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie.json deleted file mode 100644 index f88599b..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G40.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.json deleted file mode 100644 index b593720..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G20", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_migraene.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_migraene.json deleted file mode 100644 index aa16f1d..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_migraene.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G43.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose.json deleted file mode 100644 index 37e0c8c..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G35", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen.json deleted file mode 100644 index 486788e..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G70.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_psychose.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_psychose.json deleted file mode 100644 index 5312eb0..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_psychose.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "F29", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen.json deleted file mode 100644 index 2d8da5e..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I69.4", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen.json b/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen.json deleted file mode 100644 index ef368a0..0000000 --- a/testCases/1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z86.7", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-chronische_nierenerkrankungen_code.json b/testCases/1-chronische_nierenerkrankungen_code.json deleted file mode 100644 index 291a9b4..0000000 --- a/testCases/1-chronische_nierenerkrankungen_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z99.2", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19_aufnahme.json b/testCases/1-covid19_aufnahme.json deleted file mode 100644 index 9585360..0000000 --- a/testCases/1-covid19_aufnahme.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "02", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "373066001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_25_hydroxyvitamin_d.json b/testCases/1-covid19therapie_25_hydroxyvitamin_d.json deleted file mode 100644 index 7f5f42b..0000000 --- a/testCases/1-covid19therapie_25_hydroxyvitamin_d.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "A11CC06", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept.json b/testCases/1-covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept.json deleted file mode 100644 index 64ea35e..0000000 --- a/testCases/1-covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "6-002.b", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/ops" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_antipyretika.json b/testCases/1-covid19therapie_antipyretika.json deleted file mode 100644 index a56c3f0..0000000 --- a/testCases/1-covid19therapie_antipyretika.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "N02B", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_atazanavir.json b/testCases/1-covid19therapie_atazanavir.json deleted file mode 100644 index 921c819..0000000 --- a/testCases/1-covid19therapie_atazanavir.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J05AE08", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "J05AR15", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "J05AR23", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_camostat.json b/testCases/1-covid19therapie_camostat.json deleted file mode 100644 index 9635804..0000000 --- a/testCases/1-covid19therapie_camostat.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "B02AB04", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_chloroquine_phosphate.json b/testCases/1-covid19therapie_chloroquine_phosphate.json deleted file mode 100644 index 1f671c0..0000000 --- a/testCases/1-covid19therapie_chloroquine_phosphate.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "P01BA01", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus.json b/testCases/1-covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus.json deleted file mode 100644 index 648ca89..0000000 --- a/testCases/1-covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "L01XE10", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_colchicine.json b/testCases/1-covid19therapie_colchicine.json deleted file mode 100644 index 62cb7a6..0000000 --- a/testCases/1-covid19therapie_colchicine.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "M04AC01", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_convalescent_plasma.json b/testCases/1-covid19therapie_convalescent_plasma.json deleted file mode 100644 index 3a1d410..0000000 --- a/testCases/1-covid19therapie_convalescent_plasma.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "E9743", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9744", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9745", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9746", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9747", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9748", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9749", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9750", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "E9752", - "display": "", - "system": "urn:oid:2.16.840.1.113883.6.18.2.6" - } - }, - { - "termCode": { - "code": "convalescent-plasma", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_darunavir.json b/testCases/1-covid19therapie_darunavir.json deleted file mode 100644 index cff701f..0000000 --- a/testCases/1-covid19therapie_darunavir.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J05AR14", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_favipiravir.json b/testCases/1-covid19therapie_favipiravir.json deleted file mode 100644 index 518cf17..0000000 --- a/testCases/1-covid19therapie_favipiravir.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J05AX27", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_ganciclovir.json b/testCases/1-covid19therapie_ganciclovir.json deleted file mode 100644 index 1fb85dc..0000000 --- a/testCases/1-covid19therapie_ganciclovir.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J05AB06", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "S01AD09", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_hydroxychloroquine.json b/testCases/1-covid19therapie_hydroxychloroquine.json deleted file mode 100644 index 10c98f8..0000000 --- a/testCases/1-covid19therapie_hydroxychloroquine.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "P01BA02", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_il1_receptor_antangonists.json b/testCases/1-covid19therapie_il1_receptor_antangonists.json deleted file mode 100644 index 0196723..0000000 --- a/testCases/1-covid19therapie_il1_receptor_antangonists.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "L04AC", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_interferone_any.json b/testCases/1-covid19therapie_interferone_any.json deleted file mode 100644 index 703f84e..0000000 --- a/testCases/1-covid19therapie_interferone_any.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "S01AD05", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_ivermectin.json b/testCases/1-covid19therapie_ivermectin.json deleted file mode 100644 index 26bb1cc..0000000 --- a/testCases/1-covid19therapie_ivermectin.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "D11AX22", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "P02CF01", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_kortikosteroide.json b/testCases/1-covid19therapie_kortikosteroide.json deleted file mode 100644 index a99f37a..0000000 --- a/testCases/1-covid19therapie_kortikosteroide.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "G01B", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "H02", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "M01BA", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "R03AK", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "S02B", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - }, - { - "termCode": { - "code": "R03AL", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_lopinavir_ritonavir.json b/testCases/1-covid19therapie_lopinavir_ritonavir.json deleted file mode 100644 index 76a40a7..0000000 --- a/testCases/1-covid19therapie_lopinavir_ritonavir.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J05AR10", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_oseltamivir.json b/testCases/1-covid19therapie_oseltamivir.json deleted file mode 100644 index 2e8baf1..0000000 --- a/testCases/1-covid19therapie_oseltamivir.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J05AH02", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_remdesivir.json b/testCases/1-covid19therapie_remdesivir.json deleted file mode 100644 index 3744d1c..0000000 --- a/testCases/1-covid19therapie_remdesivir.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "3QKI37EEHE", - "display": "", - "system": "http://fdasis.nlm.nih.gov" - } - }, - { - "termCode": { - "code": "870518005", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_ribavirin.json b/testCases/1-covid19therapie_ribavirin.json deleted file mode 100644 index 07ca660..0000000 --- a/testCases/1-covid19therapie_ribavirin.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J05AP01", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_ruxolitinib.json b/testCases/1-covid19therapie_ruxolitinib.json deleted file mode 100644 index 29a9f82..0000000 --- a/testCases/1-covid19therapie_ruxolitinib.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "6-009.4", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/ops" - } - }, - { - "termCode": { - "code": "703779004", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_sarilumab.json b/testCases/1-covid19therapie_sarilumab.json deleted file mode 100644 index 084eb9e..0000000 --- a/testCases/1-covid19therapie_sarilumab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "L04AC14", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents.json b/testCases/1-covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents.json deleted file mode 100644 index 5190eee..0000000 --- a/testCases/1-covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "steroids-gt", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents.json b/testCases/1-covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents.json deleted file mode 100644 index 92eabe2..0000000 --- a/testCases/1-covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "steroids-lt", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_tocilizumab.json b/testCases/1-covid19therapie_tocilizumab.json deleted file mode 100644 index 7bf7cad..0000000 --- a/testCases/1-covid19therapie_tocilizumab.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "6-005.n", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/ops" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-covid19therapie_zinc.json b/testCases/1-covid19therapie_zinc.json deleted file mode 100644 index 809e92c..0000000 --- a/testCases/1-covid19therapie_zinc.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "A12CB", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-crp.json b/testCases/1-crp.json deleted file mode 100644 index 6dfdf20..0000000 --- a/testCases/1-crp.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "48421-2", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "mg/dL", - "display": "mg/dL" - }, - "value": 20.12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ddimer.json b/testCases/1-ddimer.json deleted file mode 100644 index d5fd6bf..0000000 --- a/testCases/1-ddimer.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "48066-5", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "ng/mL", - "display": "ng/mL" - }, - "value": 10.0 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-diabetes_code.json b/testCases/1-diabetes_code.json deleted file mode 100644 index 64f77b7..0000000 --- a/testCases/1-diabetes_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "237599002", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-dialyse_hamofiltration_code.json b/testCases/1-dialyse_hamofiltration_code.json deleted file mode 100644 index 53152da..0000000 --- a/testCases/1-dialyse_hamofiltration_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "108241001", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ecmotherapie_code.json b/testCases/1-ecmotherapie_code.json deleted file mode 100644 index 7367171..0000000 --- a/testCases/1-ecmotherapie_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "233573008", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-entlassungsart_code.json b/testCases/1-entlassungsart_code.json deleted file mode 100644 index 5812afa..0000000 --- a/testCases/1-entlassungsart_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "55128-3", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "371827001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ergebnis_folgeabstrich_code.json b/testCases/1-ergebnis_folgeabstrich_code.json deleted file mode 100644 index a4eb96a..0000000 --- a/testCases/1-ergebnis_folgeabstrich_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94500-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "260373001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-erkrankungsphase_zum_zeitpunkt_der_diagnose_code.json b/testCases/1-erkrankungsphase_zum_zeitpunkt_der_diagnose_code.json deleted file mode 100644 index e219a6f..0000000 --- a/testCases/1-erkrankungsphase_zum_zeitpunkt_der_diagnose_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "840539006", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ethnic_group.json b/testCases/1-ethnic_group.json deleted file mode 100644 index 07fe32f..0000000 --- a/testCases/1-ethnic_group.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "372148003", - "display": "Ethnic group (ethnic group)", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "14045001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ferritin.json b/testCases/1-ferritin.json deleted file mode 100644 index 9123aef..0000000 --- a/testCases/1-ferritin.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "86914-9", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "ng/mL", - "display": "ng/mL" - }, - "value": 12.12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-fi_o2_code.json b/testCases/1-fi_o2_code.json deleted file mode 100644 index 3fb448e..0000000 --- a/testCases/1-fi_o2_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "250774007", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "%", - "display": "%" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-fibrinogen.json b/testCases/1-fibrinogen.json deleted file mode 100644 index aa8a8be..0000000 --- a/testCases/1-fibrinogen.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "30902-1", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "g/L", - "display": "g/L" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-frailtyscore_code.json b/testCases/1-frailtyscore_code.json deleted file mode 100644 index 7a2a2dc..0000000 --- a/testCases/1-frailtyscore_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "763264000", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "9", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/frailty-score" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-gammagt.json b/testCases/1-gammagt.json deleted file mode 100644 index c5ae889..0000000 --- a/testCases/1-gammagt.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "2325-9", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "U/L", - "display": "U/L" - }, - "value": 5.2 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-gewicht_code.json b/testCases/1-gewicht_code.json deleted file mode 100644 index a72a4fd..0000000 --- a/testCases/1-gewicht_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "27113001", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "kg", - "display": "kilogram" - }, - "value": 130 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-gotast.json b/testCases/1-gotast.json deleted file mode 100644 index bcf98a5..0000000 --- a/testCases/1-gotast.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "88112-8", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "U/L", - "display": "U/L" - }, - "value": 140 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-hamoglobin.json b/testCases/1-hamoglobin.json deleted file mode 100644 index c64d36a..0000000 --- a/testCases/1-hamoglobin.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "718-7", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "g/dL", - "display": "g/dL" - }, - "value": 8.5 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzfrequenz_code.json b/testCases/1-herzfrequenz_code.json deleted file mode 100644 index 125ccc8..0000000 --- a/testCases/1-herzfrequenz_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "364075005", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "/min", - "display": "per minute" - }, - "value": 60 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_andere.json b/testCases/1-herzkreislauferkrankungen_andere.json deleted file mode 100644 index 443625b..0000000 --- a/testCases/1-herzkreislauferkrankungen_andere.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I51.6", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - }, - { - "termCode": { - "code": "49601007", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_bluthochdruck.json b/testCases/1-herzkreislauferkrankungen_bluthochdruck.json deleted file mode 100644 index 45f0b93..0000000 --- a/testCases/1-herzkreislauferkrankungen_bluthochdruck.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I10.90", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_carotisstenose.json b/testCases/1-herzkreislauferkrankungen_carotisstenose.json deleted file mode 100644 index 70e50ef..0000000 --- a/testCases/1-herzkreislauferkrankungen_carotisstenose.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I65.2", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_herzinsuffizienz.json b/testCases/1-herzkreislauferkrankungen_herzinsuffizienz.json deleted file mode 100644 index 2af7a8b..0000000 --- a/testCases/1-herzkreislauferkrankungen_herzinsuffizienz.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I50.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_herzrhythmusstoerungen.json b/testCases/1-herzkreislauferkrankungen_herzrhythmusstoerungen.json deleted file mode 100644 index 6e8de02..0000000 --- a/testCases/1-herzkreislauferkrankungen_herzrhythmusstoerungen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I49.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_koronare_herzerkrankung_khk.json b/testCases/1-herzkreislauferkrankungen_koronare_herzerkrankung_khk.json deleted file mode 100644 index ce1b03b..0000000 --- a/testCases/1-herzkreislauferkrankungen_koronare_herzerkrankung_khk.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I25.1", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_pavk.json b/testCases/1-herzkreislauferkrankungen_pavk.json deleted file mode 100644 index 9671aaf..0000000 --- a/testCases/1-herzkreislauferkrankungen_pavk.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I73.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_zustand_nach_herzinfarkt.json b/testCases/1-herzkreislauferkrankungen_zustand_nach_herzinfarkt.json deleted file mode 100644 index 83a72ae..0000000 --- a/testCases/1-herzkreislauferkrankungen_zustand_nach_herzinfarkt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I25.29", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-herzkreislauferkrankungen_zustand_nach_revaskularisation.json b/testCases/1-herzkreislauferkrankungen_zustand_nach_revaskularisation.json deleted file mode 100644 index fe30400..0000000 --- a/testCases/1-herzkreislauferkrankungen_zustand_nach_revaskularisation.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z95.5", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-il6_interleukin_6.json b/testCases/1-il6_interleukin_6.json deleted file mode 100644 index ea144fe..0000000 --- a/testCases/1-il6_interleukin_6.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "44322-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "pg/mL", - "display": "pg/mL" - }, - "value": 22.99 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-immunglobuline_code.json b/testCases/1-immunglobuline_code.json deleted file mode 100644 index 1a25bde..0000000 --- a/testCases/1-immunglobuline_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "333710000", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-impfungen_bcg.json b/testCases/1-impfungen_bcg.json deleted file mode 100644 index 9a939b6..0000000 --- a/testCases/1-impfungen_bcg.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "836402002", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-impfungen_covid_19.json b/testCases/1-impfungen_covid_19.json deleted file mode 100644 index a17a080..0000000 --- a/testCases/1-impfungen_covid_19.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "1119349007", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-impfungen_influenza.json b/testCases/1-impfungen_influenza.json deleted file mode 100644 index 2eff5e2..0000000 --- a/testCases/1-impfungen_influenza.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "836377006", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-impfungen_pneumokokken.json b/testCases/1-impfungen_pneumokokken.json deleted file mode 100644 index 4a48ae7..0000000 --- a/testCases/1-impfungen_pneumokokken.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "836398006", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-inr.json b/testCases/1-inr.json deleted file mode 100644 index 360b6d8..0000000 --- a/testCases/1-inr.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "46418-0", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "{INR}", - "display": "{INR}" - }, - "value": 99.9 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-interventionelle_studienteilnahme.json b/testCases/1-interventionelle_studienteilnahme.json deleted file mode 100644 index a045097..0000000 --- a/testCases/1-interventionelle_studienteilnahme.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "03", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "373067005", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-kardiale_troponine.json b/testCases/1-kardiale_troponine.json deleted file mode 100644 index 7213783..0000000 --- a/testCases/1-kardiale_troponine.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "48425-3", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "ng/mL", - "display": "ng/mL" - }, - "value": 12.2 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-komplikation_andere.json b/testCases/1-komplikation_andere.json deleted file mode 100644 index 195576f..0000000 --- a/testCases/1-komplikation_andere.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I82.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-komplikation_blutstrominfektionen.json b/testCases/1-komplikation_blutstrominfektionen.json deleted file mode 100644 index 16e2a04..0000000 --- a/testCases/1-komplikation_blutstrominfektionen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "A41.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-komplikation_lungenarterienembolie.json b/testCases/1-komplikation_lungenarterienembolie.json deleted file mode 100644 index 7097919..0000000 --- a/testCases/1-komplikation_lungenarterienembolie.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I26.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-komplikation_myokardinfarkt.json b/testCases/1-komplikation_myokardinfarkt.json deleted file mode 100644 index 00f0872..0000000 --- a/testCases/1-komplikation_myokardinfarkt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I21.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-komplikation_pulmonale_co_infektionen.json b/testCases/1-komplikation_pulmonale_co_infektionen.json deleted file mode 100644 index d66931b..0000000 --- a/testCases/1-komplikation_pulmonale_co_infektionen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "J18.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-komplikation_stroke.json b/testCases/1-komplikation_stroke.json deleted file mode 100644 index d46e22b..0000000 --- a/testCases/1-komplikation_stroke.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I64", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-komplikation_venoese_thrombose.json b/testCases/1-komplikation_venoese_thrombose.json deleted file mode 100644 index 195576f..0000000 --- a/testCases/1-komplikation_venoese_thrombose.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I82.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-kontakt_mit_an_covid19_erkrankter_personq_code.json b/testCases/1-kontakt_mit_an_covid19_erkrankter_personq_code.json deleted file mode 100644 index 7270a11..0000000 --- a/testCases/1-kontakt_mit_an_covid19_erkrankter_personq_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "88636-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "840546002", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-korpergrose_code.json b/testCases/1-korpergrose_code.json deleted file mode 100644 index cc9abdc..0000000 --- a/testCases/1-korpergrose_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "50373000", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "cm", - "display": "centimeter" - }, - "value": 155 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-korpertemperatur_code.json b/testCases/1-korpertemperatur_code.json deleted file mode 100644 index 57091c5..0000000 --- a/testCases/1-korpertemperatur_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "386725007", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "Cel", - "display": "\u00b0C" - }, - "value": 38 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-kreatinin.json b/testCases/1-kreatinin.json deleted file mode 100644 index 88d2dd6..0000000 --- a/testCases/1-kreatinin.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "2160-0", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "mg/L", - "display": "mg/L" - }, - "value": 12.5 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-laktat.json b/testCases/1-laktat.json deleted file mode 100644 index 99c83a2..0000000 --- a/testCases/1-laktat.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "14118-4", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "mg/dL", - "display": "mg/dL" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ldh.json b/testCases/1-ldh.json deleted file mode 100644 index 3bb8efc..0000000 --- a/testCases/1-ldh.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "14803-1", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "U/L", - "display": "U/L" - }, - "value": 150 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-leukozyten_absolut.json b/testCases/1-leukozyten_absolut.json deleted file mode 100644 index 5009c43..0000000 --- a/testCases/1-leukozyten_absolut.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "6690-2", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "10*3/uL", - "display": "10*3/uL" - }, - "value": 124 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-liegt_der_patient_auf_der_intensivstationq.json b/testCases/1-liegt_der_patient_auf_der_intensivstationq.json deleted file mode 100644 index 83bfbcd..0000000 --- a/testCases/1-liegt_der_patient_auf_der_intensivstationq.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "01", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "373066001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-lymphozyten_absolut.json b/testCases/1-lymphozyten_absolut.json deleted file mode 100644 index a729d10..0000000 --- a/testCases/1-lymphozyten_absolut.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "731-0", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "10*3/uL", - "display": "10*3/uL" - }, - "value": 162.2 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-magengeschwure_code.json b/testCases/1-magengeschwure_code.json deleted file mode 100644 index 2ea79a4..0000000 --- a/testCases/1-magengeschwure_code.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "K28", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - }, - { - "termCode": { - "code": "40845000", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-neutrophile_absolut.json b/testCases/1-neutrophile_absolut.json deleted file mode 100644 index c032adf..0000000 --- a/testCases/1-neutrophile_absolut.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "26499-4", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "10*3/uL", - "display": "10*3/uL" - }, - "value": 10.67 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ntprobnp.json b/testCases/1-ntprobnp.json deleted file mode 100644 index 713df9a..0000000 --- a/testCases/1-ntprobnp.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "33762-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "pg/mL", - "display": "pg/mL" - }, - "value": 23.12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_blutgefaess.json b/testCases/1-organtransplantiert_blutgefaess.json deleted file mode 100644 index fe30400..0000000 --- a/testCases/1-organtransplantiert_blutgefaess.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z95.5", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_darm.json b/testCases/1-organtransplantiert_darm.json deleted file mode 100644 index ad0f009..0000000 --- a/testCases/1-organtransplantiert_darm.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.88", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_gehoerknoechelchen.json b/testCases/1-organtransplantiert_gehoerknoechelchen.json deleted file mode 100644 index 6da2ee3..0000000 --- a/testCases/1-organtransplantiert_gehoerknoechelchen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_haut.json b/testCases/1-organtransplantiert_haut.json deleted file mode 100644 index f69adb2..0000000 --- a/testCases/1-organtransplantiert_haut.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.5", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_herz.json b/testCases/1-organtransplantiert_herz.json deleted file mode 100644 index 9adc682..0000000 --- a/testCases/1-organtransplantiert_herz.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.1", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_herzklappen.json b/testCases/1-organtransplantiert_herzklappen.json deleted file mode 100644 index 6a331ed..0000000 --- a/testCases/1-organtransplantiert_herzklappen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z95.88", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_hirnhaut.json b/testCases/1-organtransplantiert_hirnhaut.json deleted file mode 100644 index 6da2ee3..0000000 --- a/testCases/1-organtransplantiert_hirnhaut.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_hornhaut.json b/testCases/1-organtransplantiert_hornhaut.json deleted file mode 100644 index 3b448d8..0000000 --- a/testCases/1-organtransplantiert_hornhaut.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.7", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_knochengewebe.json b/testCases/1-organtransplantiert_knochengewebe.json deleted file mode 100644 index 34857bd..0000000 --- a/testCases/1-organtransplantiert_knochengewebe.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.6", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_knorpelgewebe.json b/testCases/1-organtransplantiert_knorpelgewebe.json deleted file mode 100644 index 6da2ee3..0000000 --- a/testCases/1-organtransplantiert_knorpelgewebe.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_leber.json b/testCases/1-organtransplantiert_leber.json deleted file mode 100644 index 83909f8..0000000 --- a/testCases/1-organtransplantiert_leber.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.4", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_lunge.json b/testCases/1-organtransplantiert_lunge.json deleted file mode 100644 index 2545657..0000000 --- a/testCases/1-organtransplantiert_lunge.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.2", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_nieren.json b/testCases/1-organtransplantiert_nieren.json deleted file mode 100644 index 56f0232..0000000 --- a/testCases/1-organtransplantiert_nieren.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.0", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-organtransplantiert_sehne.json b/testCases/1-organtransplantiert_sehne.json deleted file mode 100644 index 6da2ee3..0000000 --- a/testCases/1-organtransplantiert_sehne.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "Z94.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-p_hwert_code.json b/testCases/1-p_hwert_code.json deleted file mode 100644 index 52ee1dd..0000000 --- a/testCases/1-p_hwert_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "11558-4", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "[pH]", - "display": "pH" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-pa_co2_code.json b/testCases/1-pa_co2_code.json deleted file mode 100644 index c0e5156..0000000 --- a/testCases/1-pa_co2_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "11557-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "mm[Hg]", - "display": "mmHg" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-pa_o2_code.json b/testCases/1-pa_o2_code.json deleted file mode 100644 index 663c49b..0000000 --- a/testCases/1-pa_o2_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "11557-8", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "mm[Hg]", - "display": "mmHg" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-pct_procalcitonin.json b/testCases/1-pct_procalcitonin.json deleted file mode 100644 index 6695936..0000000 --- a/testCases/1-pct_procalcitonin.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "75241-0", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "ng/mL", - "display": "ng/mL" - }, - "value": 123.99 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-periphere_sauerstoffsattigung_code.json b/testCases/1-periphere_sauerstoffsattigung_code.json deleted file mode 100644 index 4c4926e..0000000 --- a/testCases/1-periphere_sauerstoffsattigung_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "431314004", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "%", - "display": "%" - }, - "value": 70 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-ptt.json b/testCases/1-ptt.json deleted file mode 100644 index e5539c9..0000000 --- a/testCases/1-ptt.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "16631-4", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "s", - "display": "s" - }, - "value": 5 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-raucherstatus_code.json b/testCases/1-raucherstatus_code.json deleted file mode 100644 index 3219f60..0000000 --- a/testCases/1-raucherstatus_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "72166-2", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "LA18976-3", - "display": "", - "system": "http://loinc.org" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-reiseaktivitat_country_1.json b/testCases/1-reiseaktivitat_country_1.json deleted file mode 100644 index bf65d08..0000000 --- a/testCases/1-reiseaktivitat_country_1.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "8691-8", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "373066001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-respiratorisches_outcome_code.json b/testCases/1-respiratorisches_outcome_code.json deleted file mode 100644 index 2d7a22e..0000000 --- a/testCases/1-respiratorisches_outcome_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "444932008", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-rheumatologischeimmunologische_erkrankungen_andere.json b/testCases/1-rheumatologischeimmunologische_erkrankungen_andere.json deleted file mode 100644 index cb4126c..0000000 --- a/testCases/1-rheumatologischeimmunologische_erkrankungen_andere.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "D84.8", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte.json b/testCases/1-rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte.json deleted file mode 100644 index cb4126c..0000000 --- a/testCases/1-rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "D84.8", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.json b/testCases/1-rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.json deleted file mode 100644 index 4d72f27..0000000 --- a/testCases/1-rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "K52.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-rheumatologischeimmunologische_erkrankungen_kollagenosen.json b/testCases/1-rheumatologischeimmunologische_erkrankungen_kollagenosen.json deleted file mode 100644 index a9ec301..0000000 --- a/testCases/1-rheumatologischeimmunologische_erkrankungen_kollagenosen.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "M35.9", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis.json b/testCases/1-rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis.json deleted file mode 100644 index 8213021..0000000 --- a/testCases/1-rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "M06.99", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-rheumatologischeimmunologische_erkrankungen_vaskulitiden.json b/testCases/1-rheumatologischeimmunologische_erkrankungen_vaskulitiden.json deleted file mode 100644 index da5611c..0000000 --- a/testCases/1-rheumatologischeimmunologische_erkrankungen_vaskulitiden.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "I77.6", - "display": "", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ab_ia_ql_code.json b/testCases/1-sarsco_v2_covid19_ab_ia_ql_code.json deleted file mode 100644 index 48484d7..0000000 --- a/testCases/1-sarsco_v2_covid19_ab_ia_ql_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94762-2", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "260415000", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ab_ia_qn_code.json b/testCases/1-sarsco_v2_covid19_ab_ia_qn_code.json deleted file mode 100644 index 0af61bc..0000000 --- a/testCases/1-sarsco_v2_covid19_ab_ia_qn_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94769-7", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "[IU]/mL", - "display": "[IU]/mL" - }, - "value": 15 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ab_pnl_code.json b/testCases/1-sarsco_v2_covid19_ab_pnl_code.json deleted file mode 100644 index e21b540..0000000 --- a/testCases/1-sarsco_v2_covid19_ab_pnl_code.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94504-8", - "display": "", - "system": "http://loinc.org" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ig_a_ia_ql_code.json b/testCases/1-sarsco_v2_covid19_ig_a_ia_ql_code.json deleted file mode 100644 index 2fa24fe..0000000 --- a/testCases/1-sarsco_v2_covid19_ig_a_ia_ql_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94562-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "260373001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ig_a_ia_qn_code.json b/testCases/1-sarsco_v2_covid19_ig_a_ia_qn_code.json deleted file mode 100644 index 7685b5d..0000000 --- a/testCases/1-sarsco_v2_covid19_ig_a_ia_qn_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94720-0", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "[IU]/mL", - "display": "[IU]/mL" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ig_g_ia_ql_code.json b/testCases/1-sarsco_v2_covid19_ig_g_ia_ql_code.json deleted file mode 100644 index cc5ff74..0000000 --- a/testCases/1-sarsco_v2_covid19_ig_g_ia_ql_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94563-4", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "260373001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ig_g_ia_qn_code.json b/testCases/1-sarsco_v2_covid19_ig_g_ia_qn_code.json deleted file mode 100644 index 63434aa..0000000 --- a/testCases/1-sarsco_v2_covid19_ig_g_ia_qn_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94505-5", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "[arb'U]/mL", - "display": "[arb'U]/mL" - }, - "value": 12.6 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ig_m_ia_ql_code.json b/testCases/1-sarsco_v2_covid19_ig_m_ia_ql_code.json deleted file mode 100644 index 76e677d..0000000 --- a/testCases/1-sarsco_v2_covid19_ig_m_ia_ql_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94564-2", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "260373001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2_covid19_ig_m_ia_qn_code.json b/testCases/1-sarsco_v2_covid19_ig_m_ia_qn_code.json deleted file mode 100644 index 4ceaed8..0000000 --- a/testCases/1-sarsco_v2_covid19_ig_m_ia_qn_code.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94506-3", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "[arb'U]/mL", - "display": "[arb'U]/mL" - }, - "value": 12 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sarsco_v2rtpcr_code.json b/testCases/1-sarsco_v2rtpcr_code.json deleted file mode 100644 index a4eb96a..0000000 --- a/testCases/1-sarsco_v2rtpcr_code.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "94500-6", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "260373001", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-schwangerschaft_code.json b/testCases/1-schwangerschaft_code.json deleted file mode 100644 index a7cad46..0000000 --- a/testCases/1-schwangerschaft_code.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "82810-3", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "LA15173-0", - "display": "", - "system": "http://loinc.org" - }, - { - "code": "77386006", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-serumalbumin.json b/testCases/1-serumalbumin.json deleted file mode 100644 index b30c455..0000000 --- a/testCases/1-serumalbumin.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "61152-5", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "g/dL", - "display": "g/dL" - }, - "value": 9.9 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-sofa_total_score.json b/testCases/1-sofa_total_score.json deleted file mode 100644 index 24312c4..0000000 --- a/testCases/1-sofa_total_score.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "06", - "display": "", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_bauchschmerzen.json b/testCases/1-symptome_bauchschmerzen.json deleted file mode 100644 index 3724ad4..0000000 --- a/testCases/1-symptome_bauchschmerzen.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "21522001", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "6736007", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_bewusstseinsstoerungen_verwirrtheit.json b/testCases/1-symptome_bewusstseinsstoerungen_verwirrtheit.json deleted file mode 100644 index 81544bc..0000000 --- a/testCases/1-symptome_bewusstseinsstoerungen_verwirrtheit.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "40917007", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_durchfall.json b/testCases/1-symptome_durchfall.json deleted file mode 100644 index 15f1588..0000000 --- a/testCases/1-symptome_durchfall.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "62315008", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "6736007", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_erbrechen.json b/testCases/1-symptome_erbrechen.json deleted file mode 100644 index 0e17ea9..0000000 --- a/testCases/1-symptome_erbrechen.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "422400008", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "24484000", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_fieber.json b/testCases/1-symptome_fieber.json deleted file mode 100644 index 536c401..0000000 --- a/testCases/1-symptome_fieber.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "426000000", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "6736007", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_husten.json b/testCases/1-symptome_husten.json deleted file mode 100644 index 65f1289..0000000 --- a/testCases/1-symptome_husten.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "49727002", - "display": "", - "system": "http://snomed.info/sct" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_kopfschmerzen.json b/testCases/1-symptome_kopfschmerzen.json deleted file mode 100644 index 551f042..0000000 --- a/testCases/1-symptome_kopfschmerzen.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "25064002", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "255604002", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_kurzatmigkeit_dyspnoe.json b/testCases/1-symptome_kurzatmigkeit_dyspnoe.json deleted file mode 100644 index 6269b59..0000000 --- a/testCases/1-symptome_kurzatmigkeit_dyspnoe.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "267036007", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "442452003", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-symptome_uebelkeit.json b/testCases/1-symptome_uebelkeit.json deleted file mode 100644 index 13b9ca1..0000000 --- a/testCases/1-symptome_uebelkeit.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "422587007", - "display": "", - "system": "http://snomed.info/sct" - }, - "valueFilter": { - "selectedConcepts": [ - { - "code": "24484000", - "display": "", - "system": "http://snomed.info/sct" - } - ], - "type": "concept" - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testCases/1-thrombozyten_absolut.json b/testCases/1-thrombozyten_absolut.json deleted file mode 100644 index dbc27f8..0000000 --- a/testCases/1-thrombozyten_absolut.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "exclusionCriteria": [], - "inclusionCriteria": [ - { - "termCode": { - "code": "26516-5", - "display": "", - "system": "http://loinc.org" - }, - "valueFilter": { - "comparator": "eq", - "type": "quantity-comparator", - "unit": { - "code": "10*3/uL", - "display": "10*3/uL" - }, - "value": 9.9 - } - } - ], - "version": "http://to_be_decided.com/draft-1/schema#" -} \ No newline at end of file diff --git a/testDataToUnitTest.py b/testDataToUnitTest.py index dd8f9b8..8625609 100644 --- a/testDataToUnitTest.py +++ b/testDataToUnitTest.py @@ -1,14 +1,20 @@ +import os from StructuredQuery import * mapped_term_codes = [] -with open("TermCodeMapping.json") as mapping_file: +scriptDir = os.path.dirname(os.path.realpath(__file__)) +testCasesDir = os.path.join(scriptDir, "testCases") + +with open(os.path.join(scriptDir, "TermCodeMapping.json")) as mapping_file: mapping_json = json.load(mapping_file) for mapping in mapping_json: mapped_term_codes.append(TermCode(**mapping['key'])) def generate_unit_test(bundle): + os.makedirs(testCasesDir, exist_ok = True) + for entry in bundle["entry"]: resource = entry["resource"] resource_type = resource["resourceType"] @@ -46,11 +52,11 @@ def generate_unit_test(bundle): write_sq_to_file(sq, resource) -def write_sq_to_file(structured_query, resource, file_name=None): +def write_sq_to_file(structured_query, resource, file_name = None): if file_name: - file = open("testCases/" + file_name + ".json", 'w') + file = open(os.path.join(testCasesDir, file_name + ".json"), 'w') else: - file = open("testCases/" + resource["identifier"][0]["value"].split(".")[-1] + ".json", 'w') + file = open(os.path.join(testCasesDir, resource["identifier"][0]["value"].split(".")[-1] + ".json"), 'w') file.write(structured_query.to_json()) file.close()