{
"resourceType" : "Measure",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Logical URI to reference this measure (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the measure
"version" : "<string>", // Business version of the measure
"name" : "<string>", // Name for this measure (computer friendly)
"title" : "<string>", // Name for this measure (human friendly)
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing purposes, not real usage
"date" : "<dateTime>", // Date this was last changed
"publisher" : "<string>", // Name of the publisher (organization or individual)
"description" : "<markdown>", // Natural language description of the measure
"purpose" : "<markdown>", // Why this measure is defined
"usage" : "<string>", // Describes the clinical usage of the measure
"approvalDate" : "<date>", // When the measure was approved by publisher
"lastReviewDate" : "<date>", // When the measure was last reviewed
"effectivePeriod" : { Period }, // When the measure is expected to be used
"useContext" : [{ UsageContext }], // Context the content is intended to support
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for measure (if applicable)
"topic" : [{ CodeableConcept }], // E.g. Education, Treatment, Assessment, etc
"contributor" : [{ Contributor }], // A content contributor
"contact" : [{ ContactDetail }], // Contact details for the publisher
"copyright" : "<markdown>", // Use and/or publishing restrictions
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc
"library" : [{ Reference(Library) }], // Logic used by the measure
"disclaimer" : "<markdown>", // Disclaimer for use of the measure or its referenced content
"scoring" : { CodeableConcept }, // proportion | ratio | continuous-variable | cohort
"compositeScoring" : { CodeableConcept }, // opportunity | all-or-nothing | linear | weighted
"type" : [{ CodeableConcept }], // process | outcome | structure | patient-reported-outcome | composite
"riskAdjustment" : "<string>", // How is risk adjustment applied for this measure
"rateAggregation" : "<string>", // How is rate aggregation performed for this measure
"rationale" : "<markdown>", // Why does this measure exist
"clinicalRecommendationStatement" : "<markdown>", // Summary of clinical guidelines
"improvementNotation" : "<string>", // Improvement notation for the measure, e.g. higher score indicates better quality
"definition" : ["<markdown>"], // Defined terms used in the measure documentation
"guidance" : "<markdown>", // Additional guidance for implementers
"set" : "<string>", // The measure set, e.g. Preventive Care and Screening
"group" : [{ // Population criteria group
"identifier" : { Identifier }, // R! Unique identifier
"name" : "<string>", // Short name
"description" : "<string>", // Summary description
"population" : [{ // Population criteria
"identifier" : { Identifier }, // Unique identifier
"code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
"name" : "<string>", // Short name
"description" : "<string>", // The human readable description of this population criteria
"criteria" : "<string>" // R! The name of a valid referenced CQL expression (may be namespaced) that defines this population criteria
}],
"stratifier" : [{ // Stratifier criteria for the measure
"identifier" : { Identifier }, // The identifier for the stratifier used to coordinate the reported data back to this stratifier
"criteria" : "<string>", // How the measure should be stratified
"path" : "<string>" // Path to the stratifier
}]
}],
"supplementalData" : [{ // What other data should be reported with the measure
"identifier" : { Identifier }, // Identifier, unique within the measure
"usage" : [{ CodeableConcept }], // supplemental-data | risk-adjustment-factor
"criteria" : "<string>", // Expression describing additional data to be reported
"path" : "<string>" // Path to the supplemental data element
}]
}
Measure Search Parameters
The following search parameters can be used to query Measure resources. Just submit them like so: