Skip to content

Commit 3605412

Browse files
committed
prep for release
1 parent 7df2e21 commit 3605412

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

input/ignoreWarnings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# The valueset import the XDS-I FormatCode from dicom the SOP id for KOS. But I get a warning from the IG build tool because DICOM does not have this code in their DCM, eventhough XDS-I indicates this is in that code system.
44
WARNING: ValueSet/formatcode: ValueSet.compose.include[2].concept[0]: The code '1.2.840.10008.5.1.4.1.1.88.59' is not valid in the system http://dicom.nema.org/resources/ontology/DCM (Unknown code '1.2.840.10008.5.1.4.1.1.88.59' in the CodeSystem 'http://dicom.nema.org/resources/ontology/DCM' version '01')
55
INFORMATION: ValueSet/formatcode: ValueSet.compose.include[2].concept[0]: Unknown code '1.2.840.10008.5.1.4.1.1.88.59' in the CodeSystem 'http://dicom.nema.org/resources/ontology/DCM' version '01'
6-
WARNING: ValueSet/formatcode: ValueSet.compose.include[2]: There are multiple different potential matches for the url 'http://dicom.nema.org/resources/ontology/DCM'. It might be a good idea to fix to the correct version to reduce the likelihood of a wrong version being selected by an implementation/implementer. Using version '01', found versions: 01, 3.0.1
6+

input/implementationguide-IHE.FormatCode.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ImplementationGuide for IHE Format Code vocabulary.
88
</div>
99
</text>
1010
<extension url="http://hl7.org/fhir/StructureDefinition/resource-approvalDate">
11-
<valueDate value="2024-03-27"/>
11+
<valueDate value="2024-05-23"/>
1212
</extension>
1313
<url value="https://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
14-
<version value="1.2.2-current" />
14+
<version value="1.3.0" />
1515
<name value="IHE_FORMATCODE" />
1616
<title value="IHE FormatCode Vocabulary" />
1717
<status value="active" />
1818
<experimental value="false" />
19-
<!-- <date value="2024-03-27" /> -->
19+
<date value="2024-05-23" />
2020
<publisher value="Integrating the Healthcare Enterprise (IHE)" />
2121
<contact>
2222
<name value="IHE" />
@@ -103,8 +103,8 @@ ImplementationGuide for IHE Format Code vocabulary.
103103
<!-- releaselabel should be the ballot status for IGs. -->
104104
<parameter>
105105
<code value="releaselabel"/>
106-
<!-- <value value="normative"/> -->
107-
<value value="ci-build"/>
106+
<value value="normative"/>
107+
<!-- <value value="ci-build"/> -->
108108
</parameter>
109109
<!-- not needing autoload as I explicitly include exactly what I want in the IG
110110
<parameter>

publication-request.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"package-id" : "ihe.formatcode.fhir",
3-
"version" : "1.2.0",
4-
"path" : "https://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.2.0",
3+
"version" : "1.3.0",
4+
"path" : "https://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.3.0",
55
"mode" : "milestone",
66
"status" : "normative",
77
"sequence": "Publication",
8-
"desc" : "Minor release in recognition of change in past patch release to add status active to active codes."
8+
"desc" : "Add missing Eye Care codes."
99
}
1010

1111

0 commit comments

Comments
 (0)