GAO Ballot Package

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

This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.

Cqif\valueset-cqif-trigger-type.xml

Raw XML (canonical form)

Definition for Value SetTriggerType

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="cqif-trigger-type"/>
  <meta>
    <lastUpdated value="2015-11-26T13:49:06.321+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>TriggerType</h2>
      <p>The type of trigger</p>
      <p>This value set has an inline code system http://hl7.org/fhir/trigger-type, which 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.2.0"/>
  </extension>
  <url value="http://hl7.org/fhir/ValueSet/cqif-trigger-type"/>
  <version value="1.0.2"/>
  <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="2015-11-26T13:49:06+11:00"/>
  <description value="The type of trigger"/>
  <codeSystem>
    <system value="http://hl7.org/fhir/trigger-type"/>
    <version value="1.0.2"/>
    <caseSensitive value="true"/>
    <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>
</ValueSet>

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.