Patient Transferred Detailed

Page View

Patient administration notifications contain details about a patient's record or movements within a specific hospital or provider's office.

You can receive notifications when:

  • A patient record is created, merged, or updated.
  • A patient checks in, transfers to another unit, or leaves the hospital.

transferred

Indicates that a patient has been transferred from one unit to another within the hospital.

You can opt in for lightweight or detailed notifications.

  • A lightweight notification provides the Patient reference, encounter identifier, and timestamp.
  • A detailed notification contains everything in the lightweight plus extended patient/encounter info, provider info, and related references.

Select payload example

PatientAdminPatientTransferredFullBundleExample
json
1
{
2
"resourceType": "Bundle",
3
"id": "PatientAdminPatientTransferredFullBundleExample",
4
"type": "message",
5
"entry": [
6
{
7
"resource": {
8
"eventUri": "https://fhir.redoxengine.com/EventDefinition/PatientAdminPatientTransferred",
9
"resourceType": "MessageHeader",
10
"id": "PatientTransferredMessageHeader",
11
"source": {
12
"name": "Good Health Clinics",
13
"endpoint": "05107c08-fe2f-4740-8c1d-c7107d18ebe5"
14
},
15
"focus": [
16
{
17
"reference": "Patient/RedoxPatientExampleTimothy"
18
},
19
{
20
"reference": "Encounter/RedoxEncounterExample"
21
}
22
],
23
"definition": "https://fhir.redoxengine.com/MessageDefinition/PatientAdminPatientTransferredFull"
24
}
25
},
26
{
27
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Patient?identifier=M23462346|urn:redox:MRN",
28
"resource": {
29
"resourceType": "Patient",
30
"id": "RedoxPatientExampleTimothy",
31
"meta": {
32
"extension": [
33
{
34
"url": "https://fhir.redoxengine.com/StructureDefinition/example-sort-order",
35
"valueInteger": 1
36
}
37
]
38
},
39
"extension": [
40
{
41
"extension": [
42
{
43
"url": "text",
44
"valueString": "White"
45
}
46
],
47
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
48
},
49
{
50
"extension": [
51
{
52
"url": "ombCategory",
53
"valueCoding": {
54
"code": "2135-2",
55
"system": "urn:oid:2.16.840.1.113883.6.238",
56
"display": "Hispanic or Latino"
57
}
58
},
59
{
60
"url": "text",
61
"valueString": "Hispanic"
62
}
63
],
64
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
65
}
66
],
67
"identifier": [
68
{
69
"value": "0000000001",
70
"system": "urn:redox:health-one:MR"
71
},
72
{
73
"value": "101-01-0001",
74
"system": "http://hl7.org/fhir/sid/us-ssn"
75
}
76
],
77
"name": [
78
{
79
"given": [
80
"Timothy",
81
"Paul"
82
],
83
"family": "Bixby",
84
"use": "official"
85
},
86
{
87
"text": "Billy",
88
"use": "usual"
89
}
90
],
91
"gender": "male",
92
"birthDate": "2008-01-06",
93
"telecom": [
94
{
95
"value": "+18088675301",
96
"system": "phone",
97
"use": "home"
98
},
99
{
100
"value": "+18008675309",
101
"system": "phone",
102
"use": "work"
103
},
104
{
105
"value": "timothy.bixby@redoxengine.com",
106
"system": "email"
107
}
108
],
109
"address": [
110
{
111
"line": [
112
"4762 Hickory Street"
113
],
114
"city": "Monroe",
115
"district": "Greene",
116
"state": "WI",
117
"postalCode": "53566",
118
"country": "US",
119
"use": "home"
120
}
121
],
122
"maritalStatus": {
123
"coding": [
124
{
125
"code": "M",
126
"system": "http://hl7.org/fhir/v3/MaritalStatus",
127
"display": "Married"
128
}
129
],
130
"text": "Married"
131
},
132
"communication": [
133
{
134
"language": {
135
"coding": [
136
{
137
"code": "en",
138
"system": "urn:ietf:bcp:47"
139
}
140
],
141
"text": "English"
142
}
143
}
144
],
145
"contact": [
146
{
147
"name": {
148
"given": [
149
"Barbara"
150
],
151
"family": "Bixby"
152
},
153
"telecom": [
154
{
155
"value": "+18088675303",
156
"system": "phone",
157
"use": "home"
158
},
159
{
160
"value": "barbara.bixby@redoxengine.com",
161
"system": "email"
162
}
163
],
164
"address": {
165
"line": [
166
"4762 Hickory St."
167
],
168
"city": "Monroe",
169
"district": "Green",
170
"state": "WI",
171
"postalCode": "53566",
172
"country": "USA"
173
},
174
"relationship": [
175
{
176
"coding": [
177
{
178
"code": "MTH",
179
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
180
"display": "mother"
181
}
182
],
183
"text": "Mother"
184
},
185
{
186
"coding": [
187
{
188
"code": "C",
189
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
190
"display": "Emergency Contact"
191
}
192
],
193
"text": "Emergency Contact"
194
}
195
]
196
}
197
],
198
"generalPractitioner": [
199
{
200
"reference": "Practitioner/RedoxPractitionerExamplePat"
201
}
202
],
203
"managingOrganization": {
204
"reference": "Organization/RedoxOrganizationManagingExample"
205
}
206
}
207
},
208
{
209
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Encounter?identifier=zzz123Encounter|urn:redox:encounterId",
210
"resource": {
211
"resourceType": "Encounter",
212
"id": "RedoxEncounterExample",
213
"identifier": [
214
{
215
"system": "urn:oid:1.2.840.114350.1.13.12345.1.7.2.698084.11",
216
"value": "9601346482"
217
}
218
],
219
"status": "finished",
220
"class": {
221
"code": "IMP",
222
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
223
"display": "inpatient encounter"
224
},
225
"type": [
226
{
227
"coding": [
228
{
229
"code": "99222",
230
"system": "http://www.ama-assn.org/go/cpt",
231
"display": "InPatient Admission"
232
}
233
]
234
}
235
],
236
"diagnosis": [
237
{
238
"condition": {
239
"reference": "Condition/RedoxConditionExampleEncounterDx"
240
}
241
}
242
],
243
"participant": [
244
{
245
"individual": {
246
"reference": "Practitioner/RedoxPractitionerExampleEncounter"
247
}
248
}
249
],
250
"location": [
251
{
252
"location": {
253
"reference": "Location/RedoxLocationExampleEncounter"
254
}
255
}
256
],
257
"subject": {
258
"reference": "Patient/RedoxPatientExampleTimothy"
259
},
260
"period": {
261
"start": "2022-02-06T04:00:00.000Z",
262
"end": "2022-02-06T04:15:00.000Z"
263
},
264
"length": {
265
"value": 16,
266
"code": "m",
267
"system": "http://unitsofmeasure.org"
268
},
269
"reasonCode": [
270
{
271
"coding": [
272
{
273
"code": "23360407",
274
"system": "http://snomed.info/sct"
275
}
276
],
277
"text": "Pneumonia"
278
}
279
]
280
}
281
},
282
{
283
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Practitioner/RedoxPractitionerExamplePat",
284
"resource": {
285
"resourceType": "Practitioner",
286
"id": "RedoxPractitionerExamplePat",
287
"identifier": [
288
{
289
"system": "http://hl7.org/fhir/sid/us-npi",
290
"value": "4356789876"
291
}
292
],
293
"name": [
294
{
295
"given": [
296
"Pat"
297
],
298
"family": "Granite"
299
}
300
],
301
"address": [
302
{
303
"line": [
304
"123 Main St."
305
],
306
"city": "Madison",
307
"district": "Dane",
308
"state": "WI",
309
"postalCode": "53703",
310
"country": "USA"
311
}
312
],
313
"telecom": [
314
{
315
"value": "+16085551234"
316
}
317
]
318
}
319
},
320
{
321
"fullUrl": "https://api.redoxengine.com/fhir/R4/redox-fhir-sandbox/Development/Organization/RedoxOrganizationManagingExample",
322
"resource": {
323
"resourceType": "Organization",
324
"id": "RedoxOrganizationManagingExample",
325
"identifier": [
326
{
327
"value": "1234",
328
"system": "urn:oid:1.2.3.4"
329
}
330
],
331
"active": true,
332
"name": "Custodial Org",
333
"address": [
334
{
335
"line": [
336
"123 Main St"
337
],
338
"city": "Madison",
339
"state": "WI"
340
}
341
],
342
"telecom": [
343
{
344
"value": "1-800-123-4567",
345
"system": "phone"
346
}
347
],
348
"type": [
349
{
350
"text": "Test Type"
351
}
352
]
353
}
354
}
355
],
356
"timestamp": "2021-06-17T20:33:22.422Z"
357
}

Request Body Schema

  • resourceType
    required, string

    Identifies the type of the resource

    Value: Bundle
  • type
    required, string

    Indicates the purpose of this bundle - how it is intended to be used.

    Value: message
  • entry
    required, Array of messageHeader, patient, practitioner, organization, encounter or Other

    An entry in the bundle containing a FHIR resource

    • fullUrl
      string

      The Absolute URL for the resource. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. The fullUrl element SHALL have a value except that:

      • fullUrl can be empty on a POST (although it does not need to when specifying a temporary id for reference in the bundle)
      • Results from operations might involve resources that are not identified.
    • resource
      object

      The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type.

      • resourceType
        required, string

        Identifies the type of the resource

        Value: MessageHeader
      • source
        required, object

        The source application from which this message originated.

        • endpoint
          required, string

          Identifies the routing target to send acknowledgements to.

      • focus
        required, Array of object

        The actual data of the message - a reference to the root/focus class of the event.

        Must be a resource of type Resource.

        • reference
          string

          A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with # and refers to a contained resource.

      • definition
        required, string

        Permanent link to the MessageDefinition for this message.

      • eventUri
        required, string

        Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification have the system value "http://terminology.hl7.org/CodeSystem/message-events". Alternatively uri to the EventDefinition.

        Value: https://fhir.redoxengine.com/EventDefinition/PatientAdminPatientTransferred
  • timestamp
    string

    The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.