-
Notifications
You must be signed in to change notification settings - Fork 2
/
conf.example.json
48 lines (47 loc) · 1.74 KB
/
conf.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"processor":{
"inputFile":"./global.xlsx",
"manual_content":"../smart-emcare/manual",
"outputPath":"../smart-emcare/input",
"cql_translator": "https://fhir.cql-translator.dk.swisstph-mis.ch/cql/translator",
"mapping_translator": "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/StructureMap",
"fhirpath_validator":"https://fhirpath.dk.swisstph-mis.ch/validate",
"data_dictionary_path": "./data_dictionary.xlsx",
"decision_support_logic_file": "./decisions_support_logic_file.xlsx",
"decision_support_logic_exclude_workSheets": [],
"bundle_exclude_paths": ["l2"],
"data_dictionary_excludeWorkSheets": [],
"default_resource_path":"./default_resources",
"excudedWorksheets":[
],
"skiprows" : 0,
"skipcols" : 0,
"scope":"EmCare",
"encoding":"json",
"generateElm" : true,
"saveElm" : false,
"answerValueSet":false,
"build": 144,
"environment": "dev",
"author": "SwissTPH - SCIH - DHU",
"layoutMode": "D"
},
"fhir":{
"version": "4.0.1",
"lib_version": "1.0.1+build.144",
"canonicalBase" : "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/",
"guideBase":"http://fhir.org/guides/who/emc-cds/",
"activity":{
"CodeSystem": "http://fhir.org/guides/who/anc-cds/CodeSystem/activity-codes"
},
"external_libraries" : {
"FHIRHelpers" : "http://fhir.org/guides/who/anc-cds/Library/FHIRHelpers"
}
,
"usageContext":{
"CodeSystem": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"Code": "task",
"Display": "Workflow Task"
}
}
}