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

Commit 9191a90

Browse files
committed
Task for testing the dataSend process
1 parent b545220 commit 9191a90

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<Task xmlns="http://hl7.org/fhir">
2+
<meta>
3+
<profile value="http://netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/task-start-data-send"></profile>
4+
</meta>
5+
<instantiatesUri value="http://highmed.org/bpe/Process/dataSend/0.1.0"></instantiatesUri>
6+
<status value="requested"></status>
7+
<intent value="order"></intent>
8+
<authoredOn value="2021-03-23T19:13:20+01:00"></authoredOn>
9+
<requester>
10+
<type value="Organization"></type>
11+
<identifier>
12+
<system value="http://highmed.org/fhir/NamingSystem/organization-identifier"></system>
13+
<value value="Test_DIC"></value>
14+
</identifier>
15+
</requester>
16+
<restriction>
17+
<recipient>
18+
<type value="Organization"></type>
19+
<identifier>
20+
<system value="http://highmed.org/fhir/NamingSystem/organization-identifier"></system>
21+
<value value="Test_DIC"></value>
22+
</identifier>
23+
</recipient>
24+
</restriction>
25+
<input>
26+
<type>
27+
<coding>
28+
<system value="http://highmed.org/fhir/CodeSystem/bpmn-message"></system>
29+
<code value="message-name"></code>
30+
</coding>
31+
</type>
32+
<valueString value="startDataSend"></valueString>
33+
</input>
34+
<input>
35+
<type>
36+
<coding>
37+
<system value="http://netzwerk-universitaetsmedizin.de/fhir/CodeSystem/data-transfer"></system>
38+
<code value="pseudonym"></code>
39+
</coding>
40+
</type>
41+
<valueIdentifier>
42+
<system value="http://netzwerk-universitaetsmedizin.de/fhir/NamingSystem/dic-pseudonym"></system>
43+
<value value="source/original"></value>
44+
</valueIdentifier>
45+
</input>
46+
<input>
47+
<type>
48+
<coding>
49+
<system value="http://netzwerk-universitaetsmedizin.de/fhir/CodeSystem/data-transfer"></system>
50+
<code value="export-to"></code>
51+
</coding>
52+
</type>
53+
<valueInstant value="2021-03-23T19:13:20.900+01:00"></valueInstant>
54+
</input>
55+
</Task>

0 commit comments

Comments
 (0)