-
Notifications
You must be signed in to change notification settings - Fork 5
/
contentig.xml
132 lines (132 loc) · 5.24 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
<?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="example.fhir.uv.contentig"/>
<!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet">
<valueString value="resources-spreadsheet.xml"/>
</extension>-->
<url value="http://somewhere.org/fhir/uv/contentig/ImplementationGuide/example.fhir.uv.contentig"/>
<!-- This version will propagate to all artifacts unless the "propagate-version" extension is overridden -->
<version value="0.1.0"/>
<name value="YourComputableContentIGNameHere"/>
<title value="Your User Friendly Name for ContentIG Here"/>
<status value="draft"/>
<experimental value="false"/>
<publisher value="HL7 International - [Some] Work Group"/>
<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="A brief description of what ContentIG is about (probably the same text as in your readme)"/>
<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="example.fhir.uv.contentig"/>
<!-- This should be changed to 'not-open-source' or another license if appropriate for non-HL7-published content -->
<license value="CC0-1.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>
<packageId value="example.fhir.uv.myig"/>
<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="ContentIG Home Page"/>
<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="2019+"/>
</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>
<!-- 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>
<!-- 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="excludettl"/>
<value value="true"/>
</parameter>
<parameter>
<code value="excludemap"/>
<value value="true"/>
</parameter>-->
</definition>
</ImplementationGuide>