Skip to content

Commit dee84ce

Browse files
committed
finalization build for publication
1 parent e2c6ee1 commit dee84ce

3 files changed

Lines changed: 34 additions & 15 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ temp
88
template
99
output
1010
_updatePublisher2.bat
11+
/website
1112

input/implementationguide-IHE.FormatCode.xml

Lines changed: 11 additions & 5 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="2020-10-28"/>
11+
<valueDate value="2021-03-17"/>
1212
</extension>
1313
<url value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
1414
<version value="0.2.4" />
1515
<name value="IHE_FORMATCODE" />
1616
<title value="IHE FormatCode Vocabulary" />
1717
<status value="active" />
1818
<experimental value="false" />
19-
<date value="2021-03-29" />
19+
<date value="2021-03-17" />
2020
<publisher value="Integrating the Healthcare Enterprise (IHE)" />
2121
<contact>
2222
<name value="IHE" />
@@ -33,9 +33,15 @@ ImplementationGuide for <a href="https://wiki.ihe.net/index.php/IHE_Format_Codes
3333
</telecom>
3434
</contact>
3535
<description value="Implementation Guide for IHE defined FormatCode vocabulary." />
36-
36+
<jurisdiction>
37+
<coding>
38+
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
39+
<code value="001"/>
40+
</coding>
41+
</jurisdiction>
3742
<copyright value="IHE http://www.ihe.net/Governance/#Intellectual_Property" />
3843
<packageId value="ihe.formatcode.fhir" />
44+
<license value="CC-BY-SA-4.0"/>
3945
<fhirVersion value="4.0.1" />
4046
<definition>
4147
<resource>
@@ -94,10 +100,10 @@ ImplementationGuide for <a href="https://wiki.ihe.net/index.php/IHE_Format_Codes
94100
<code value="copyrightyear"/>
95101
<value value="2019+"/>
96102
</parameter>
97-
<!-- releaselabel should be the ballot status for HL7-published IGs. -->
103+
<!-- releaselabel should be the ballot status for IGs. -->
98104
<parameter>
99105
<code value="releaselabel"/>
100-
<value value="CI Build"/>
106+
<value value="normative"/>
101107
</parameter>
102108
<!-- not needing autoload as I explicitly include exactly what I want in the IG
103109
<parameter>

package-list.json

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,31 @@
22
"package-id" : "ihe.formatcode.fhir",
33
"title" : "IHE FormatCode Vocabulary",
44
"canonical" : "http://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir",
5-
"introduction" : "Implementation Guide for IHE defined FormatCode vocabulary.",
5+
"introduction" : "## The IHE FormatCode Terminology\r\nThis Implementation Guide the IHE defined FormatCode vocabulary used in Document Sharing.",
66
"list" : [{
77
"version" : "current",
88
"desc" : "Continuous Integration Build (latest in version control)",
9-
"path" : "http://profiles.ihe.net/fhir/ihe.formatcode.fhir",
9+
"path" : "http://build.fhir.org/ig/IHE/FormatCode",
1010
"status" : "ci-build",
1111
"current" : true
12-
},{
13-
"version" : "0.1.0",
14-
"date" : "2019-12-31",
15-
"desc" : "Initial workgroup review",
16-
"path" : "http://profiles.ihe.net/fhir/ihe.formatcode.fhir/201912/index.html",
17-
"status" : "ballot",
18-
"sequence" : "Internal Review"
19-
}]
12+
},
13+
{
14+
"version" : "0.2.4",
15+
"date" : "2021-03-17",
16+
"desc" : "Second release version with new 360X codes",
17+
"path" : "http://profiles.ihe.net/fhir/ihe.formatcode.fhir/0.2.4",
18+
"status" : "release",
19+
"fhirversion": "4.0.1",
20+
"sequence" : "Publications"
21+
},
22+
{
23+
"version" : "0.2.2",
24+
"date" : "2020-08-14",
25+
"desc" : "Initial release version",
26+
"path" : "http://profiles.ihe.net/fhir/ihe.formatcode.fhir/0.2.2",
27+
"status" : "release",
28+
"fhirversion": "4.0.1",
29+
"sequence" : "Publications"
30+
}
31+
]
2032
}

0 commit comments

Comments
 (0)