-
Notifications
You must be signed in to change notification settings - Fork 3
/
publish.ini
189 lines (178 loc) · 5.05 KB
/
publish.ini
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
[support]
[FHIR]
; changing versions?
; 1: update, make sure you have the latest copy
; 2. do a successful build
; 3. make the version change, and update the archive list below
; 4. complete a build
; 5. add the old version archive back into svn and exempt the current one
version=0.0.82
disqus=fhirdstu
[Archives]
; what to list here: the last two versions, and past releases that have ballot significance
0.11=Connectathon 2013 May Cambridge + DSTU ballot
0.08=Connectathon 2013 May Atlanta
0.06=Second Draft for Comment
;0.05=Version for first Draft for Comment ballot
0.01=First Archived Version (During Vancouver WGM), May 14, 2012
[images]
change.png
dt-map.png
fhir-summary.pdf
flame128.png
flame16.png
flame24.png
flame256.png
flame32.png
flame48.png
header-tabs.png
help.png
hl7logo.png
icon-fhir-16.png
lock.png
logo.png
modifier-extension-warning.png
res-map.png
rss.png
security-icon-app.png
security-icon-fhir.png
security-icon-sec.png
security-icon-user.png
security-layout.png
shot.png
slicing.png
strip.png
target.png
warning.png
watermark.png
cc0.png
[files]
implementations/fhir-runtime.css=fhir-runtime.css
implementations/translations.xml=translations.xml
source/patient/json-edge-cases.json=json-edge-cases.json
[html]
source=tools/html
[schema]
binary.xsd
opensearch.xsd
opensearchscore.xsd
tombstone.xsd
fhir-xhtml.xsd
xml.xsd
xmldsig-core-schema.xsd
[pages]
; the value after the equals is the logical indexing space of the page.
; the root page that owns the space (contains the h1) comes first, and
; then list the others in logical order. the others should start with
; an h2. They can contain additional h2s though this would be... unusual.
; last entries toc and page are special - table of contents doesn't list
; itself, and page is a construct used in the book form
administration.html=
ballot-intro.html=
base-definitions.html=
change.html=
clinical.html=
comparison-cda.html
comparison-other.html
comparison-v2.html
comparison-v3.html
comparison.html
conformance-rules.html
credits.html=
datatypes-definitions.html=
datatypes-examples.html=
datatypes-mappings.html=
datatypes.html=
documentation.html=
documents.html
downloads.html=
dstu.html=
ehr-fm.html=
;extensibility-definitions.html=extensibility
extensibility-examples.html=
extensibility.html=
extras.html=
formats.html=
;formats-definitions.html=formats
;formats-examples.html=formats
history.html=
http.html=http
implementation.html=
index.html=
infrastructure.html=
integrated-examples.html=
json.html=
license.html=
managing.html
messaging.html
narrative-example.html
narrative.html=
overview.html=
;page.html=
profilelist.html
pushpull.html
references.html=
resourcelist.html=
;resourcelist-definitions.html=resourcelist
;resourcelist-examples.html=resourcelist
resources.html=
;resources-definitions.html=resources
search.html
security-labels.html
security.html=
services.html
summary.html=
support.html=
;terminologies-codes.html=
terminologies-conceptmaps.html=
terminologies-systems.html=
terminologies-valuesets.html=
terminologies.html=
toc.html=
todo.html=
use.html=
usecases.html=
xml.html=
[redirects]
;resource-types=resources.html
rest-operations=http.html#interactions
;special-values=terminologes.html#specialvalues
; DSTU extension URLS:
;http://hl7.org/fhir/Profile/general-extensions
;http://hl7.org/fhir/Profile/us-core
;http://hl7.org/fhir/Profile/iso-21090
;http://hl7.org/fhir/questionnaire-extensions
;http://hl7.org/fhir/tools/extensions
Profile/general-extensions=general-extensions.html
Profile/us-core=us-core.html
Profile/iso-21090=iso-21090.html
questionnaire-extensions=questionnaire-extensions.html
tools/extensions=tools-extensions.html
; DSTU 2 extension URLS:
;http://hl7.org/fhir/Profile/general-extensions
;http://hl7.org/fhir/Profile/us-core
;http://hl7.org/fhir/Profile/iso-21090
;http://hl7.org/fhir/Profile/rendering-extensions
;http://hl7.org/fhir/Profile/tools-extensions
;http://hl7.org/fhir/Profile/valueset-extensions
;http://hl7.org/fhir/Profile/element-extensions
;http://hl7.org/fhir/Profile/questionnaire-extensions
;http://hl7.org/fhir/Profile/questionnaire-sdc
;http://hl7.org/fhir/Profile/questionnaireanswers-sdc
Profile/rendering-extensions=http://hl7-fhir.github.io/rendering-extensions.html
Profile/tools-extensions=http://hl7-fhir.github.io/tools-extensions.html
Profile/valueset-extensions=http://hl7-fhir.github.io/valueset-extensions.html
Profile/element-extensions=http://hl7-fhir.github.io/element-extensions.html
Profile/questionnaire-extensions=http://hl7-fhir.github.io/questionnaire-extensions.html
Profile/questionnaire-sdc=http://hl7-fhir.github.io/questionnaire-sdc.html
Profile/questionnaireanswers-sdc=http://hl7-fhir.github.io/questionnaireanswers-sdc.html
;not needed now, but left as a template for how to do this
;[resource-pages]
;document=documentinformation.html
;
;[page-titles]
;documentinformation.html=Document Information
[sid]
icd-10=sid/icd-10.html
icd-9=sid/icd-9.html
us-ssn=sid/us-ssn.html