{
  "resourceType": "CodeSystem",
  "id": "improvement-notation",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MeasureImprovementNotation</h2><div><p>Improvement notation for a measure (e.g. increase or decrease)</p>\n</div><p>This code system http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">increase<a name=\"improvement-notation-increase\"> </a></td><td>Increase</td><td>Improvement is notated as an *increase* in the measure score</td></tr><tr><td style=\"white-space:nowrap\">decrease<a name=\"improvement-notation-decrease\"> </a></td><td>Decrease</td><td>Improvement is notated as a *decrease* in the measure score</td></tr></table></div>"
  },
  "url": "http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation",
  "version": "0.1.0",
  "name": "MeasureImprovementNotation",
  "status": "draft",
  "experimental": false,
  "date": "2018-08-14T13:24:35+10:00",
  "publisher": "The Da Vinci Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url"
        },
        {
          "system": "email"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/us/davinci-deqm/STU3/ValueSet/improvement-notation",
  "content": "complete",
  "concept": [
    {
      "code": "increase",
      "display": "Increase",
      "definition": "Improvement is notated as an *increase* in the measure score"
    },
    {
      "code": "decrease",
      "display": "Decrease",
      "definition": "Improvement is notated as a *decrease* in the measure score"
    }
  ]
}