Skip to content

Commit 3507c02

Browse files
committed
publishing 1.1.0
1 parent c5d5dd9 commit 3507c02

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

ig.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[IG]
22
ig = input/implementationguide-IHE.FormatCode.xml
3-
template = ihe.fhir.template
3+
template = ihe.fhir.template#current
44
#template = fhir.base.template
55
#template = hl7.fhir.template

input/implementationguide-IHE.FormatCode.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ImplementationGuide for <a href="https://wiki.ihe.net/index.php/IHE_Format_Codes
88
</div>
99
</text>
1010
<extension url="http://hl7.org/fhir/StructureDefinition/resource-approvalDate">
11-
<valueDate value="2021-06-03"/>
11+
<valueDate value="2022-03-01"/>
1212
</extension>
1313
<url value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
14-
<version value="1.0.1" />
14+
<version value="1.1.0" />
1515
<name value="IHE_FORMATCODE" />
1616
<title value="IHE FormatCode Vocabulary" />
1717
<status value="active" />
1818
<experimental value="false" />
19-
<date value="2021-06-18" />
19+
<date value="2022-03-01" />
2020
<publisher value="Integrating the Healthcare Enterprise (IHE)" />
2121
<contact>
2222
<name value="IHE" />
@@ -103,7 +103,7 @@ ImplementationGuide for <a href="https://wiki.ihe.net/index.php/IHE_Format_Codes
103103
<!-- releaselabel should be the ballot status for IGs. -->
104104
<parameter>
105105
<code value="releaselabel"/>
106-
<value value="ci-build"/>
106+
<value value="normative"/>
107107
</parameter>
108108
<!-- not needing autoload as I explicitly include exactly what I want in the IG
109109
<parameter>

package-list.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,23 @@
1212
"current":true
1313
},
1414

15+
{
16+
"version":"1.1.0",
17+
"date":"2022-03-01",
18+
"desc":"Release version with minor fixes and google analytics",
19+
"path":"http://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.1.0",
20+
"status":"release",
21+
"current":true,
22+
"fhirversion":"4.0.1",
23+
"sequence":"Publications"
24+
},
1525
{
1626
"version":"1.0.0",
1727
"date":"2021-06-03",
1828
"desc":"Release version with missing Pharmacy codes",
1929
"path":"http://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.0.0",
2030
"status":"release",
21-
"current":true,
31+
"current":false,
2232
"fhirversion":"4.0.1",
2333
"sequence":"Publications"
2434
},

publish.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ style=fhir.layout
33
server=apache
44
url=http://profiles.ihe.net/fhir/ihe.formatcode.fhir
55
org=IHE
6-
no-registry=1
6+
77

88
[feeds]
99
package=package-feed.xml

0 commit comments

Comments
 (0)