-
Notifications
You must be signed in to change notification settings - Fork 19
/
ig.json
146 lines (146 loc) · 4.34 KB
/
ig.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"tool": "jekyll",
"broken-links": "warning",
"npm-name": "hl7.fhir.us.draftmeasures",
"jurisdiction": "US",
"no-inactive-codes": "false",
"paths": {
"resources": [
"resources"
],
"pages": ["pages"],
"temp": "temp",
"output": "output",
"qa": "qa",
"specification": "http://hl7.org/fhir/STU3",
"txCache": "txCache",
"history": "http://hl7.org/fhir/us/draftmeasures/history.html"
},
"version": "3.0.2",
"fixed-business-version": "0.1.0",
"license": "CC0-1.0",
"logging": ["init", "progress", "context", "html", "tx"],
"dependencyList": [
{
"name": "qicore",
"package": "hl7.fhir.us.qicore",
"location": "http://hl7.org/fhir/us/qicore",
"version": "current"
},
{
"name": "cqfmeasures",
"package": "hl7.fhir.us.cqfmeasures",
"location": "http://hl7.org/fhir/us/cqfmeasures",
"version": "0.1.0"
}
],
"defaults": {
"Any": {
"template-format": "instance-template-format.html",
"template-base": "instance-template-base.html"
},
"Claim": {
"template-format": "instance-template-example.html"
},
"Condition": {
"template-format": "instance-template-example.html"
},
"Coverage": {
"template-format": "instance-template-example.html"
},
"DiagnosticReport": {
"template-format": "instance-template-example.html"
},
"Encounter": {
"template-format": "instance-template-example.html"
},
"MedicationDispense": {
"template-format": "instance-template-example.html"
},
"MedicationRequest": {
"template-format": "instance-template-example.html"
},
"Observation": {
"template-format": "instance-template-example.html"
},
"Organization": {
"template-format": "instance-template-example.html"
},
"Patient": {
"template-format": "instance-template-example.html"
},
"Procedure": {
"template-format": "instance-template-example.html"
},
"StructureMap": {
"template-format": "instance-template-example.html"
},
"StructureDefinition": {
"template-base": "instance-template-sd.html",
"template-mappings":"instance-template-sd-mappings.html",
"template-defns":"instance-template-sd-definitions.html"
}
},
"sct-edition": "http://snomed.info/sct/731000124108",
"extraTemplates": [
"mappings"
],
"canonicalBase": "http://hl7.org/fhir/us/draftmeasures",
"source": "draftmeasures.xml",
"resources": {
"Library/library-adult-outpatient-encounters-FHIR": {
"base": "Library-library-adult-outpatient-encounters-FHIR.html"
},
"Library/library-exm124-FHIR": {
"base": "Library-library-exm124-FHIR.html"
},
"Library/library-exm125-FHIR": {
"base": "Library-library-exm125-FHIR.html"
},
"Library/library-exm130-FHIR": {
"base": "Library-library-exm130-FHIR.html"
},
"Library/library-fhir-helpers-FHIR2": {
"base": "Library-library-fhir-helpers-FHIR2.html"
},
"Library/library-fhir-helpers": {
"base": "Library-library-fhir-helpers.html"
},
"Library/library-fhir-model-definition-FHIR2": {
"base": "Library-library-fhir-model-definition-FHIR2.html"
},
"Library/library-fhir-model-definition": {
"base": "Library-library-fhir-model-definition.html"
},
"Library/library-hospice-FHIR": {
"base": "Library-library-hospice-FHIR.html"
},
"Library/library-mat-global-common-functions-FHIR": {
"base": "Library-library-mat-global-common-functions-FHIR.html"
},
"Library/library-supplemental-data-elements-FHIR": {
"base": "Library-library-supplemental-data-elements-FHIR.html"
},
"Library/library-supplemental-data-elements-FHIR2": {
"base": "Library-library-supplemental-data-elements-FHIR2.html"
},
"Library/library-vte-1-FHIR": {
"base": "Library-library-vte-1-FHIR.html"
},
"Library/library-vte-icu-FHIR": {
"base": "Library-library-vte-icu-FHIR.html"
},
"Measure/measure-exm124-FHIR": {
"base": "Measure-measure-exm124-FHIR.html"
},
"Measure/measure-exm125-FHIR": {
"base": "Measure-measure-exm125-FHIR.html"
},
"Measure/measure-exm130-FHIR": {
"base": "Measure-measure-exm130-FHIR.html"
},
"Measure/measure-vte-1-FHIR": {
"base": "Measure-measure-vte-1-FHIR.html"
}
}
}