This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions
<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 http://hl7.org/fhir/us/davinci-deqm/CodeSystem/update-type 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.0.0"/>
<name value="DEQMUpdateTypeCodeSystem"/>
<title value="DEQM Update Type Code System"/>
<status value="active"/>
<date value="2021-06-21T15:44:05+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/index.cfm"/>
</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>
<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>