Skip to content

Commit 67cdd25

Browse files
committed
Release 1.2.0
1 parent ce67162 commit 67cdd25

File tree

5 files changed

+63
-8
lines changed

5 files changed

+63
-8
lines changed

input/ignoreWarnings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +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
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

input/implementationguide-IHE.FormatCode.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ImplementationGuide for IHE Format Code vocabulary.
1111
<valueDate value="2024-02-09"/>
1212
</extension>
1313
<url value="https://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
14-
<version value="1.1.2-current" />
14+
<version value="1.2.0" />
1515
<name value="IHE_FORMATCODE" />
1616
<title value="IHE FormatCode Vocabulary" />
1717
<status value="active" />
1818
<experimental value="false" />
19-
<!-- <date value="2024-02-16" /> -->
19+
<date value="2024-03-12" />
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>

input/resources/Bundle-history-IHE-formatcode.valueset.xml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,57 @@
5555
</Provenance>
5656
</resource>
5757
</entry>
58+
<entry xmlns="http://hl7.org/fhir">
59+
<fullUrl value="urn:oid:1.3.6.1.4.1.19376.1.2.3.1.20240312.1"/>
60+
<resource>
61+
<Provenance>
62+
<id value="formatcode-provenance-20240312"/>
63+
<target>
64+
<reference value="http://ihe.net/fhir/ihe.formatcode.fhir/ValueSet/formatcode"/>
65+
<type value="ValueSet"/>
66+
</target>
67+
<occurredPeriod>
68+
<end value="2024-03-12"/>
69+
</occurredPeriod>
70+
<recorded value="2024-03-12T13:00:00.0000Z"/>
71+
<reason>
72+
<coding>
73+
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
74+
<code value="METAMGT"/>
75+
</coding>
76+
<text value="Change the include to only pull in active, using .compose.inactive rather than property filter."/>
77+
</reason>
78+
<activity>
79+
<coding>
80+
<system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
81+
<code value="UPDATE"/>
82+
</coding>
83+
</activity>
84+
<agent>
85+
<type>
86+
<coding>
87+
<system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
88+
<code value="author"/>
89+
</coding>
90+
</type>
91+
<who>
92+
<display value="John Moehrke"/>
93+
</who>
94+
</agent>
95+
<agent>
96+
<type>
97+
<coding>
98+
<system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
99+
<code value="custodian"/>
100+
</coding>
101+
</type>
102+
<who>
103+
<display value="IHE ITI Domain"/>
104+
</who>
105+
</agent>
106+
</Provenance>
107+
</resource>
108+
</entry>
58109
<entry xmlns="http://hl7.org/fhir">
59110
<fullUrl value="urn:oid:1.3.6.1.4.1.19376.1.2.3.2.20220815"/>
60111
<resource>

input/resources/valueset-formatcode.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,16 @@
3333
<copyright value="IHE http://www.ihe.net/Governance/#Intellectual_Property" />
3434

3535
<compose>
36+
<inactive value="false"/>
3637
<include>
3738
<system value="http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"/>
39+
<!--
3840
<filter>
3941
<property value="status" />
4042
<op value="=" />
4143
<value value="active" />
4244
</filter>
45+
-->
4346
</include>
4447

4548
<!-- These codes are now defined by HL7, so import them from there http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes -->

publication-request.json

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

1111

0 commit comments

Comments
 (0)