This repository was archived by the owner on Nov 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBundle-AcknowledgementExample.xml
More file actions
96 lines (95 loc) · 4.49 KB
/
Bundle-AcknowledgementExample.xml
File metadata and controls
96 lines (95 loc) · 4.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<Bundle xmlns="http://hl7.org/fhir">
<id value="AcknowledgementExample"/>
<meta>
<profile value="http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-acknowledgement"/>
</meta>
<type value="message"/>
<timestamp value="2020-10-01T12:34:56Z"/>
<entry>
<fullUrl value="MessageHeader/AcknowledgementHeaderExample"/>
<resource>
<MessageHeader>
<id value="AcknowledgementHeaderExample"/>
<meta>
<profile value="http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-acknowledgementHeader"/>
</meta>
<text>
<status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>event</b>: <span title="{http://medcomfhir.dk/fhir/core/1.0/CodeSystem/medcom-messaging-eventCodes empty-message}">Message with no content</span></p><h3>Destinations</h3><table class="grid"><tr><td>-</td><td><b>Extension</b></td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td>*</td><td></td><td><a href="http://medcom.dk/unknown">http://medcom.dk/unknown</a></td><td><a href="#Organization_MessageReceiver">See above (Organization/MessageReceiver)</a></td></tr></table><p><b>sender</b>: <a href="#Organization_MessageSender">See above (Organization/MessageSender)</a></p><h3>Sources</h3><table class="grid"><tr><td>-</td><td><b>Endpoint</b></td></tr><tr><td>*</td><td><a href="http://medcom.dk/unknown">http://medcom.dk/unknown</a></td></tr></table><h3>Responses</h3><table class="grid"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>EmptyMessage</td><td>ok</td></tr></table></div>
</text>
<eventCoding>
<system value="http://medcomfhir.dk/fhir/core/1.0/CodeSystem/medcom-messaging-eventCodes"/>
<code value="empty-message"/>
</eventCoding>
<destination>
<extension url="http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-destinationUseExtension">
<valueCoding>
<system value="http://medcomfhir.dk/fhir/core/1.0/CodeSystem/medcom-messaging-destinationUse"/>
<code value="primary"/>
</valueCoding>
</extension>
<endpoint value="http://medcom.dk/unknown"/>
<receiver>
<reference value="Organization/MessageReceiver"/>
</receiver>
</destination>
<sender>
<reference value="Organization/MessageSender"/>
</sender>
<source>
<endpoint value="http://medcom.dk/unknown"/>
</source>
<response>
<identifier value="EmptyMessage"/>
<code value="ok"/>
</response>
</MessageHeader>
</resource>
</entry>
<entry>
<fullUrl value="Organization/MessageSender"/>
<resource>
<Organization>
<id value="MessageSender"/>
<meta>
<profile value="http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-organization"/>
</meta>
<text>
<status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 123456789012345, id: 1234567890123</p><p><b>name</b>: Sender Organization</p></div>
</text>
<identifier>
<system value="urn:oid:1.2.208.176.1.1"/>
<value value="123456789012345"/>
</identifier>
<identifier>
<system value="urn:oid:1.3.88"/>
<value value="1234567890123"/>
</identifier>
<name value="Sender Organization"/>
</Organization>
</resource>
</entry>
<entry>
<fullUrl value="Organization/MessageReceiver"/>
<resource>
<Organization>
<id value="MessageReceiver"/>
<meta>
<profile value="http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-organization"/>
</meta>
<text>
<status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 543210987654321, id: 3210987654321</p><p><b>name</b>: Receiver Organization</p></div>
</text>
<identifier>
<system value="urn:oid:1.2.208.176.1.1"/>
<value value="543210987654321"/>
</identifier>
<identifier>
<system value="urn:oid:1.3.88"/>
<value value="3210987654321"/>
</identifier>
<name value="Receiver Organization"/>
</Organization>
</resource>
</entry>
</Bundle>