PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-alerts@0.1.0
    http://hl7.org/fhir/us/davinci-alerts/OperationDefinition/notify
{
  "description": "The notify operation is used to alert the recipient of a specific patient event (e.g. admission, discharge, change in treatment, new diagnosis). There is no expectation that the data submitted represents all the data required by the the recipient, only that the data is known to be relevant to the triggering event.",
  "_filename": "OperationDefinition-notify.json",
  "package_name": "hl7.fhir.us.davinci-alerts",
  "date": "2019-07-21T18:36:22-04:00",
  "system": false,
  "publisher": "HL7 International - Clinical Decision Support Work Group",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "Notify",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Da Vinci Notify Operation",
  "package_version": "0.1.0",
  "status": "active",
  "id": "38c3bcfb-29a7-4ab6-8d12-2edd3a466680",
  "resource": [ "Communication" ],
  "kind": "operation",
  "comment": "The effect of invoking this operation is that the submitted data is posted to the receiving system and can be used by the recipient to take subsequent actions",
  "url": "http://hl7.org/fhir/us/davinci-alerts/OperationDefinition/notify",
  "code": "notify",
  "version": "0.1.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cds/index.cfm",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "*",
    "min": 1,
    "use": "in",
    "name": "alert",
    "part": [ {
      "max": "1",
      "min": 0,
      "use": "in",
      "name": "alert-endpoint",
      "type": "canonical",
      "documentation": "The Da Vinci Alert Endpoint which contains the technical details of an alert for getting additional information from the medical record for the event",
      "targetProfile": [ "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/alerts-endpoint" ]
    }, {
      "max": "1",
      "min": 1,
      "use": "in",
      "name": "alert-bundle",
      "type": "canonical",
      "documentation": "The Da Vinci Alert Bundle which contains the individual resources that make up the data-of-interest for the event",
      "targetProfile": [ "http://hl7.org/fhir/us/davinci-alerts/StructureDefinition/alerts-bundle" ]
    } ],
    "documentation": "One or more Vinci Alerts composed of the Alert Bundle profile and optionally an Alert Endpoint"
  } ]
}