-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
157 lines (156 loc) · 6 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
{
"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",
"isExamples": true
},
{
"name": "format",
"description": "FMT Representation"
},
{
"name": "profile-history",
"description": "Profile Change History",
"isHistory": true
},
{
"name": "change-history",
"description": "Resource Change History",
"isHistory": true
}
],
"_formats-documentation": "Lists the formats in the order format-specific pages should be generated. (Note that suppressed formats won't appear, even if listed here.)",
"formats": [
"xml",
"json",
"ttl"
],
"_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|NamingSystem",
"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-history": "template/layouts/layout-profile-history.html",
"template-format": "template/layouts/layout-profile-format.html",
"base": "{{[type]}}-{{[id]}}.html",
"defns": "{{[type]}}-{{[id]}}-definitions.html",
"mappings": "{{[type]}}-{{[id]}}-mappings.html",
"examples": "{{[type]}}-{{[id]}}-examples.html",
"format": "{{[type]}}-{{[id]}}.profile.{{[fmt]}}.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-history": "template/layouts/layout-profile-history.html",
"template-format": "template/layouts/layout-profile-format.html",
"base": "{{[type]}}-{{[id]}}.html",
"defns": "{{[type]}}-{{[id]}}-definitions.html",
"mappings": "{{[type]}}-{{[id]}}-mappings.html",
"examples": "{{[type]}}-{{[id]}}-examples.html",
"format": "{{[type]}}-{{[id]}}.profile.{{[fmt]}}.html",
"profile-history": "{{[type]}}-{{[id]}}.profile.history.html",
"template-change-history": "",
"json-schema": true,
"_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"
}
}
}