Data Exchange For Quality Measures Implementation Guide
3.1.0 - STU 3.1.0 US

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.1.0: STU 3) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: DEQM Update Type Code System - XML Representation

Active as of 2022-11-21

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="update-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://hl7.org/fhir/us/davinci-deqm/CodeSystem/update-type</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">incremental<a name="update-type-incremental"> </a></td><td>Incremental</td><td>In contrast to the Snapshot Update, the FHIR Parameters resource used in a Submit Data or the Collect Data scenario contains only the new and updated DEQM and QI Core Profiles since the last transaction. If the Consumer supports incremental updates, the contents of the updated payload updates the previous payload data.</td></tr><tr><td style="white-space:nowrap">snapshot<a name="update-type-snapshot"> </a></td><td>Snapshot</td><td>In contrast to the Incremental Update, the FHIR Parameters resource used in a Submit Data or the Collect Data scenario contains all the DEQM and QI Core Profiles for each transaction.  If the Consumer supports snapshot updates, the contents of the updated payload entirely replaces the previous payload</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/davinci-deqm/CodeSystem/update-type"/>
  <version value="3.1.0"/>
  <name value="DEQMUpdateTypeCodeSystem"/>
  <title value="DEQM Update Type Code System"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2022-11-21T21:29:16+00:00"/>
  <publisher
             value="HL7 International - Clinical Quality Information Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description
               value="Concepts for how a DEQM Consumer supports data exchange updates. The choices are snapshot or incremental updates"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="incremental"/>
    <display value="Incremental"/>
    <definition
                value="In contrast to the Snapshot Update, the FHIR Parameters resource used in a Submit Data or the Collect Data scenario contains only the new and updated DEQM and QI Core Profiles since the last transaction. If the Consumer supports incremental updates, the contents of the updated payload updates the previous payload data."/>
  </concept>
  <concept>
    <code value="snapshot"/>
    <display value="Snapshot"/>
    <definition
                value="In contrast to the Incremental Update, the FHIR Parameters resource used in a Submit Data or the Collect Data scenario contains all the DEQM and QI Core Profiles for each transaction.  If the Consumer supports snapshot updates, the contents of the updated payload entirely replaces the previous payload"/>
  </concept>
</CodeSystem>