FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/measure-report-evaluation-type (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Value SetMeasure Report Evaluation Type

{
  "resourceType" : "ValueSet",
  "id" : "measure-report-evaluation-type",
  "meta" : {
    "lastUpdated" : "2025-04-01T07:26:00.575+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet measure-report-evaluation-type</b></p><a name=\"measure-report-evaluation-type\"> </a><a name=\"hcmeasure-report-evaluation-type\"> </a><a name=\"measure-report-evaluation-type-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-03-18T15:21:02.749+11:00</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablevalueset.html\">Shareable ValueSet</a></p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"codesystem-measure-report-type.html\"><code>http://hl7.org/fhir/measure-report-type</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"codesystem-measure-report-type.html\"><code>http://hl7.org/fhir/measure-report-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"codesystem-measure-report-type.html#measure-report-type-data-exchange\">data-exchange</a></td><td style=\"color: #cccccc\">Data Exchange</td><td>A data exchange report that contains data-of-interest for the measure (i.e. data that is needed to calculate the measure)</td></tr></table></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cqi"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 4
  }],
  "url" : "http://hl7.org/fhir/ValueSet/measure-report-evaluation-type",
  "version" : "6.0.0-ballot2",
  "name" : "MeasureReportEvaluationType",
  "title" : "Measure Report Evaluation Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-18T16:55:11+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The type of evaluation for the measure report.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "immutable" : true,
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/measure-report-type"
    }],
    "exclude" : [{
      "system" : "http://hl7.org/fhir/measure-report-type",
      "concept" : [{
        "code" : "data-exchange"
      }]
    }]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.