This page is part of the FHIR Specification (v4.6.0: R5 Draft Ballot). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Clinical Quality Information Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code System SubmitDataUpdateType
{ "resourceType" : "CodeSystem", "id" : "submit-data-update-type", "meta" : { "lastUpdated" : "2021-04-15T12:25:09.461+10:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"] }, "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "cqi" }], "url" : "http://hl7.org/fhir/CodeSystem/submit-data-update-type", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.1.0" }], "version" : "4.6.0", "name" : "SubmitDataUpdateType", "title" : "Submit Data Update Type", "status" : "active", "date" : "2021-04-06T19:00:36+00:00", "publisher" : "HL7 International - Clinical Quality Information Work Group", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm" }] }], "description" : "Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates", "caseSensitive" : true, "valueSet" : "http://hl7.org/fhir/ValueSet/submit-data-update-type", "content" : "complete", "count" : 2, "concept" : [{ "code" : "incremental", "display" : "Incremental", "definition" : "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." }, { "code" : "snapshot", "display" : "Snapshot", "definition" : "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" }] }
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.