STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-cqif-trigger-type.xml

Raw XML (canonical form)

Definition for Code System TriggerType

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cqif-cqif-trigger-type"/>
  <meta>
    <lastUpdated value="2016-03-31T08:01:25.570+11:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>TriggerType</h2>
      <p>The type of trigger</p>
      <p>This code system http://hl7.org/fhir/cqif-trigger-type defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>named-event
            <a name="named-event"> </a>
          </td>
          <td>Named Event</td>
          <td>The trigger occurs in response to a specific named event</td>
        </tr>
        <tr>
          <td>periodic
            <a name="periodic"> </a>
          </td>
          <td>Periodic</td>
          <td>The trigger occurs at a specific time or periodically as described by a timing or schedule</td>
        </tr>
        <tr>
          <td>data-added
            <a name="data-added"> </a>
          </td>
          <td>Data Added</td>
          <td>The trigger occurs whenever data of a particular type is added</td>
        </tr>
        <tr>
          <td>data-modified
            <a name="data-modified"> </a>
          </td>
          <td>Data Modified</td>
          <td>The trigger occurs whenever data of a particular type is modified</td>
        </tr>
        <tr>
          <td>data-removed
            <a name="data-removed"> </a>
          </td>
          <td>Data Removed</td>
          <td>The trigger occurs whenever data of a particular type is removed</td>
        </tr>
        <tr>
          <td>data-accessed
            <a name="data-accessed"> </a>
          </td>
          <td>Data Accessed</td>
          <td>The trigger occurs whenever data of a particular type is accessed</td>
        </tr>
        <tr>
          <td>data-access-ended
            <a name="data-access-ended"> </a>
          </td>
          <td>Data Access Ended</td>
          <td>The trigger occurs whenever access to data of a particular type is completed</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.522"/>
  </extension>
  <url value="http://hl7.org/fhir/cqif-trigger-type"/>
  <version value="1.4.0"/>
  <name value="TriggerType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <date value="2016-03-31T08:01:25+11:00"/>
  <description value="The type of trigger"/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/cqif-cqif-trigger-type"/>
  <content value="complete"/>
  <concept>
    <code value="named-event"/>
    <display value="Named Event"/>
    <definition value="The trigger occurs in response to a specific named event"/>
  </concept>
  <concept>
    <code value="periodic"/>
    <display value="Periodic"/>
    <definition value="The trigger occurs at a specific time or periodically as described by a timing or schedule"/>
  </concept>
  <concept>
    <code value="data-added"/>
    <display value="Data Added"/>
    <definition value="The trigger occurs whenever data of a particular type is added"/>
  </concept>
  <concept>
    <code value="data-modified"/>
    <display value="Data Modified"/>
    <definition value="The trigger occurs whenever data of a particular type is modified"/>
  </concept>
  <concept>
    <code value="data-removed"/>
    <display value="Data Removed"/>
    <definition value="The trigger occurs whenever data of a particular type is removed"/>
  </concept>
  <concept>
    <code value="data-accessed"/>
    <display value="Data Accessed"/>
    <definition value="The trigger occurs whenever data of a particular type is accessed"/>
  </concept>
  <concept>
    <code value="data-access-ended"/>
    <display value="Data Access Ended"/>
    <definition value="The trigger occurs whenever access to data of a particular type is completed"/>
  </concept>
</CodeSystem>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.