This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of message

{"Message": {
  "response": {
    "id": {"value": "5015fe84-8e76-4526-89d8-44b322e8d4fb"},
    "code": "ok"
  },
  "id": {"value": "1cbdfb97-5859-48a4-8301-d54eab818d68"},
  "author": {
    "id": {"value": "xcda-author"},
    "type": {"value": "Person"}
  },
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Update Person resource for Peter James CHALMERS (Jim), MRN: 12345 (Acme Healthcare)<\/p>\n    <\/div>"
  },
  "source": {
    "software": {"value": "FooBar Patient Manager"},
    "name": {"value": "Acme Central Patient Registry"},
    "contact": {
      "system": "phone",
      "value": {"value": "+1 (555) 123 4567"}
    },
    "endpoint": {"value": "llp:10.11.12.13:5432"},
    "version": {"value": "3.1.45.AABB"}
  },
  "event": {"value": "admin-update"},
  "data": [{
    "id": {"value": "101"},
    "type": {"value": "Person"}
  }],
  "instant": {"value": "2012-01-04T09:10:14Z"},
  "destination": {
    "name": {"value": "Acme Message Gateway"},
    "target": {
      "id": {"value": "101"},
      "type": {"value": "Person"}
    },
    "endpoint": {"value": "llp:10.11.12.14:5432"}
  }
}}