FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-deqm.stu3
Resource TypeCodeSystem
IdCodeSystem-improvement-notation.json
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/davinci-deqm/2018Sep/STU3/CodeSystem-improvement-notation.html
URLhttp://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation
Version0.1.0
Statusdraft
Date2018-08-14T13:24:35+10:00
NameMeasureImprovementNotation
Realmus
Authorityhl7
DescriptionImprovement notation for a measure (e.g. increase or decrease)
Contentcomplete

Resources that use this resource

ValueSet
improvement-notationDEQM Improvement Notation Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

MeasureImprovementNotation

Improvement notation for a measure (e.g. increase or decrease)

This code system http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation defines the following codes:

CodeDisplayDefinition
increase IncreaseImprovement is notated as an *increase* in the measure score
decrease DecreaseImprovement is notated as a *decrease* in the measure score

Source1

{
  "resourceType": "CodeSystem",
  "id": "improvement-notation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}