This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Example of messageheader
{
"resourceType": "MessageHeader",
"text": {
"status": "generated",
"div": "<div>\n <p>Update Person resource for Peter James CHALMERS (Jim), MRN: 12345 (Acme Healthcare)</p>\n </div>"
},
"identifier": "1cbdfb97-5859-48a4-8301-d54eab818d68",
"timestamp": "2012-01-04T09:10:14Z",
"event": {
"system": "http://hl7.org/fhir/message-type",
"code": "admin-update"
},
"response": {
"identifier": "5015fe84-8e76-4526-89d8-44b322e8d4fb",
"code": "ok"
},
"source": {
"name": "Acme Central Patient Registry",
"software": "FooBar Patient Manager",
"version": "3.1.45.AABB",
"contact": {
"system": "phone",
"value": "+1 (555) 123 4567"
},
"endpoint": "llp:10.11.12.13:5432"
},
"destination": [
{
"name": "Acme Message Gateway",
"target": {
"reference": "Practitioner/xcda-author"
},
"endpoint": "llp:10.11.12.14:5432"
}
],
"author": {
"reference": "Practitioner/example"
},
"data": [
{
"reference": "Patient/example"
}
]
}