-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathimplementationguide-IHE.FormatCode.xml
More file actions
130 lines (125 loc) · 3.97 KB
/
implementationguide-IHE.FormatCode.xml
File metadata and controls
130 lines (125 loc) · 3.97 KB
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
<?xml version="1.0" encoding="utf-8"?>
<ImplementationGuide xmlns="http://hl7.org/fhir">
<id value="ihe.formatcode.fhir" />
<text>
<status value="additional" />
<div xmlns="http://www.w3.org/1999/xhtml">
ImplementationGuide for IHE Format Code vocabulary.
</div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/resource-approvalDate">
<valueDate value="2026-02-25"/>
</extension>
<url value="https://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
<version value="1.5.1-current" />
<name value="IHE_FORMATCODE" />
<title value="IHE FormatCode Vocabulary" />
<status value="active" />
<experimental value="false" />
<!-- <date value="2026-02-25" /> -->
<publisher value="Integrating the Healthcare Enterprise (IHE)" />
<contact>
<name value="IHE" />
<telecom>
<system value="url" />
<value value="http://ihe.net" />
</telecom>
</contact>
<contact>
<name value="IHE Secretary" />
<telecom>
<system value="email" />
<value value="secretary@ihe.net" />
</telecom>
</contact>
<description value="Implementation Guide for IHE defined FormatCode vocabulary." />
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<!-- <copyright value="IHE http://www.ihe.net/Governance/#Intellectual_Property" /> -->
<packageId value="ihe.formatcode.fhir" />
<license value="CC-BY-4.0"/>
<fhirVersion value="4.0.1" />
<definition>
<resource>
<reference>
<reference value="CodeSystem/formatcode"/>
</reference>
<name value="FormatCode CodeSystem"/>
<description value="All the FormatCode code values assigned by IHE"/>
<exampleBoolean value="false"/>
</resource>
<resource>
<reference>
<reference value="ValueSet/formatcode"/>
</reference>
<name value="FormatCode ValueSet"/>
<description value="A ValueSet of all the FormatCode code values assigned by IHE"/>
<exampleBoolean value="false"/>
</resource>
<resource>
<reference>
<reference value="Bundle/history-IHE-formatcode.codesystem"/>
</reference>
<name value="History of changes to formatCode codeSystem"/>
<description value="All of the changes to the codeSystem are represented as Provenance resources."/>
<exampleBoolean value="false"/>
</resource>
<resource>
<reference>
<reference value="Bundle/history-IHE-formatcode.valueset"/>
</reference>
<name value="History of changes to formatCode ValueSet"/>
<description value="All of the changes to the ValueSet are represented as Provenance resources."/>
<exampleBoolean value="false"/>
</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="FormatCode Home Page"/>
<generation value="markdown"/>
</page>
<page>
<nameUrl value="background.html"/>
<title value="Background"/>
<generation value="markdown"/>
</page>
</page>
<!-- copyright year is a mandatory parameter -->
<parameter>
<code value="copyrightyear"/>
<value value="2019+"/>
</parameter>
<!-- releaselabel should be the ballot status for IGs. -->
<parameter>
<code value="releaselabel"/>
<!-- <value value="normative"/> -->
<value value="ci-build"/>
</parameter>
<!-- not needing autoload as I explicitly include exactly what I want in the IG
<parameter>
<code value="autoload-resources" />
<value value="true" />
</parameter>
-->
<parameter>
<code value="shownav" />
<value value="true" />
</parameter>
<parameter>
<code value="special-url" />
<value value="http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode" />
</parameter>
<parameter>
<code value="special-url" />
<value value="http://ihe.net/fhir/ihe.formatcode.fhir/ValueSet/formatcode" />
</parameter>
</definition>
</ImplementationGuide>