Da Vinci Alerts Implementation Guide (Release 0.1.0 STU1 Ballot)

This page is part of the Da Vinci Unsolicited Notifications (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-communication-topic

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "communication-topic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Da Vinci Communication Topic ValueSet</h2><div><p>Concepts describing the purpose of the Da Vinci Alert Communication Profile.  These concepts represent a 'starter set' an will be supplemented with additional concept in future versions. Note that there is no v2 equivalent to these codes, however there is a relationship between these alert topic codes and codes used in the resources that describe the events the alert is about. For example in the admission scenario the code alert-admit-er is used when a patient is admitted to the Emergency Department; in the encouter resource describing this event, the encounter.class will use the code EMER indicating that. A similar relationship exists for the discharge scenarios, only this time it is indicating where the patient is discharged to, so corresponds to codes in encounter.hospitalization.dischargeDisposition element.</p>\n</div><p><b>Copyright Statement:</b> This Content is created by the Da Vinci project and HL7. No copyright acknowledgement is needed, nor are there any license terms to adhere to</p><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-communication-topic.html\"><code>http://hl7.org/fhir/us/davinci-alerts/CodeSystem/communication-topic</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-alerts/ValueSet/communication-topic",
  "version" : "0.1.0",
  "name" : "CommunicationTopicValueSet",
  "title" : "Da Vinci Communication Topic ValueSet",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-07-12T00:00:00-04:00",
  "publisher" : "Da Vinci Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cds/index.cfm"
        }
      ]
    }
  ],
  "description" : "Concepts describing the purpose of the Da Vinci Alert Communication Profile.  These concepts represent a 'starter set' an will be supplemented with additional concept in future versions. Note that there is no v2 equivalent to these codes, however there is a relationship between these alert topic codes and codes used in the resources that describe the events the alert is about. For example in the admission scenario the code alert-admit-er is used when a patient is admitted to the Emergency Department; in the encouter resource describing this event, the encounter.class will use the code EMER indicating that. A similar relationship exists for the discharge scenarios, only this time it is indicating where the patient is discharged to, so corresponds to codes in encounter.hospitalization.dischargeDisposition element.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "purpose" : "Provide Alert Receivers with coded alert context",
  "copyright" : "This Content is created by the Da Vinci project and HL7. No copyright acknowledgement is needed, nor are there any license terms to adhere to",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-alerts/CodeSystem/communication-topic"
      }
    ]
  }
}