In the MessageHeader resource for FHIR stu3 , the receiver attribute identifies the Intended "real-world" recipient for the data
"receiver":
"responsible":
"sender": {
"reference": "Organization/1"
}
"author": {
"reference": "Practitioner/example"
}
"timestamp": "2012-01-04T09:10:14Z"
"destination": [
{
"endpoint": "llp:10.11.12.14:5432",
"name": "Acme Message Gateway",
"target": {
"reference": "Device/example"
}
}
]
"enterer": {
"reference": "Practitioner/example"
}
"focus": [
{
"reference": "Patient/example"
}
]
"event": {
"code": "admin-notify",
"system": "http://hl7.org/fhir/message-events"
}
"source": {
"endpoint": "llp:10.11.12.13:5432",
"version": "3.1.45.AABB",
"contact": {
"system": "phone",
"value": "+1 (555) 123 4567"
},
"name": "Acme Central Patient Registry",
"software": "FooBar Patient Manager"
}
"reason": {
"coding": [
{
"code": "admit",
"system": "http://hl7.org/fhir/message-reasons-encounter"
}
]
}
"receiver":
"response": {
"code": "ok",
"identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb"
}