-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontentig.xml
160 lines (160 loc) · 6.16 KB
/
contentig.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Start by finding all references to "contentig" and updating to appropriate text for your IG, including changing realm -->
<ImplementationGuide xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../input-cache/schemas/R5/fhir-single.xsd">
<id value="fhir.acep.covid19-ed-r4"/>
<!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet">
<valueString value="resources-spreadsheet.xml"/>
</extension>-->
<url value="http://fhir.org/guides/acep/ImplementationGuide/fhir.acep.covid19-ed-r4"/>
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
<version value="0.1.0"/>
<name value="COVID19EDSeverityClassification"/>
<title value="Emergency Department COVID-19 Severity Classification"/>
<status value="draft"/>
<experimental value="false"/>
<publisher value="Veterans Health Administration (VHA)"/>
<contact>
<telecom>
<!-- Or whatever URL and/or email address(es) are appropriate -->
<system value="url"/>
<value value="http://hl7.org/Special/committees/[something]"/>
</telecom>
</contact>
<description value="Implementation guide for an Emergency Department COVID-19 Severity Classification and Disposition guideline defined by the American College of Emergency Physicians (ACEP)"/>
<jurisdiction>
<!-- This will drive SNOMED release used -->
<coding>
<!-- This is the code for universal -->
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<!-- Change to this if the IG is country-specific
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
-->
</coding>
</jurisdiction>
<packageId value="fhir.acep.covid19-ed-r4"/>
<!-- This should be changed to 'not-open-source' or another license if appropriate for non-HL7-published content -->
<license value="Apache-2.0"/>
<!-- This is whatever FHIR version(s) the IG artifacts are targeting (not the version of this file, which should always be 'current release') -->
<fhirVersion value="4.0.1"/>
<!-- Use dependsOn to include references to other implementation guides -->
<dependsOn id="cpg">
<uri value="http://hl7.org/fhir/uv/cpg/ImplementationGuide/hl7.fhir.uv.cpg"/>
<packageId value="hl7.fhir.uv.cpg"/>
<version value="dev"/>
</dependsOn>
<definition>
<!-- You don't need to define any groupings. The IGPublisher will define them for you. You only need to do so if your IG is 'special' and it's
inappropriate to use the defaults. Feel free to provide feedback about the defaults... -->
<!--
<resource>
<reference>
<reference value="Library/dependency-example"/>
</reference>
<name value="Dependency library example"/>
<description value="A simple example showing use of a dependency library from an implementation guide dependency"/>
</resource>
-->
<page>
<!-- The root will always be toc.html - the template will force it if you don't do it -->
<nameUrl value="toc.html"/>
<title value="Table of Contents"/>
<generation value="html"/>
<page>
<nameUrl value="index.html"/>
<title value="COVID-19 ED Severity Classification"/>
<generation value="html"/>
</page>
<page>
<nameUrl value="background.html"/>
<title value="Background"/>
<generation value="html"/>
</page>
<page>
<nameUrl value="spec.html"/>
<title value="Detailed Specification"/>
<generation value="markdown"/>
</page>
<page>
<nameUrl value="downloads.html"/>
<title value="Useful Downloads"/>
<generation value="html"/>
</page>
<page>
<nameUrl value="changes.html"/>
<title value="IG Change History"/>
<generation value="html"/>
</page>
</page>
<!-- copyright year is a mandatory parameter -->
<parameter>
<code value="copyrightyear"/>
<value value="2020+"/>
</parameter>
<!-- releaselabel should be the ballot status for HL7-published IGs. -->
<parameter>
<code value="releaselabel"/>
<value value="CI Build"/>
</parameter>
<!--
<parameter>
<code value="find-other-resources"/>
<value value="true"/>
</parameter>
-->
<parameter>
<code value="path-resource" />
<value value="input/resources/library"/>
</parameter>
<parameter>
<code value="path-resource" />
<value value="input/resources/plandefinition"/>
</parameter>
<parameter>
<code value="path-resource" />
<value value="input/resources/activitydefinition"/>
</parameter>
<parameter>
<code value="path-resource" />
<value value="input/vocabulary/codesystem"/>
</parameter>
<parameter>
<code value="path-resource" />
<value value="input/vocabulary/ValueSet"/>
</parameter>
<!-- This parameter indicates to the publisher that it should translate and package CQL libraries. See the example library resources for more -->
<parameter>
<code value="path-binary"/>
<value value="input/cql"/>
</parameter>
<!-- Use this parameter if you want to customize the library narrative template. Leave it commented out to let the publisher generate library narrative
<parameter>
<code value="path-liquid"/>
<value value="templates\liquid"/>
</parameter>
-->
<parameter>
<code value="excludettl"/>
<value value="true"/>
</parameter>
<parameter>
<code value="excludemap"/>
<value value="true"/>
</parameter>
<!-- Uncomment one or more of these if you want to limit which syntaxes are supported or want to disable the display of mappings
<parameter>
<code value="excludexml"/>
<value value="true"/>
</parameter>
<parameter>
<code value="excludejson"/>
<value value="true"/>
</parameter>
-->
<parameter>
<code value="path-suppressed-warnings"/>
<value value="input/ignoreWarnings.txt"/>
</parameter>
</definition>
</ImplementationGuide>