Enum MeasureReport.SubmitDataUpdateType

java.lang.Object
java.lang.Enum<MeasureReport.SubmitDataUpdateType>
org.hl7.fhir.r5.model.MeasureReport.SubmitDataUpdateType
All Implemented Interfaces:
Serializable, Comparable<MeasureReport.SubmitDataUpdateType>
Enclosing class:
MeasureReport

  • Enum Constant Details

    • INCREMENTAL

      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.
    • SNAPSHOT

      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
    • NULL

      added to help the parsers with the generic types
  • Method Details