Skip to content

Commit c5d5dd9

Browse files
authored
Merge pull request #17 from IHE/moehrke-patch-Rad
cleanup valueset definition and fix a Rad code display
2 parents e9e9bfa + e163022 commit c5d5dd9

4 files changed

Lines changed: 54 additions & 4 deletions

File tree

input/pagecontent/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a name="intro"> </a>
44
<h3>Introduction</h3>
55
<p>
6-
This Implementation Guide publishes the IHE vocabulary for FormatCode and the IHE managed ValueSet for FormatCode. Given that the FormatCode is contriuted to by many IHE domains, this IG is dedicated to the publication and management of the FormatCode vocabulary.
6+
This Implementation Guide publishes the IHE vocabulary for FormatCode and the IHE managed ValueSet for FormatCode. Given that the FormatCode is contributed to by many IHE domains, this IG is dedicated to the publication and management of the FormatCode vocabulary.
77
</p>
88
<a name="technical"> </a>
99
<h3>Technical Overview</h3>

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,56 @@
55
<type value="collection"/>
66
<!-- includes Provenance record for each revision of the IHE FormatCodes -->
77
<entry xmlns="http://hl7.org/fhir">
8+
<fullUrl value="urn:oid:1.3.6.1.4.1.19376.1.2.3.1.202100419.3"/>
9+
<resource>
10+
<Provenance>
11+
<id value="formatcode-provenance-202100419-3"/>
12+
<target>
13+
<reference value="http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"/>
14+
<type value="CodeSystem"/>
15+
</target>
16+
<occurredPeriod>
17+
<end value="2022-02-16"/>
18+
</occurredPeriod>
19+
<recorded value="2022-02-16T23:00:00.0000Z"/>
20+
<reason>
21+
<coding>
22+
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
23+
<code value="METAMGT"/>
24+
</coding>
25+
<text value="Change the Display for code urn:ihe:rad:CDA:ImagingReportStructuredHeadings:2013. It is currently “RAD XDS-I”, which is too generic. If you followed the pattern used in DENT (DENT TEXT, DENT PDF, DENT CDA), then you would change the code to “RAD CDA” (because RAD TEXT and RAD PDF exist)."/>
26+
</reason>
27+
<activity>
28+
<coding>
29+
<system value="http://terminology.hl7.org/CodeSystem/v3-DataOperation"/>
30+
<code value="UPDATE"/>
31+
</coding>
32+
</activity>
33+
<agent>
34+
<type>
35+
<coding>
36+
<system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
37+
<code value="author"/>
38+
</coding>
39+
</type>
40+
<who>
41+
<display value="John Moehrke"/>
42+
</who>
43+
</agent>
44+
<agent>
45+
<type>
46+
<coding>
47+
<system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/>
48+
<code value="custodian"/>
49+
</coding>
50+
</type>
51+
<who>
52+
<display value="IHE RAD Domain"/>
53+
</who>
54+
</agent>
55+
</Provenance>
56+
</resource>
57+
</entry> <entry xmlns="http://hl7.org/fhir">
858
<fullUrl value="urn:oid:1.3.6.1.4.1.19376.1.2.3.1.202100419.2"/>
959
<resource>
1060
<Provenance>

input/resources/codesystem-formatcode.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The actual list of codes is intended to be extensible.
2626
<title value="IHE Format Code set for use with Document Sharing"/>
2727
<status value="active"/>
2828
<experimental value="false"/>
29-
<date value="2021-03-09" />
29+
<date value="2022-02-16" />
3030
<publisher value="IHE"/>
3131
<contact>
3232
<name value="IHE"/>
@@ -428,7 +428,7 @@ The actual list of codes is intended to be extensible.
428428
</concept>
429429
<concept>
430430
<code value="urn:ihe:rad:CDA:ImagingReportStructuredHeadings:2013"/>
431-
<display value="RAD XDS-I"/>
431+
<display value="RAD CDA"/>
432432
<definition value="Radiology XDS-I Structured CDA"/>
433433
</concept>
434434
</concept>

input/resources/valueset-formatcode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</telecom>
2929
</contact>
3030

31-
<description value="The IHE FormatCode Value set is defined to be the set of FormatCode(s) defined by IHE http://wiki.ihe.net/index.php?title=IHE_Format_Codes. The use of the FormatCode specifies the technical format of the document. The FormatCode is a further specialization more detailed than the mime-type. The FormatCode provides sufficient information to allow any potential document content consumer to know if it can process and/or display by identifying a document encoding, structure and template. The set of codes is intended to be extensible. "/>
31+
<description value="The IHE FormatCode Value set is defined to be the set of FormatCode(s) defined by IHE, DICOM and HL7. These codes are intended to be preferred."/>
3232
<immutable value="false"/>
3333
<copyright value="IHE http://www.ihe.net/Governance/#Intellectual_Property" />
3434

0 commit comments

Comments
 (0)