Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

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

: DEQM Update Type Value Set - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "update-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-update-type.html\"><code>http://hl7.org/fhir/us/davinci-deqm/CodeSystem/update-type</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/ValueSet/update-type",
  "version" : "3.0.0",
  "name" : "DEQMUpdateTypeValueSet",
  "title" : "DEQM Update Type Value Set",
  "status" : "active",
  "date" : "2020-08-15",
  "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 DEQM Consumer supports data exchange updates. The choices are snapshot or incremental updates",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/update-type"
      }
    ]
  }
}