Skip to content

Commit 15dc557

Browse files
authored
Merge pull request #28 from ahdis/oe_sips
add sIPS formatcode #27
2 parents 3605412 + 451b216 commit 15dc557

2 files changed

Lines changed: 61 additions & 0 deletions

File tree

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,57 @@
44
<id value="history-IHE-formatcode.valueset"/>
55
<type value="collection"/>
66
<!-- includes Provenance record for each revision of the IHE FormatCode ValueSet-->
7+
<entry xmlns="http://hl7.org/fhir">
8+
<fullUrl value="urn:oid:1.3.6.1.4.1.19376.1.2.3.1.20240514.1"/>
9+
<resource>
10+
<Provenance>
11+
<id value="formatcode-provenance-20240514"/>
12+
<target>
13+
<reference value="http://ihe.net/fhir/ihe.formatcode.fhir/ValueSet/formatcode"/>
14+
<type value="ValueSet"/>
15+
</target>
16+
<occurredPeriod>
17+
<end value="2024-05-15"/>
18+
</occurredPeriod>
19+
<recorded value="2024-05-14T13: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="Add sIPS formatcode for IPS (International Patient Summary)"/>
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="Oliver Egger"/>
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 ITI Domain"/>
53+
</who>
54+
</agent>
55+
</Provenance>
56+
</resource>
57+
</entry>
758
<entry xmlns="http://hl7.org/fhir">
859
<fullUrl value="urn:oid:1.3.6.1.4.1.19376.1.2.3.1.20240205.1"/>
960
<resource>

input/resources/valueset-formatcode.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
<display value="Key Object Selection Document" />
6161
</concept>
6262
</include>
63+
64+
<!-- This one concept is used as the FormatCode for sIPS. It is the document definition for sIPS. -->
65+
<include>
66+
<system value="urn:ietf:rfc:3986" />
67+
<concept>
68+
<code value="http://hl7.org/fhir/uv/ips/StructureDefinition/Bundle-uv-ips" />
69+
<display value="IPS (International Patient Summary)" />
70+
</concept>
71+
</include>
72+
6373
</compose>
6474

6575

0 commit comments

Comments
 (0)