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-EmptyMessage.json
More file actions
110 lines (110 loc) · 4.16 KB
/
Bundle-EmptyMessage.json
File metadata and controls
110 lines (110 loc) · 4.16 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"resourceType": "Bundle",
"id": "EmptyMessage",
"meta": {
"profile": [
"http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-message"
]
},
"type": "message",
"timestamp": "2020-09-28T12:34:56Z",
"entry": [
{
"fullUrl": "MessageHeader/MessageHeaderExample",
"resource": {
"resourceType": "MessageHeader",
"id": "MessageHeaderExample",
"meta": {
"profile": [
"http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-messageHeader"
]
},
"text": {
"status": "generated",
"div": "<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://medcomfhir.dk/unknown\">http://medcomfhir.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://medcomfhir.dk/unknown\">http://medcomfhir.dk/unknown</a></td></tr></table></div>"
},
"eventCoding": {
"system": "http://medcomfhir.dk/fhir/core/1.0/CodeSystem/medcom-messaging-eventCodes",
"code": "empty-message"
},
"destination": [
{
"extension": [
{
"url": "http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-destinationUseExtension",
"valueCoding": {
"system": "http://medcomfhir.dk/fhir/core/1.0/CodeSystem/medcom-messaging-destinationUse",
"code": "primary"
}
}
],
"endpoint": "http://medcomfhir.dk/unknown",
"receiver": {
"reference": "Organization/MessageReceiver"
}
}
],
"sender": {
"reference": "Organization/MessageSender"
},
"source": {
"endpoint": "http://medcomfhir.dk/unknown"
}
}
},
{
"fullUrl": "Organization/MessageSender",
"resource": {
"resourceType": "Organization",
"id": "MessageSender",
"meta": {
"profile": [
"http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-organization"
]
},
"text": {
"status": "generated",
"div": "<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>"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.1",
"value": "123456789012345"
},
{
"system": "urn:oid:1.3.88",
"value": "1234567890123"
}
],
"name": "Sender Organization"
}
},
{
"fullUrl": "Organization/MessageReceiver",
"resource": {
"resourceType": "Organization",
"id": "MessageReceiver",
"meta": {
"profile": [
"http://medcomfhir.dk/fhir/core/1.0/StructureDefinition/medcom-messaging-organization"
]
},
"text": {
"status": "generated",
"div": "<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>"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.1",
"value": "543210987654321"
},
{
"system": "urn:oid:1.3.88",
"value": "3210987654321"
}
],
"name": "Receiver Organization"
}
}
]
}