Da Vinci Unsolicited Notifications
1.1.0-preview - STU1 United States of America flag

Da Vinci Unsolicited Notifications, published by HL7 International - Infrastructure and Messaging Work Group. This is not an authorized publication; it is the continuous build for version 1.1.0-preview). This version is based on the current content of https://github.com/HL7/davinci-alerts/ and changes regularly. See the Directory of published versions

: Discharge Notification Messageheader - JSON Representation

Raw json | Download


{
  "resourceType" : "MessageHeader",
  "id" : "discharge-notification-messageheader-01",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Discharge Notification Messageheader"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "Discharge Notification Messageheader example"
      }
    ],
    "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: MessageHeader</b><a name=\"discharge-notification-messageheader-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader &quot;discharge-notification-messageheader-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-discharge-notification-messageheader.html\">Da Vinci Discharge Notification MessageHeader Profile</a></p></div><p><b>event</b>: Discharge Notification (Details: http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event code notification-discharge = 'Discharge Notification', stated as 'Discharge Notification')</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>DaVinci-Notifications-Intermediary</td><td><a href=\"https://example.org/Endpoints/DaVinci-Notifications-Intermediary\">https://example.org/Endpoints/DaVinci-Notifications-Intermediary</a></td></tr></table><p><b>sender</b>: <a href=\"Bundle-discharge-notification-message-bundle-01.html#urn-uuid-a9f20dc1-5147-3789-bcef-bbecb41c5983\">urn:uuid:a9f20dc1-5147-3789-bcef-bbecb41c5983: HOLY FAMILY HOSPITAL</a></p><p><b>author</b>: <a href=\"Bundle-discharge-notification-message-bundle-01.html#urn-uuid-0000016f-57cb-cdac-0000-00000000014a\">urn:uuid:0000016f-57cb-cdac-0000-00000000014a: Dr. Janeth814 Jakubowski832</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><a href=\"tel:+1(555)1234567\">+1 (555) 123 4567</a></td><td><a href=\"https://example.org/Endpoints/P456\">https://example.org/Endpoints/P456</a></td></tr></table><p><b>responsible</b>: <a href=\"Bundle-discharge-notification-message-bundle-01.html#urn-uuid-a9f20dc1-5147-3789-bcef-bbecb41c5983\">urn:uuid:a9f20dc1-5147-3789-bcef-bbecb41c5983: HOLY FAMILY HOSPITAL</a></p><p><b>focus</b>: <a href=\"Bundle-discharge-notification-message-bundle-01.html#urn-uuid-5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82\">urn:uuid:5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82: Discharge Notification(Examplotomy Encounter)</a></p></div>"
  },
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event",
    "code" : "notification-discharge",
    "display" : "Discharge Notification"
  },
  "destination" : [
    {
      "name" : "DaVinci-Notifications-Intermediary",
      "endpoint" : "https://example.org/Endpoints/DaVinci-Notifications-Intermediary"
    }
  ],
  "sender" : {
    "reference" : "urn:uuid:a9f20dc1-5147-3789-bcef-bbecb41c5983",
    "display" : "HOLY FAMILY HOSPITAL"
  },
  "author" : {
    "reference" : "urn:uuid:0000016f-57cb-cdac-0000-00000000014a",
    "display" : "Dr. Janeth814 Jakubowski832"
  },
  "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:a9f20dc1-5147-3789-bcef-bbecb41c5983",
    "display" : "HOLY FAMILY HOSPITAL"
  },
  "focus" : [
    {
      "reference" : "urn:uuid:5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82",
      "display" : "Discharge Notification(Examplotomy Encounter)"
    }
  ]
}