QI-Core Implementation Guide: STU 3.2 (v3.2.0 for FHIR 3.0.1)

This page is part of the Quality Improvement Core Framework (v3.2.0: STU 3) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

QICoreObservationDelta

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "qicore-observation-delta",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>QICore Observation Delta Value Set Definition</h2><div><p>Code indicating how the current observation compares to previous observations - e.g., no change, rising trend, decreasing trend, etc...</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/STU3/v2/0078/index.html\"><code>http://hl7.org/fhir/v2/0078</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/v2/0078/index.html#v2-0078-B\">B</a></td><td>Better-use when direction not relevant</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/v2/0078/index.html#v2-0078-D\">D</a></td><td>Significant change down</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/v2/0078/index.html#v2-0078-U\">U</a></td><td>Significant change up</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/STU3/v2/0078/index.html#v2-0078-W\">W</a></td><td>Worse-use when direction not relevant</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/qicore/ValueSet/qicore-observation-delta",
  "version" : "3.2.0",
  "name" : "QICoreObservationDelta",
  "title" : "QICore Observation Delta Value Set Definition",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-22T00:00:00+10:00",
  "publisher" : "Health Level Seven, Inc. - CQI WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/special/committees/CQI"
        }
      ]
    }
  ],
  "description" : "Code indicating how the current observation compares to previous observations - e.g., no change, rising trend, decreasing trend, etc...",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "us"
        }
      ]
    }
  ],
  "extensible" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/v2/0078",
        "concept" : [
          {
            "code" : "B",
            "display" : "Better-use when direction not relevant"
          },
          {
            "code" : "D",
            "display" : "Significant change down"
          },
          {
            "code" : "U",
            "display" : "Significant change up"
          },
          {
            "code" : "W",
            "display" : "Worse-use when direction not relevant"
          }
        ]
      }
    ]
  }
}