-
Notifications
You must be signed in to change notification settings - Fork 2
/
conf-iraq.json
74 lines (72 loc) · 2.42 KB
/
conf-iraq.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"processor":{
"inputFile":"/home/delcpa/Development/smart-emcare-irq/input/l2/xls_form_iraq_v1.xlsx",
"manual_content":"/home/delcpa/Development/smart-emcare/manual",
"outputPath":"/home/delcpa/Development/smart-emcare-irq/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",
"default_resource_path":"./default_resources",
"excudedWorksheets":[
],
"skiprows" : 0,
"skipcols" : 0,
"scope":"EmCare",
"encoding":"json",
"generateElm" : true,
"saveElm" : false,
"answerValueSet":false
},
"fhir":{
"version": "4.0.1",
"lib_version": "1.0.3.build.188",
"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"
},
"PlanDefinition":{
"outputPath":"resources/plandefinition",
"planDefinitionType":{
"CodeSystem": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
"Code": "eca-rule"
}
},
"Extensions":{
"outputPath":"resources/extensions"
},
"Profiles": {
"outputPath":"profiles"
},
"Questionnaire":{
"outputPath":"resources/questionnaire"
},
"ActivityDefinition":{
"outputPath":"resources/activitydefinition"
},
"Library":{
"outputPath":"resources/library/"
},
"Bundle":{
"outputPath" : "bundles"
},
"pagecontent":{
"outputPath":"/pagecontent/"
},"CodeSystem":
{
"outputPath":"vocabulary/codesystem/"
},"ValueSet":
{
"outputPath":"vocabulary/valueset/"
}
}
}