http://hl7.org/fhir/CodeSystem/submit-data-update-type|5.0.0

name
SubmitDataUpdateType
package
hl7.fhir.r5.core@5.0.0
content
complete
experimental
true
status
active
date
2021-04-06 19:00:36.0

Submit Data Update Type

Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates

{
  "description" : "Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : "2021-04-06T19:00:36Z",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00"
  },
  "publisher" : "HL7 International - Clinical Quality Information Work Group",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "name" : "SubmitDataUpdateType",
  "experimental" : true,
  "resourceType" : "CodeSystem",
  "title" : "Submit Data Update Type",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cqi"
  } ],
  "status" : "active",
  "id" : "b42322ef-f3ae-569c-9a22-aa50718d85ce",
  "valueSet" : "http://hl7.org/fhir/ValueSet/submit-data-update-type",
  "count" : 2,
  "url" : "http://hl7.org/fhir/CodeSystem/submit-data-update-type",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1948",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "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"
  } ],
  "caseSensitive" : true,
  "version" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm",
      "system" : "url"
    } ]
  } ]
}