forked from HL7/ig-template-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
166 lines (165 loc) · 6.49 KB
/
config.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"script": "scripts/ant.xml",
"targets": {
"onLoad": "onLoad",
"onGenerate": "onGenerate"
},
"_extraTemplates-documentation": "This array of objects identifies additional templates available for generation for different resource types",
"extraTemplates": [
{
"name": "mappings",
"description": "Mappings"
},
{
"name": "examples",
"description": "Examples"
},
{
"name": "profile-xml",
"description": "Profile XML"
},
{
"name": "profile-json",
"description": "Profile JSON"
},
{
"name": "profile-ttl",
"description": "Profile Turtle"
},
{
"name": "profile-history",
"description": "Profile Change History"
},
{
"name": "change-history",
"description": "Resource Change History"
}
],
"_pre-process-documentation": "This array of objects indicates data being converted from existing files using scripts to support dependency checking when performing continuous builds",
"pre-process": [
{
"folder": "input/includes",
"relativePath": "_includes"
},
{
"folder": "fsh-generated/includes",
"relativePath": "_includes"
},
{
"folder": "input/data",
"relativePath": "_data"
},
{
"folder": "input/resourcedocs",
"relativePath": "_data"
},
{
"folder": "input/intro-notes",
"relativePath": "_includes",
"transform": "template/scripts/processPages.xslt"
},
{
"folder": "input/pagecontent",
"relativePath": "_includes",
"transform": "template/scripts/processPages.xslt"
},
{
"folder": "input/pages",
"relativePath": "_includes",
"transform": "template/scripts/processPages.xslt"
}
],
"defaults": {
"_documentation": "this object contains the default publishing policy for different types. Anything not mentioned defaults to true",
"Any": {
"java": false,
"template-base": "template/layouts/layout-instance-base.html",
"template-format": "template/layouts/layout-instance-format.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"list-types": "CodeSystem|ValueSet",
"template-change-history": "template/layouts/layout-changehistory.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
},
"example": {
"java": false,
"template-base": "template/layouts/layout-instance-base.html",
"template-format": "template/layouts/layout-instance-format.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
},
"ImplementationGuide": {
"template-base": "",
"template-format": "",
"template-change-history":""
},
"StructureDefinition:extension": {
"template-base": "template/layouts/layout-ext.html",
"template-defns": "template/layouts/layout-profile-definitions.html",
"template-mappings": "template/layouts/layout-profile-mappings.html",
"template-examples": "",
"template-profile-xml": "template/layouts/layout-profile-format.html",
"template-profile-json": "template/layouts/layout-profile-format.html",
"template-profile-ttl": "template/layouts/layout-profile-format.html",
"template-profile-history": "template/layouts/layout-profile-history.html",
"template-format": "",
"base": "{{[type]}}-{{[id]}}.html",
"defns": "{{[type]}}-{{[id]}}-definitions.html",
"mappings": "{{[type]}}-{{[id]}}-mappings.html",
"examples": "{{[type]}}-{{[id]}}-examples.html",
"profile-xml": "{{[type]}}-{{[id]}}.profile.xml.html",
"profile-json": "{{[type]}}-{{[id]}}.profile.json.html",
"profile-ttl": "{{[type]}}-{{[id]}}.profile.ttl.html",
"profile-history": "{{[type]}}-{{[id]}}.profile.history.html",
"template-change-history": ""
},
"StructureDefinition": {
"template-base": "template/layouts/layout-profile.html",
"template-defns": "template/layouts/layout-profile-definitions.html",
"template-mappings": "template/layouts/layout-profile-mappings.html",
"template-examples": "template/layouts/layout-profile-examples.html",
"template-profile-xml": "template/layouts/layout-profile-format.html",
"template-profile-json": "template/layouts/layout-profile-format.html",
"template-profile-ttl": "template/layouts/layout-profile-format.html",
"template-profile-history": "template/layouts/layout-profile-history.html",
"template-format": "",
"base": "{{[type]}}-{{[id]}}.html",
"defns": "{{[type]}}-{{[id]}}-definitions.html",
"mappings": "{{[type]}}-{{[id]}}-mappings.html",
"examples": "{{[type]}}-{{[id]}}-examples.html",
"format": "{{[type]}}-{{[id]}}.profile.xml.html",
"profile-xml": "{{[type]}}-{{[id]}}.profile.xml.html",
"profile-json": "{{[type]}}-{{[id]}}.profile.json.html",
"profile-ttl": "{{[type]}}-{{[id]}}.profile.ttl.html",
"profile-history": "{{[type]}}-{{[id]}}.profile.history.html",
"template-change-history": "",
"_comment": "this template-change-history is here to undo the definition in the Any settings"
},
"CodeSystem": {
"template-base": "template/layouts/layout-codesystem.html",
"template-format": "template/layouts/layout-instance-format.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
},
"ConceptMap": {
"template-base": "template/layouts/layout-conceptmap.html",
"template-format": "template/layouts/layout-instance-format.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
},
"ValueSet": {
"template-base": "template/layouts/layout-valueset.html",
"template-format": "template/layouts/layout-instance-format.html",
"template-change-history": "template/layouts/layout-changehistory.html",
"base": "{{[type]}}-{{[id]}}.html",
"format": "{{[type]}}-{{[id]}}.{{[fmt]}}.html",
"change-history": "{{[type]}}-{{[id]}}.change.history.html"
}
}
}