forked from HL7/PDDI-CDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathig.json
More file actions
62 lines (62 loc) · 1.75 KB
/
ig.json
File metadata and controls
62 lines (62 loc) · 1.75 KB
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
{
"tool" : "jekyll",
"paths": {
"resources": ["resources"],
"pages": "pages",
"temp": "temp",
"output": "output",
"qa": "qa",
"specification": "http://hl7.org/fhir/STU3/"
},
"defaults": {
"Any": {
"template-format": "instance-template-format.html",
"template-base": "instance-template-base.html"
},
"StructureDefinition" : {
"template-base": "instance-template-sd.html",
"template-mappings": "instance-template-mappings.html",
"template-defns": "instance-template-definitions.html"
}
},
"version" : "3.0.1",
"logging": ["init", "progress", "context", "html", "tx"],
"sct-edition" : "http://snomed.info/sct/731000124108",
"extraTemplates": [
"mappings"
],
"canonicalBase": "http://hl7.org/fhir/ig/PDDI-CDS",
"source": "pddi-cds.xml",
"spreadsheets": [
],
"resources": {
"ValueSet/aldosterone-antagonists": {
"source": "valueset-aldosterone-antagonists.xml",
"base": "Valueset-aldosterone-antagonists.html"
},
"ValueSet/misoprostol": {
"source": "valueset-misoprostol.xml",
"base": "Valueset-misoprostol.html"
},
"ValueSet/NSAID": {
"source": "valueset-NSAID.json",
"base": "Valueset-NSAID.html"
},
"ValueSet/warfarin": {
"source": "valueset-warfarin.xml",
"base": "valueset-warfarin.html"
},
"ValueSet/Hx-UGIB-snomed": {
"source": "valueset-Hx-UGIB-snomed.xml",
"base": "Valueset-Hx-UGIB-snomed.html"
},
"ValueSet/NSAID-exclude": {
"source": "valueset-NSAID-exclude.json",
"base": "Valueset-NSAID-exclude.html"
},
"ValueSet/proton-pump-inhibitors": {
"source": "valueset-proton-pump-inhibitors.xml",
"base": "Valueset-proton-pump-inhibitors.html"
}
}
}