Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit cc83efe

Browse files
committed
updated demo resources, some documentation
1 parent f97d0da commit cc83efe

3 files changed

Lines changed: 32 additions & 10 deletions

File tree

codex-process-data-transfer/src/test/resources/fhir/Task/TaskStartDataSend.xml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<meta>
33
<profile value="http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-send"></profile>
44
</meta>
5-
<instantiatesUri value="http://highmed.org/bpe/Process/dataSend/0.2.0"></instantiatesUri>
5+
<instantiatesUri value="http://highmed.org/bpe/Process/dataSend/0.2.1"></instantiatesUri>
66
<status value="requested"></status>
77
<intent value="order"></intent>
8-
<authoredOn value="2021-03-25T16:09:00+01:00"></authoredOn>
8+
<authoredOn value="2021-03-29T20:08:00+01:00"></authoredOn>
99
<requester>
1010
<type value="Organization"></type>
1111
<identifier>
@@ -31,6 +31,9 @@
3131
</type>
3232
<valueString value="startDataSend"></valueString>
3333
</input>
34+
<!-- parameter defined the patient, for whom data should be transfered,
35+
specified using the dic-pseudonym NamingSystem in the form source/original
36+
(source = fttp domain, original = DIC pseudonym) -->
3437
<input>
3538
<type>
3639
<coding>
@@ -43,13 +46,28 @@
4346
<value value="source/original"></value>
4447
</valueIdentifier>
4548
</input>
49+
<!-- parameter specifying GECCO resources should be send stopping at the
50+
defined date, resources that have been modified after the specified date
51+
will not be transmitted, typically this will be the current date time -->
4652
<input>
4753
<type>
4854
<coding>
4955
<system value="http://netzwerk-universitaetsmedizin.de/fhir/CodeSystem/data-transfer"></system>
5056
<code value="export-to"></code>
5157
</coding>
5258
</type>
53-
<valueInstant value="2021-03-23T19:13:20.900+01:00"></valueInstant>
59+
<valueInstant value="2021-03-29T20:08:00+01:00"></valueInstant>
5460
</input>
61+
<!-- optional parameter specifying GECCO resources should be send starting
62+
at the defined date, resources older than the specified date will not be
63+
transported -->
64+
<!-- <input>
65+
<type>
66+
<coding>
67+
<system value="http://netzwerk-universitaetsmedizin.de/fhir/CodeSystem/data-transfer"></system>
68+
<code value="export-from"></code>
69+
</coding>
70+
</type>
71+
<valueDateTime value="2021-03-29"></valueDateTime>
72+
</input> -->
5573
</Task>

codex-process-data-transfer/src/test/resources/fhir/Task/TaskStartDataTrigger.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<meta>
33
<profile value="http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-trigger"></profile>
44
</meta>
5-
<instantiatesUri value="http://highmed.org/bpe/Process/dataTrigger/0.2.0"></instantiatesUri>
5+
<instantiatesUri value="http://highmed.org/bpe/Process/dataTrigger/0.2.1"></instantiatesUri>
66
<status value="requested"></status>
77
<intent value="order"></intent>
8-
<authoredOn value="2021-03-25T22:01:54+01:00"></authoredOn>
8+
<authoredOn value="2021-03-29T20:08:00+01:00"></authoredOn>
99
<requester>
1010
<type value="Organization"></type>
1111
<identifier>
@@ -38,15 +38,18 @@
3838
<code value="business-key"></code>
3939
</coding>
4040
</type>
41+
<!-- random business-key UUID, value also used in stop data trigger task -->
4142
<valueString value="7f7fd1e7-f10f-4aeb-9ac5-c8be86fab21a"></valueString>
4243
</input>
43-
<input>
44+
<!-- optional date specifying what data is defined as 'new', if not defined
45+
every GECCO resource is new and triggers the send process -->
46+
<!-- <input>
4447
<type>
4548
<coding>
4649
<system value="http://netzwerk-universitaetsmedizin.de/fhir/CodeSystem/data-transfer"></system>
4750
<code value="export-from"></code>
4851
</coding>
4952
</type>
50-
<valueDateTime value="2021-03-25T22:01:54+01:00"></valueDateTime>
51-
</input>
53+
<valueDateTime value="2021-01-01T00:00:00+01:00"></valueDateTime>
54+
</input> -->
5255
</Task>

codex-process-data-transfer/src/test/resources/fhir/Task/TaskStopDataTrigger.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<meta>
33
<profile value="http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-stop-data-trigger"></profile>
44
</meta>
5-
<instantiatesUri value="http://highmed.org/bpe/Process/dataTrigger/0.2.0"></instantiatesUri>
5+
<instantiatesUri value="http://highmed.org/bpe/Process/dataTrigger/0.2.1"></instantiatesUri>
66
<status value="requested"></status>
77
<intent value="order"></intent>
8-
<authoredOn value="2021-03-25T22:02:51+01:00"></authoredOn>
8+
<authoredOn value="2021-03-29T20:08:00+01:00"></authoredOn>
99
<requester>
1010
<type value="Organization"></type>
1111
<identifier>
@@ -38,6 +38,7 @@
3838
<code value="business-key"></code>
3939
</coding>
4040
</type>
41+
<!-- same business-key UUID used to start the data trigger process -->
4142
<valueString value="7f7fd1e7-f10f-4aeb-9ac5-c8be86fab21a"></valueString>
4243
</input>
4344
</Task>

0 commit comments

Comments
 (0)