Da Vinci Unsolicited Notifications Implementation Guide (Release 0.2.0 STU1 Ballot)

This page is part of the Da Vinci Unsolicited Notifications (v0.2.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: MessageHeader-discharge-notification-messageheader-01

Download Raw json

{
  "resourceType" : "MessageHeader",
  "id" : "discharge-notification-messageheader-01",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/discharge-notification-messageheader"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: discharge-notification-messageheader-01</p><p><b>meta</b>: </p><p><b>event</b>: Notification Discharge (Details: http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event code notification-discharge = 'Notification Discharge', stated as 'Notification Discharge')</p><h3>Destinations</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Acme Message Gateway</td><td><a href=\"https://example.org/Endpoints/P123\">https://example.org/Endpoints/P123</a></td></tr></table><p><b>sender</b>: <a href=\"urn:uuid:7221aa91-d9e1-44fa-8b90-c5a8c7caeade\">Saint Luke W Endpoint</a></p><p><b>author</b>: <a href=\"urn:uuid:e4b71aed-1c54-4f85-bea0-48444aa31f59\">Ronald Bone</a></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Acme Central Patient Registry</td><td>FooBar Patient Manager</td><td>3.1.45.AABB</td><td>ph: +1 (555) 123 4567</td><td><a href=\"https://example.org/Endpoints/P456\">https://example.org/Endpoints/P456</a></td></tr></table><p><b>responsible</b>: <a href=\"urn:uuid:7221aa91-d9e1-44fa-8b90-c5a8c7caeade\">Saint Luke W Endpoint</a></p><p><b>focus</b>: <a href=\"urn:uuid:a33d1eed-c4ad-4def-8087-042b7ac0f2b7\">Inpatient Encounter</a></p></div>"
  },
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event",
    "code" : "notification-discharge",
    "display" : "Notification Discharge"
  },
  "destination" : [
    {
      "name" : "Acme Message Gateway",
      "endpoint" : "https://example.org/Endpoints/P123"
    }
  ],
  "sender" : {
    "reference" : "urn:uuid:7221aa91-d9e1-44fa-8b90-c5a8c7caeade",
    "display" : "Saint Luke W Endpoint"
  },
  "author" : {
    "reference" : "urn:uuid:e4b71aed-1c54-4f85-bea0-48444aa31f59",
    "display" : "Ronald Bone"
  },
  "source" : {
    "name" : "Acme Central Patient Registry",
    "software" : "FooBar Patient Manager",
    "version" : "3.1.45.AABB",
    "contact" : {
      "system" : "phone",
      "value" : "+1 (555) 123 4567"
    },
    "endpoint" : "https://example.org/Endpoints/P456"
  },
  "responsible" : {
    "reference" : "urn:uuid:7221aa91-d9e1-44fa-8b90-c5a8c7caeade",
    "display" : "Saint Luke W Endpoint"
  },
  "focus" : [
    {
      "reference" : "urn:uuid:a33d1eed-c4ad-4def-8087-042b7ac0f2b7",
      "display" : "Inpatient Encounter"
    }
  ]
}