Data Exchange For Quality Measures Implementation Guide: STU1 Ballot 1 (for FHIR 3.0.1)

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-improvement-notation

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "improvement-notation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>DEQM Improvement Notation Value Set</h2><div><p>Improvement notation for a measure (e.g. increase or decrease).</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href="CodeSystem-improvement-notation.html"><code>http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/STU3/ValueSet/improvement-notation",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.3.0"
    }
  ],
  "version" : "0.1.0",
  "name" : "improvement-notation",
  "title" : "DEQM Improvement Notation Value Set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-14T09:59:31+10:00",
  "publisher" : "Davinci Project",
  "description" : "Improvement notation for a measure (e.g. increase or decrease).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation"
      }
    ]
  }
}