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

XML Format: MessageDefinition-notification-discharge

Download Raw xml


<MessageDefinition xmlns="http://hl7.org/fhir">
  <id value="notification-discharge"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/notifications-messagedefinition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: notification-discharge</p><p><b>meta</b>: </p><p><b>url</b>: <a href="http://hl7.org/fhir/us/davinci-alerts/MessageDefinition/notification-discharge">http://hl7.org/fhir/us/davinci-alerts/MessageDefinition/notification-discharge</a></p><p><b>version</b>: 0.2.0</p><p><b>name</b>: NotificationDischarge</p><p><b>title</b>: Da Vinci Notification Discharge Message Definition</p><p><b>status</b>: active</p><p><b>date</b>: Aug 20, 2019 12:00:00 AM</p><p><b>publisher</b>: Da Vinci Project</p><p><b>contact</b>: </p><p><b>jurisdiction</b>: United States of America <span style="background: LightGoldenRodYellow">(Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America'})</span></p><p><b>purpose</b>: Defines message bundle for Da Vinci Notifications patient discharge notification scenario</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 'null')</p><p><b>category</b>: notification</p><h3>Focus</h3><table class="grid"><tr><td>-</td><td><b>Code</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td>*</td><td>Encounter</td><td>1</td><td>1</td></tr></table><p><b>graph</b>: <a href="http://hl7.org/fhir/us/davinci-alerts/GraphDefinition/admit-discharge">http://hl7.org/fhir/us/davinci-alerts/GraphDefinition/admit-discharge</a></p></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/davinci-alerts/MessageDefinition/notification-discharge"/>
  <version value="0.2.0"/>
  <name value="NotificationDischarge"/>
  <title value="Da Vinci Notification Discharge Message Definition"/>
  <status value="active"/>
  <date value="2019-08-20T00:00:00+00:00"/>
  <publisher value="Da Vinci Project"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/about/davinci/"/>
    </telecom>
  </contact>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <purpose
           value="Defines message bundle for Da Vinci Notifications patient discharge notification scenario"/>
  <eventCoding>
    <system
            value="http://hl7.org/fhir/us/davinci-alerts/CodeSystem/notification-event"/>
    <code value="notification-discharge"/>
  </eventCoding>
  <category value="notification"/>
  <focus>
    <code value="Encounter"/>
    <min value="1"/>
    <max value="1"/>
  </focus>
  <graph
         value="http://hl7.org/fhir/us/davinci-alerts/GraphDefinition/admit-discharge"/>
</MessageDefinition>