Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

14.18 Resource Measure - Content

Clinical Quality Information icon Work GroupMaturity Level: 4 Trial UseSecurity Category: Anonymous Compartments: No defined compartments

The Measure resource provides the definition of a quality measure.

The Measure resource represents a structured, computable definition of a health-related measure such as a clinical quality measure, public health indicator, or population analytics measure. A quality measure is a quantitative tool to assess the performance of an individual or organization with respect to a specified process or outcome via the measurement of actions, processes, or outcomes of clinical care. Quality measures are often derived from clinical guidelines and are designed to determine whether the appropriate care has been provided given a set of clinical criteria and an evidence base.

Note that the Measure itself does not typically contain any logic; rather a Library resource is referenced that contains the logic required by the measure, and the various expression elements, such as population criteria, reference named expressions within that library (or libraries). In addition, if the Measure references multiple libraries, then any expression references within the resource must be qualified with the name of the library that contains the referenced expression.

This resource is a definition resource from a FHIR workflow perspective - see Workflow, specifically Definition.

For a detailed discussion of how to use the Measure and MeasureReport resources, refer to the Quality Reporting topic.

The Measure resource describes a specific quality measure, or population analytic, providing the structure of the measure in terms of the calculation elements (the populations involved). The Group resource is also capable of describing a population, however, the complexity involved in specifying the criteria in the general case requires the use of a high-level query language such as Clinical Quality Language (CQL). As such, the Measure resource defines only the top-level populations and references expressions for the actual criteria. These expressions are typically provided using a Library resource containing CQL or ELM expressions. In addition, the individual members of a population may be cases such as encounters or procedures and in these cases, the Group resource would be unable to represent the population characteristics accurately.

A Measure is also similar to an ObservationDefinition resource, in that it is purely definitional, it contains no actual measurements, only a description of how to calculate a particular measurement or set of measurements. Measure is different from ObservationDefinition in that Measure is intended to provide a computable specification.

A Measure is also similar to a clinical document, but as with the relationship to Observation, a Document is specific to a particular subject.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. Measure TUDomainResourceA quality measure definition
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation
+ Rule: Stratifier SHALL be either a single criteria or a set of criteria components

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
... url ΣC0..1uriCanonical identifier for this measure, represented as a URI (globally unique)
+ Warning: URL should not contain | or # - these characters make processing canonical references problematic
... identifier Σ0..*IdentifierAdditional identifier for the measure

... version Σ0..1stringBusiness version of the measure
... versionAlgorithm[x] Σ0..1How to compare versions
Binding: Version Algorithm (Extensible)
.... versionAlgorithmStringstring
.... versionAlgorithmCodingCoding
... name ΣC0..1stringName for this measure (computer friendly)
... title ΣT0..1stringName for this measure (human friendly)
... subtitle T0..1stringSubordinate title of the measure
... status ?!Σ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (Required)
... experimental Σ0..1booleanFor testing purposes, not real usage
... subject[x] 0..1E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device
Binding: Participant Resource Types (Extensible)
.... subjectCodeableConceptCodeableConcept
.... subjectReferenceReference(Group)
... basis Σ0..1codePopulation basis
Binding: All FHIR Types (Required)
... date Σ0..1dateTimeDate last changed
... publisher ΣT0..1stringName of the publisher/steward (organization or individual)
... contact Σ0..*ContactDetailContact details for the publisher

... description ΣT0..1markdownNatural language description of the measure
... useContext Σ0..*UsageContextThe context that the content is intended to support

... jurisdiction ΣXD0..*CodeableConceptIntended jurisdiction for measure (if applicable)
Binding: Jurisdiction ValueSet (Extensible)

... purpose T0..1markdownWhy this measure is defined
... usage T0..1markdownDescribes the clinical usage of the measure
... copyright T0..1markdownUse and/or publishing restrictions
... copyrightLabel T0..1stringCopyright holder and year(s)
... approvalDate 0..1dateWhen the measure was approved by publisher
... lastReviewDate 0..1dateWhen the measure was last reviewed by the publisher
... effectivePeriod Σ0..1PeriodWhen the measure is expected to be used
... topic XD0..*CodeableConceptThe category of the measure, such as Education, Treatment, Assessment, etc
Binding: Definition Topic (Example)

... author 0..*ContactDetailWho authored the content

... editor 0..*ContactDetailWho edited the content

... reviewer 0..*ContactDetailWho reviewed the content

... endorser 0..*ContactDetailWho endorsed the content

... relatedArtifact 0..*RelatedArtifactAdditional documentation, citations, etc

... library 0..*canonical(Library)Logic used by the measure

... disclaimer Σ0..1markdownDisclaimer for use of the measure or its referenced content
... scoring Σ0..1CodeableConceptproportion | ratio | continuous-variable | cohort
Binding: MeasureScoring icon (Extensible)
... scoringUnit Σ0..1CodeableConceptWhat units?
Binding: Measure Scoring Unit (Example)
... compositeScoring Σ0..1CodeableConceptopportunity | all-or-nothing | linear | weighted
Binding: Composite Measure Scoring (Extensible)
... type Σ0..*CodeableConceptprocess | outcome | structure | patient-reported-outcome | composite
Binding: Measure Type (Extensible)

... riskAdjustment Σ0..1markdownHow risk adjustment is applied for this measure
... rateAggregation Σ0..1markdownHow is rate aggregation performed for this measure
... rationale Σ0..1markdownDetailed description of why the measure exists
... clinicalRecommendationStatement Σ0..1markdownSummary of clinical guidelines
... improvementNotation Σ0..1CodeableConceptincrease | decrease
Binding: Measure Improvement Notation (Required)
... term 0..*BackboneElementDefined terms used in the measure documentation

.... code 0..1CodeableConceptWhat term?
Binding: Measure Definition Example (Example)
.... definition 0..1markdownMeaning of the term
... guidance ΣXD0..1markdownAdditional guidance for implementers (deprecated)
... group C0..*BackboneElementPopulation criteria group

.... linkId C0..1stringUnique id for group in measure
+ Warning: Link ids should be 255 characters or less
.... code 0..1CodeableConceptMeaning of the group
Binding: Measure Group Example (Example)
.... description 0..1markdownSummary description
.... type Σ0..*CodeableConceptprocess | outcome | structure | patient-reported-outcome | composite
Binding: Measure Type (Extensible)

.... subject[x] 0..1E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device
Binding: Participant Resource Types (Extensible)
..... subjectCodeableConceptCodeableConcept
..... subjectReferenceReference(Group)
.... basis Σ0..1codePopulation basis
Binding: All FHIR Types (Required)
.... scoring Σ0..1CodeableConceptproportion | ratio | continuous-variable | cohort
Binding: MeasureScoring icon (Extensible)
.... scoringUnit Σ0..1CodeableConceptWhat units?
Binding: Measure Scoring Unit (Example)
.... rateAggregation Σ0..1markdownHow is rate aggregation performed for this measure
.... improvementNotation Σ0..1CodeableConceptincrease | decrease
Binding: Measure Improvement Notation (Required)
.... library 0..*canonical(Library)Logic used by the measure group

.... population 0..*BackboneElementPopulation criteria

..... linkId C0..1stringUnique id for population in measure
+ Warning: Link ids should be 255 characters or less
..... code 0..1CodeableConceptinitial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Binding: Measure Population Type (Extensible)
..... description 0..1markdownThe human readable description of this population criteria
..... criteria 0..1ExpressionThe criteria that defines this population
..... groupDefinition 0..1Reference(Group)A group resource that defines this population
..... inputPopulationId 0..1stringWhich population
..... aggregateMethod 0..1CodeableConceptAggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
Binding: Measure Aggregate Method (Extensible)
.... stratifier C0..*BackboneElementStratifier criteria for the measure

..... linkId C0..1stringUnique id for stratifier in measure
+ Warning: Link ids should be 255 characters or less
..... code C0..1CodeableConceptMeaning of the stratifier
Binding: Measure Stratifier Example (Example)
..... description C0..1markdownThe human readable description of this stratifier
..... criteria C0..1ExpressionHow the measure should be stratified
..... groupDefinition 0..1Reference(Group)A group resource that defines this population
..... component C0..*BackboneElementStratifier criteria component for the measure

...... linkId C0..1stringUnique id for stratifier component in measure
+ Warning: Link ids should be 255 characters or less
...... code 0..1CodeableConceptMeaning of the stratifier component
Binding: Measure Stratifier Example (Example)
...... description 0..1markdownThe human readable description of this stratifier component
...... criteria 0..1ExpressionComponent of how the measure should be stratified
...... groupDefinition 0..1Reference(Group)A group resource that defines this population
... supplementalData 0..*BackboneElementWhat other data should be reported with the measure

.... linkId C0..1stringUnique id for supplementalData in measure
+ Warning: Link ids should be 255 characters or less
.... code 0..1CodeableConceptMeaning of the supplemental data
Binding: Measure Supplemental Data Example (Example)
.... usage 0..*CodeableConceptsupplemental-data | risk-adjustment-factor
Binding: Measure Data Usage (Extensible)

.... description 0..1markdownThe human readable description of this supplemental data
.... criteria 1..1ExpressionExpression describing additional data to be reported

doco Documentation for this format icon

See the Extensions for this resource

UML Diagram (Legend)

XML Template

<Measure xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <url value="[uri]"/><!-- 0..1 Canonical identifier for this measure, represented as a URI (globally unique) -->
 <identifier><!-- 0..* Identifier Additional identifier for the measure --></identifier>
 <version value="[string]"/><!-- 0..1 Business version of the measure -->
 <versionAlgorithm[x]><!-- 0..1 string|Coding How to compare versions --></versionAlgorithm[x]>
 <name value="[string]"/><!-- I 0..1 Name for this measure (computer friendly) -->
 <title value="[string]"/><!-- 0..1 Name for this measure (human friendly) -->
 <subtitle value="[string]"/><!-- 0..1 Subordinate title of the measure -->
 <status value="[code]"/><!-- 1..1 draft | active | retired | unknown -->
 <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage -->
 <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]>
 <basis value="[code]"/><!-- 0..1 Population basis -->
 <date value="[dateTime]"/><!-- 0..1 Date last changed -->
 <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) -->
 <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact>
 <description value="[markdown]"/><!-- 0..1 Natural language description of the measure -->
 <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext>
 <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for measure (if applicable) --></jurisdiction>
 <purpose value="[markdown]"/><!-- 0..1 Why this measure is defined -->
 <usage value="[markdown]"/><!-- 0..1 Describes the clinical usage of the measure -->
 <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions -->
 <copyrightLabel value="[string]"/><!-- 0..1 Copyright holder and year(s) -->
 <approvalDate value="[date]"/><!-- 0..1 When the measure was approved by publisher -->
 <lastReviewDate value="[date]"/><!-- 0..1 When the measure was last reviewed by the publisher -->
 <effectivePeriod><!-- 0..1 Period When the measure is expected to be used --></effectivePeriod>
 <topic><!-- 0..* CodeableConcept The category of the measure, such as Education, Treatment, Assessment, etc --></topic>
 <author><!-- 0..* ContactDetail Who authored the content --></author>
 <editor><!-- 0..* ContactDetail Who edited the content --></editor>
 <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer>
 <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser>
 <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc --></relatedArtifact>
 <library><!-- 0..* canonical(Library) Logic used by the measure --></library>
 <disclaimer value="[markdown]"/><!-- 0..1 Disclaimer for use of the measure or its referenced content -->
 <scoring><!-- 0..1 CodeableConcept proportion | ratio | continuous-variable | cohort icon --></scoring>
 <scoringUnit><!-- 0..1 CodeableConcept What units? --></scoringUnit>
 <compositeScoring><!-- 0..1 CodeableConcept opportunity | all-or-nothing | linear | weighted --></compositeScoring>
 <type><!-- 0..* CodeableConcept process | outcome | structure | patient-reported-outcome | composite --></type>
 <riskAdjustment value="[markdown]"/><!-- 0..1 How risk adjustment is applied for this measure -->
 <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure -->
 <rationale value="[markdown]"/><!-- 0..1 Detailed description of why the measure exists -->
 <clinicalRecommendationStatement value="[markdown]"/><!-- 0..1 Summary of clinical guidelines -->
 <improvementNotation><!-- 0..1 CodeableConcept increase | decrease --></improvementNotation>
 <term>  <!-- 0..* Defined terms used in the measure documentation -->
  <code><!-- 0..1 CodeableConcept What term? --></code>
  <definition value="[markdown]"/><!-- 0..1 Meaning of the term -->
 </term>
 <guidance value="[markdown]"/><!-- 0..1 Additional guidance for implementers (deprecated) -->
 <group>  <!-- I 0..* Population criteria group -->
  <linkId value="[string]"/><!-- 0..1 Unique id for group in measure -->
  <code><!-- 0..1 CodeableConcept Meaning of the group --></code>
  <description value="[markdown]"/><!-- 0..1 Summary description -->
  <type><!-- 0..* CodeableConcept process | outcome | structure | patient-reported-outcome | composite --></type>
  <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]>
  <basis value="[code]"/><!-- 0..1 Population basis -->
  <scoring><!-- 0..1 CodeableConcept proportion | ratio | continuous-variable | cohort icon --></scoring>
  <scoringUnit><!-- 0..1 CodeableConcept What units? --></scoringUnit>
  <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure -->
  <improvementNotation><!-- 0..1 CodeableConcept increase | decrease --></improvementNotation>
  <library><!-- 0..* canonical(Library) Logic used by the measure group --></library>
  <population>  <!-- 0..* Population criteria -->
   <linkId value="[string]"/><!-- 0..1 Unique id for population in measure -->
   <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation --></code>
   <description value="[markdown]"/><!-- 0..1 The human readable description of this population criteria -->
   <criteria><!-- 0..1 Expression The criteria that defines this population --></criteria>
   <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition>
   <inputPopulationId value="[string]"/><!-- 0..1 Which population -->
   <aggregateMethod><!-- 0..1 CodeableConcept Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count) --></aggregateMethod>
  </population>
  <stratifier>  <!-- I 0..* Stratifier criteria for the measure -->
   <linkId value="[string]"/><!-- 0..1 Unique id for stratifier in measure -->
   <code><!-- I 0..1 CodeableConcept Meaning of the stratifier --></code>
   <description value="[markdown]"/><!-- I 0..1 The human readable description of this stratifier -->
   <criteria><!-- I 0..1 Expression How the measure should be stratified --></criteria>
   <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition>
   <component>  <!-- I 0..* Stratifier criteria component for the measure -->
    <linkId value="[string]"/><!-- 0..1 Unique id for stratifier component in measure -->
    <code><!-- 0..1 CodeableConcept Meaning of the stratifier component --></code>
    <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier component -->
    <criteria><!-- 0..1 Expression Component of how the measure should be stratified --></criteria>
    <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition>
   </component>
  </stratifier>
 </group>
 <supplementalData>  <!-- 0..* What other data should be reported with the measure -->
  <linkId value="[string]"/><!-- 0..1 Unique id for supplementalData in measure -->
  <code><!-- 0..1 CodeableConcept Meaning of the supplemental data --></code>
  <usage><!-- 0..* CodeableConcept supplemental-data | risk-adjustment-factor --></usage>
  <description value="[markdown]"/><!-- 0..1 The human readable description of this supplemental data -->
  <criteria><!-- 1..1 Expression Expression describing additional data to be reported --></criteria>
 </supplementalData>
</Measure>

JSON Template

{doco
  "resourceType" : "Measure",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "url" : "<uri>", // Canonical identifier for this measure, represented as a URI (globally unique)
  "identifier" : [{ Identifier }], // Additional identifier for the measure
  "version" : "<string>", // Business version of the measure
  // versionAlgorithm[x]: How to compare versions. One of these 2:
  "versionAlgorithmString" : "<string>",
  "versionAlgorithmCoding" : { Coding },
  "name" : "<string>", // I Name for this measure (computer friendly)
  "title" : "<string>", // Name for this measure (human friendly)
  "subtitle" : "<string>", // Subordinate title of the measure
  "status" : "<code>", // R!  draft | active | retired | unknown
  "experimental" : <boolean>, // For testing purposes, not real usage
  // subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
  "subjectCodeableConcept" : { CodeableConcept },
  "subjectReference" : { Reference(Group) },
  "basis" : "<code>", // Population basis
  "date" : "<dateTime>", // Date last changed
  "publisher" : "<string>", // Name of the publisher/steward (organization or individual)
  "contact" : [{ ContactDetail }], // Contact details for the publisher
  "description" : "<markdown>", // Natural language description of the measure
  "useContext" : [{ UsageContext }], // The context that the content is intended to support
  "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for measure (if applicable)
  "purpose" : "<markdown>", // Why this measure is defined
  "usage" : "<markdown>", // Describes the clinical usage of the measure
  "copyright" : "<markdown>", // Use and/or publishing restrictions
  "copyrightLabel" : "<string>", // Copyright holder and year(s)
  "approvalDate" : "<date>", // When the measure was approved by publisher
  "lastReviewDate" : "<date>", // When the measure was last reviewed by the publisher
  "effectivePeriod" : { Period }, // When the measure is expected to be used
  "topic" : [{ CodeableConcept }], // The category of the measure, such as Education, Treatment, Assessment, etc
  "author" : [{ ContactDetail }], // Who authored the content
  "editor" : [{ ContactDetail }], // Who edited the content
  "reviewer" : [{ ContactDetail }], // Who reviewed the content
  "endorser" : [{ ContactDetail }], // Who endorsed the content
  "relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc
  "library" : ["<canonical(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 icon
  "scoringUnit" : { CodeableConcept }, // What units?
  "compositeScoring" : { CodeableConcept }, // opportunity | all-or-nothing | linear | weighted
  "type" : [{ CodeableConcept }], // process | outcome | structure | patient-reported-outcome | composite
  "riskAdjustment" : "<markdown>", // How risk adjustment is applied for this measure
  "rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
  "rationale" : "<markdown>", // Detailed description of why the measure exists
  "clinicalRecommendationStatement" : "<markdown>", // Summary of clinical guidelines
  "improvementNotation" : { CodeableConcept }, // increase | decrease
  "term" : [{ // Defined terms used in the measure documentation
    "code" : { CodeableConcept }, // What term?
    "definition" : "<markdown>" // Meaning of the term
  }],
  "guidance" : "<markdown>", // Additional guidance for implementers (deprecated)
  "group" : [{ // I Population criteria group
    "linkId" : "<string>", // Unique id for group in measure
    "code" : { CodeableConcept }, // Meaning of the group
    "description" : "<markdown>", // Summary description
    "type" : [{ CodeableConcept }], // process | outcome | structure | patient-reported-outcome | composite
    // subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
    "subjectCodeableConcept" : { CodeableConcept },
    "subjectReference" : { Reference(Group) },
    "basis" : "<code>", // Population basis
    "scoring" : { CodeableConcept }, // proportion | ratio | continuous-variable | cohort icon
    "scoringUnit" : { CodeableConcept }, // What units?
    "rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
    "improvementNotation" : { CodeableConcept }, // increase | decrease
    "library" : ["<canonical(Library)>"], // Logic used by the measure group
    "population" : [{ // Population criteria
      "linkId" : "<string>", // Unique id for population in measure
      "code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
      "description" : "<markdown>", // The human readable description of this population criteria
      "criteria" : { Expression }, // The criteria that defines this population
      "groupDefinition" : { Reference(Group) }, // A group resource that defines this population
      "inputPopulationId" : "<string>", // Which population
      "aggregateMethod" : { CodeableConcept } // Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
    }],
    "stratifier" : [{ // I Stratifier criteria for the measure
      "linkId" : "<string>", // Unique id for stratifier in measure
      "code" : { CodeableConcept }, // I Meaning of the stratifier
      "description" : "<markdown>", // I The human readable description of this stratifier
      "criteria" : { Expression }, // I How the measure should be stratified
      "groupDefinition" : { Reference(Group) }, // A group resource that defines this population
      "component" : [{ // I Stratifier criteria component for the measure
        "linkId" : "<string>", // Unique id for stratifier component in measure
        "code" : { CodeableConcept }, // Meaning of the stratifier component
        "description" : "<markdown>", // The human readable description of this stratifier component
        "criteria" : { Expression }, // Component of how the measure should be stratified
        "groupDefinition" : { Reference(Group) } // A group resource that defines this population
      }]
    }]
  }],
  "supplementalData" : [{ // What other data should be reported with the measure
    "linkId" : "<string>", // Unique id for supplementalData in measure
    "code" : { CodeableConcept }, // Meaning of the supplemental data
    "usage" : [{ CodeableConcept }], // supplemental-data | risk-adjustment-factor
    "description" : "<markdown>", // The human readable description of this supplemental data
    "criteria" : { Expression } // R!  Expression describing additional data to be reported
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:Measure;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:url [ uri ] ; # 0..1 Canonical identifier for this measure, represented as a URI (globally unique)
  fhir:identifier  ( [ Identifier ] ... ) ; # 0..* Additional identifier for the measure
  fhir:version [ string ] ; # 0..1 Business version of the measure
  # versionAlgorithm[x] : 0..1 How to compare versions. One of these 2
    fhir:versionAlgorithm [  a fhir:string ; string ]
    fhir:versionAlgorithm [  a fhir:Coding ; Coding ]
  fhir:name [ string ] ; # 0..1 I Name for this measure (computer friendly)
  fhir:title [ string ] ; # 0..1 Name for this measure (human friendly)
  fhir:subtitle [ string ] ; # 0..1 Subordinate title of the measure
  fhir:status [ code ] ; # 1..1 draft | active | retired | unknown
  fhir:experimental [ boolean ] ; # 0..1 For testing purposes, not real usage
  # subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2
    fhir:subject [  a fhir:CodeableConcept ; CodeableConcept ]
    fhir:subject [  a fhir:Reference ; Reference(Group) ]
  fhir:basis [ code ] ; # 0..1 Population basis
  fhir:date [ dateTime ] ; # 0..1 Date last changed
  fhir:publisher [ string ] ; # 0..1 Name of the publisher/steward (organization or individual)
  fhir:contact  ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher
  fhir:description [ markdown ] ; # 0..1 Natural language description of the measure
  fhir:useContext  ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to support
  fhir:jurisdiction  ( [ CodeableConcept ] ... ) ; # 0..* Intended jurisdiction for measure (if applicable)
  fhir:purpose [ markdown ] ; # 0..1 Why this measure is defined
  fhir:usage [ markdown ] ; # 0..1 Describes the clinical usage of the measure
  fhir:copyright [ markdown ] ; # 0..1 Use and/or publishing restrictions
  fhir:copyrightLabel [ string ] ; # 0..1 Copyright holder and year(s)
  fhir:approvalDate [ date ] ; # 0..1 When the measure was approved by publisher
  fhir:lastReviewDate [ date ] ; # 0..1 When the measure was last reviewed by the publisher
  fhir:effectivePeriod [ Period ] ; # 0..1 When the measure is expected to be used
  fhir:topic  ( [ CodeableConcept ] ... ) ; # 0..* The category of the measure, such as Education, Treatment, Assessment, etc
  fhir:author  ( [ ContactDetail ] ... ) ; # 0..* Who authored the content
  fhir:editor  ( [ ContactDetail ] ... ) ; # 0..* Who edited the content
  fhir:reviewer  ( [ ContactDetail ] ... ) ; # 0..* Who reviewed the content
  fhir:endorser  ( [ ContactDetail ] ... ) ; # 0..* Who endorsed the content
  fhir:relatedArtifact  ( [ RelatedArtifact ] ... ) ; # 0..* Additional documentation, citations, etc
  fhir:library  ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure
  fhir:disclaimer [ markdown ] ; # 0..1 Disclaimer for use of the measure or its referenced content
  fhir:scoring [ CodeableConcept ] ; # 0..1 proportion | ratio | continuous-variable | cohort
  fhir:scoringUnit [ CodeableConcept ] ; # 0..1 What units?
  fhir:compositeScoring [ CodeableConcept ] ; # 0..1 opportunity | all-or-nothing | linear | weighted
  fhir:type  ( [ CodeableConcept ] ... ) ; # 0..* process | outcome | structure | patient-reported-outcome | composite
  fhir:riskAdjustment [ markdown ] ; # 0..1 How risk adjustment is applied for this measure
  fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure
  fhir:rationale [ markdown ] ; # 0..1 Detailed description of why the measure exists
  fhir:clinicalRecommendationStatement [ markdown ] ; # 0..1 Summary of clinical guidelines
  fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease
  fhir:term ( [ # 0..* Defined terms used in the measure documentation
    fhir:code [ CodeableConcept ] ; # 0..1 What term?
    fhir:definition [ markdown ] ; # 0..1 Meaning of the term
  ] ... ) ;
  fhir:guidance [ markdown ] ; # 0..1 Additional guidance for implementers (deprecated)
  fhir:group ( [ # 0..* I Population criteria group
    fhir:linkId [ string ] ; # 0..1 Unique id for group in measure
    fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the group
    fhir:description [ markdown ] ; # 0..1 Summary description
    fhir:type  ( [ CodeableConcept ] ... ) ; # 0..* process | outcome | structure | patient-reported-outcome | composite
    # subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2
      fhir:subject [  a fhir:CodeableConcept ; CodeableConcept ]
      fhir:subject [  a fhir:Reference ; Reference(Group) ]
    fhir:basis [ code ] ; # 0..1 Population basis
    fhir:scoring [ CodeableConcept ] ; # 0..1 proportion | ratio | continuous-variable | cohort
    fhir:scoringUnit [ CodeableConcept ] ; # 0..1 What units?
    fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure
    fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease
    fhir:library  ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure group
    fhir:population ( [ # 0..* Population criteria
      fhir:linkId [ string ] ; # 0..1 Unique id for population in measure
      fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
      fhir:description [ markdown ] ; # 0..1 The human readable description of this population criteria
      fhir:criteria [ Expression ] ; # 0..1 The criteria that defines this population
      fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population
      fhir:inputPopulationId [ string ] ; # 0..1 Which population
      fhir:aggregateMethod [ CodeableConcept ] ; # 0..1 Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
    ] ... ) ;
    fhir:stratifier ( [ # 0..* I Stratifier criteria for the measure
      fhir:linkId [ string ] ; # 0..1 Unique id for stratifier in measure
      fhir:code [ CodeableConcept ] ; # 0..1 I Meaning of the stratifier
      fhir:description [ markdown ] ; # 0..1 I The human readable description of this stratifier
      fhir:criteria [ Expression ] ; # 0..1 I How the measure should be stratified
      fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population
      fhir:component ( [ # 0..* I Stratifier criteria component for the measure
        fhir:linkId [ string ] ; # 0..1 Unique id for stratifier component in measure
        fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the stratifier component
        fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier component
        fhir:criteria [ Expression ] ; # 0..1 Component of how the measure should be stratified
        fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population
      ] ... ) ;
    ] ... ) ;
  ] ... ) ;
  fhir:supplementalData ( [ # 0..* What other data should be reported with the measure
    fhir:linkId [ string ] ; # 0..1 Unique id for supplementalData in measure
    fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the supplemental data
    fhir:usage  ( [ CodeableConcept ] ... ) ; # 0..* supplemental-data | risk-adjustment-factor
    fhir:description [ markdown ] ; # 0..1 The human readable description of this supplemental data
    fhir:criteria [ Expression ] ; # 1..1 Expression describing additional data to be reported
  ] ... ) ;
]

Changes from both R4 and R4B

Measure
Measure.versionAlgorithm[x]
  • Added Element
Measure.subject[x]
  • Change value set from http://hl7.org/fhir/ValueSet/subject-type to Participant Resource Types
  • Change code system for extensibly bound codes from "http://hl7.org/fhir/resource-types" to "http://hl7.org/fhir/fhir-types"
Measure.basis
  • Added Element
Measure.usage
  • Type changed from string to markdown
Measure.copyrightLabel
  • Added Element
Measure.scoring
  • Change value set from http://hl7.org/fhir/ValueSet/measure-scoring to MeasureScoring icon
Measure.scoringUnit
  • Added Element
Measure.riskAdjustment
  • Type changed from string to markdown
Measure.rateAggregation
  • Type changed from string to markdown
Measure.term
  • Added Element
Measure.term.code
  • Added Element
Measure.term.definition
  • Added Element
Measure.group.linkId
  • Added Element
Measure.group.description
  • Type changed from string to markdown
Measure.group.type
  • Added Element
Measure.group.subject[x]
  • Added Element
Measure.group.basis
  • Added Element
Measure.group.scoring
  • Added Element
Measure.group.scoringUnit
  • Added Element
Measure.group.rateAggregation
  • Added Element
Measure.group.improvementNotation
  • Added Element
Measure.group.library
  • Added Element
Measure.group.population.linkId
  • Added Element
Measure.group.population.description
  • Type changed from string to markdown
Measure.group.population.criteria
  • Min Cardinality changed from 1 to 0
Measure.group.population.groupDefinition
  • Added Element
Measure.group.population.inputPopulationId
  • Added Element
Measure.group.population.aggregateMethod
  • Added Element
Measure.group.stratifier.linkId
  • Added Element
Measure.group.stratifier.description
  • Type changed from string to markdown
Measure.group.stratifier.groupDefinition
  • Added Element
Measure.group.stratifier.component.linkId
  • Added Element
Measure.group.stratifier.component.description
  • Type changed from string to markdown
Measure.group.stratifier.component.criteria
  • Min Cardinality changed from 1 to 0
Measure.group.stratifier.component.groupDefinition
  • Added Element
Measure.supplementalData.linkId
  • Added Element
Measure.supplementalData.description
  • Type changed from string to markdown
Measure.definition
  • Deleted (->term.definition term is code and definition now)

See the Full Difference for further information

This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.

See R4 <--> R5 Conversion Maps (status = See Conversions Summary.)

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. Measure TUDomainResourceA quality measure definition
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation
+ Rule: Stratifier SHALL be either a single criteria or a set of criteria components

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
... url ΣC0..1uriCanonical identifier for this measure, represented as a URI (globally unique)
+ Warning: URL should not contain | or # - these characters make processing canonical references problematic
... identifier Σ0..*IdentifierAdditional identifier for the measure

... version Σ0..1stringBusiness version of the measure
... versionAlgorithm[x] Σ0..1How to compare versions
Binding: Version Algorithm (Extensible)
.... versionAlgorithmStringstring
.... versionAlgorithmCodingCoding
... name ΣC0..1stringName for this measure (computer friendly)
... title ΣT0..1stringName for this measure (human friendly)
... subtitle T0..1stringSubordinate title of the measure
... status ?!Σ1..1codedraft | active | retired | unknown
Binding: PublicationStatus (Required)
... experimental Σ0..1booleanFor testing purposes, not real usage
... subject[x] 0..1E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device
Binding: Participant Resource Types (Extensible)
.... subjectCodeableConceptCodeableConcept
.... subjectReferenceReference(Group)
... basis Σ0..1codePopulation basis
Binding: All FHIR Types (Required)
... date Σ0..1dateTimeDate last changed
... publisher ΣT0..1stringName of the publisher/steward (organization or individual)
... contact Σ0..*ContactDetailContact details for the publisher

... description ΣT0..1markdownNatural language description of the measure
... useContext Σ0..*UsageContextThe context that the content is intended to support

... jurisdiction ΣXD0..*CodeableConceptIntended jurisdiction for measure (if applicable)
Binding: Jurisdiction ValueSet (Extensible)

... purpose T0..1markdownWhy this measure is defined
... usage T0..1markdownDescribes the clinical usage of the measure
... copyright T0..1markdownUse and/or publishing restrictions
... copyrightLabel T0..1stringCopyright holder and year(s)
... approvalDate 0..1dateWhen the measure was approved by publisher
... lastReviewDate 0..1dateWhen the measure was last reviewed by the publisher
... effectivePeriod Σ0..1PeriodWhen the measure is expected to be used
... topic XD0..*CodeableConceptThe category of the measure, such as Education, Treatment, Assessment, etc
Binding: Definition Topic (Example)

... author 0..*ContactDetailWho authored the content

... editor 0..*ContactDetailWho edited the content

... reviewer 0..*ContactDetailWho reviewed the content

... endorser 0..*ContactDetailWho endorsed the content

... relatedArtifact 0..*RelatedArtifactAdditional documentation, citations, etc

... library 0..*canonical(Library)Logic used by the measure

... disclaimer Σ0..1markdownDisclaimer for use of the measure or its referenced content
... scoring Σ0..1CodeableConceptproportion | ratio | continuous-variable | cohort
Binding: MeasureScoring icon (Extensible)
... scoringUnit Σ0..1CodeableConceptWhat units?
Binding: Measure Scoring Unit (Example)
... compositeScoring Σ0..1CodeableConceptopportunity | all-or-nothing | linear | weighted
Binding: Composite Measure Scoring (Extensible)
... type Σ0..*CodeableConceptprocess | outcome | structure | patient-reported-outcome | composite
Binding: Measure Type (Extensible)

... riskAdjustment Σ0..1markdownHow risk adjustment is applied for this measure
... rateAggregation Σ0..1markdownHow is rate aggregation performed for this measure
... rationale Σ0..1markdownDetailed description of why the measure exists
... clinicalRecommendationStatement Σ0..1markdownSummary of clinical guidelines
... improvementNotation Σ0..1CodeableConceptincrease | decrease
Binding: Measure Improvement Notation (Required)
... term 0..*BackboneElementDefined terms used in the measure documentation

.... code 0..1CodeableConceptWhat term?
Binding: Measure Definition Example (Example)
.... definition 0..1markdownMeaning of the term
... guidance ΣXD0..1markdownAdditional guidance for implementers (deprecated)
... group C0..*BackboneElementPopulation criteria group

.... linkId C0..1stringUnique id for group in measure
+ Warning: Link ids should be 255 characters or less
.... code 0..1CodeableConceptMeaning of the group
Binding: Measure Group Example (Example)
.... description 0..1markdownSummary description
.... type Σ0..*CodeableConceptprocess | outcome | structure | patient-reported-outcome | composite
Binding: Measure Type (Extensible)

.... subject[x] 0..1E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device
Binding: Participant Resource Types (Extensible)
..... subjectCodeableConceptCodeableConcept
..... subjectReferenceReference(Group)
.... basis Σ0..1codePopulation basis
Binding: All FHIR Types (Required)
.... scoring Σ0..1CodeableConceptproportion | ratio | continuous-variable | cohort
Binding: MeasureScoring icon (Extensible)
.... scoringUnit Σ0..1CodeableConceptWhat units?
Binding: Measure Scoring Unit (Example)
.... rateAggregation Σ0..1markdownHow is rate aggregation performed for this measure
.... improvementNotation Σ0..1CodeableConceptincrease | decrease
Binding: Measure Improvement Notation (Required)
.... library 0..*canonical(Library)Logic used by the measure group

.... population 0..*BackboneElementPopulation criteria

..... linkId C0..1stringUnique id for population in measure
+ Warning: Link ids should be 255 characters or less
..... code 0..1CodeableConceptinitial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Binding: Measure Population Type (Extensible)
..... description 0..1markdownThe human readable description of this population criteria
..... criteria 0..1ExpressionThe criteria that defines this population
..... groupDefinition 0..1Reference(Group)A group resource that defines this population
..... inputPopulationId 0..1stringWhich population
..... aggregateMethod 0..1CodeableConceptAggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
Binding: Measure Aggregate Method (Extensible)
.... stratifier C0..*BackboneElementStratifier criteria for the measure

..... linkId C0..1stringUnique id for stratifier in measure
+ Warning: Link ids should be 255 characters or less
..... code C0..1CodeableConceptMeaning of the stratifier
Binding: Measure Stratifier Example (Example)
..... description C0..1markdownThe human readable description of this stratifier
..... criteria C0..1ExpressionHow the measure should be stratified
..... groupDefinition 0..1Reference(Group)A group resource that defines this population
..... component C0..*BackboneElementStratifier criteria component for the measure

...... linkId C0..1stringUnique id for stratifier component in measure
+ Warning: Link ids should be 255 characters or less
...... code 0..1CodeableConceptMeaning of the stratifier component
Binding: Measure Stratifier Example (Example)
...... description 0..1markdownThe human readable description of this stratifier component
...... criteria 0..1ExpressionComponent of how the measure should be stratified
...... groupDefinition 0..1Reference(Group)A group resource that defines this population
... supplementalData 0..*BackboneElementWhat other data should be reported with the measure

.... linkId C0..1stringUnique id for supplementalData in measure
+ Warning: Link ids should be 255 characters or less
.... code 0..1CodeableConceptMeaning of the supplemental data
Binding: Measure Supplemental Data Example (Example)
.... usage 0..*CodeableConceptsupplemental-data | risk-adjustment-factor
Binding: Measure Data Usage (Extensible)

.... description 0..1markdownThe human readable description of this supplemental data
.... criteria 1..1ExpressionExpression describing additional data to be reported

doco Documentation for this format icon

See the Extensions for this resource

UML Diagram (Legend)

XML Template

<Measure xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <url value="[uri]"/><!-- 0..1 Canonical identifier for this measure, represented as a URI (globally unique) -->
 <identifier><!-- 0..* Identifier Additional identifier for the measure --></identifier>
 <version value="[string]"/><!-- 0..1 Business version of the measure -->
 <versionAlgorithm[x]><!-- 0..1 string|Coding How to compare versions --></versionAlgorithm[x]>
 <name value="[string]"/><!-- I 0..1 Name for this measure (computer friendly) -->
 <title value="[string]"/><!-- 0..1 Name for this measure (human friendly) -->
 <subtitle value="[string]"/><!-- 0..1 Subordinate title of the measure -->
 <status value="[code]"/><!-- 1..1 draft | active | retired | unknown -->
 <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage -->
 <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]>
 <basis value="[code]"/><!-- 0..1 Population basis -->
 <date value="[dateTime]"/><!-- 0..1 Date last changed -->
 <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) -->
 <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact>
 <description value="[markdown]"/><!-- 0..1 Natural language description of the measure -->
 <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext>
 <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for measure (if applicable) --></jurisdiction>
 <purpose value="[markdown]"/><!-- 0..1 Why this measure is defined -->
 <usage value="[markdown]"/><!-- 0..1 Describes the clinical usage of the measure -->
 <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions -->
 <copyrightLabel value="[string]"/><!-- 0..1 Copyright holder and year(s) -->
 <approvalDate value="[date]"/><!-- 0..1 When the measure was approved by publisher -->
 <lastReviewDate value="[date]"/><!-- 0..1 When the measure was last reviewed by the publisher -->
 <effectivePeriod><!-- 0..1 Period When the measure is expected to be used --></effectivePeriod>
 <topic><!-- 0..* CodeableConcept The category of the measure, such as Education, Treatment, Assessment, etc --></topic>
 <author><!-- 0..* ContactDetail Who authored the content --></author>
 <editor><!-- 0..* ContactDetail Who edited the content --></editor>
 <reviewer><!-- 0..* ContactDetail Who reviewed the content --></reviewer>
 <endorser><!-- 0..* ContactDetail Who endorsed the content --></endorser>
 <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation, citations, etc --></relatedArtifact>
 <library><!-- 0..* canonical(Library) Logic used by the measure --></library>
 <disclaimer value="[markdown]"/><!-- 0..1 Disclaimer for use of the measure or its referenced content -->
 <scoring><!-- 0..1 CodeableConcept proportion | ratio | continuous-variable | cohort icon --></scoring>
 <scoringUnit><!-- 0..1 CodeableConcept What units? --></scoringUnit>
 <compositeScoring><!-- 0..1 CodeableConcept opportunity | all-or-nothing | linear | weighted --></compositeScoring>
 <type><!-- 0..* CodeableConcept process | outcome | structure | patient-reported-outcome | composite --></type>
 <riskAdjustment value="[markdown]"/><!-- 0..1 How risk adjustment is applied for this measure -->
 <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure -->
 <rationale value="[markdown]"/><!-- 0..1 Detailed description of why the measure exists -->
 <clinicalRecommendationStatement value="[markdown]"/><!-- 0..1 Summary of clinical guidelines -->
 <improvementNotation><!-- 0..1 CodeableConcept increase | decrease --></improvementNotation>
 <term>  <!-- 0..* Defined terms used in the measure documentation -->
  <code><!-- 0..1 CodeableConcept What term? --></code>
  <definition value="[markdown]"/><!-- 0..1 Meaning of the term -->
 </term>
 <guidance value="[markdown]"/><!-- 0..1 Additional guidance for implementers (deprecated) -->
 <group>  <!-- I 0..* Population criteria group -->
  <linkId value="[string]"/><!-- 0..1 Unique id for group in measure -->
  <code><!-- 0..1 CodeableConcept Meaning of the group --></code>
  <description value="[markdown]"/><!-- 0..1 Summary description -->
  <type><!-- 0..* CodeableConcept process | outcome | structure | patient-reported-outcome | composite --></type>
  <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device --></subject[x]>
  <basis value="[code]"/><!-- 0..1 Population basis -->
  <scoring><!-- 0..1 CodeableConcept proportion | ratio | continuous-variable | cohort icon --></scoring>
  <scoringUnit><!-- 0..1 CodeableConcept What units? --></scoringUnit>
  <rateAggregation value="[markdown]"/><!-- 0..1 How is rate aggregation performed for this measure -->
  <improvementNotation><!-- 0..1 CodeableConcept increase | decrease --></improvementNotation>
  <library><!-- 0..* canonical(Library) Logic used by the measure group --></library>
  <population>  <!-- 0..* Population criteria -->
   <linkId value="[string]"/><!-- 0..1 Unique id for population in measure -->
   <code><!-- 0..1 CodeableConcept initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation --></code>
   <description value="[markdown]"/><!-- 0..1 The human readable description of this population criteria -->
   <criteria><!-- 0..1 Expression The criteria that defines this population --></criteria>
   <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition>
   <inputPopulationId value="[string]"/><!-- 0..1 Which population -->
   <aggregateMethod><!-- 0..1 CodeableConcept Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count) --></aggregateMethod>
  </population>
  <stratifier>  <!-- I 0..* Stratifier criteria for the measure -->
   <linkId value="[string]"/><!-- 0..1 Unique id for stratifier in measure -->
   <code><!-- I 0..1 CodeableConcept Meaning of the stratifier --></code>
   <description value="[markdown]"/><!-- I 0..1 The human readable description of this stratifier -->
   <criteria><!-- I 0..1 Expression How the measure should be stratified --></criteria>
   <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition>
   <component>  <!-- I 0..* Stratifier criteria component for the measure -->
    <linkId value="[string]"/><!-- 0..1 Unique id for stratifier component in measure -->
    <code><!-- 0..1 CodeableConcept Meaning of the stratifier component --></code>
    <description value="[markdown]"/><!-- 0..1 The human readable description of this stratifier component -->
    <criteria><!-- 0..1 Expression Component of how the measure should be stratified --></criteria>
    <groupDefinition><!-- 0..1 Reference(Group) A group resource that defines this population --></groupDefinition>
   </component>
  </stratifier>
 </group>
 <supplementalData>  <!-- 0..* What other data should be reported with the measure -->
  <linkId value="[string]"/><!-- 0..1 Unique id for supplementalData in measure -->
  <code><!-- 0..1 CodeableConcept Meaning of the supplemental data --></code>
  <usage><!-- 0..* CodeableConcept supplemental-data | risk-adjustment-factor --></usage>
  <description value="[markdown]"/><!-- 0..1 The human readable description of this supplemental data -->
  <criteria><!-- 1..1 Expression Expression describing additional data to be reported --></criteria>
 </supplementalData>
</Measure>

JSON Template

{doco
  "resourceType" : "Measure",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "url" : "<uri>", // Canonical identifier for this measure, represented as a URI (globally unique)
  "identifier" : [{ Identifier }], // Additional identifier for the measure
  "version" : "<string>", // Business version of the measure
  // versionAlgorithm[x]: How to compare versions. One of these 2:
  "versionAlgorithmString" : "<string>",
  "versionAlgorithmCoding" : { Coding },
  "name" : "<string>", // I Name for this measure (computer friendly)
  "title" : "<string>", // Name for this measure (human friendly)
  "subtitle" : "<string>", // Subordinate title of the measure
  "status" : "<code>", // R!  draft | active | retired | unknown
  "experimental" : <boolean>, // For testing purposes, not real usage
  // subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
  "subjectCodeableConcept" : { CodeableConcept },
  "subjectReference" : { Reference(Group) },
  "basis" : "<code>", // Population basis
  "date" : "<dateTime>", // Date last changed
  "publisher" : "<string>", // Name of the publisher/steward (organization or individual)
  "contact" : [{ ContactDetail }], // Contact details for the publisher
  "description" : "<markdown>", // Natural language description of the measure
  "useContext" : [{ UsageContext }], // The context that the content is intended to support
  "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for measure (if applicable)
  "purpose" : "<markdown>", // Why this measure is defined
  "usage" : "<markdown>", // Describes the clinical usage of the measure
  "copyright" : "<markdown>", // Use and/or publishing restrictions
  "copyrightLabel" : "<string>", // Copyright holder and year(s)
  "approvalDate" : "<date>", // When the measure was approved by publisher
  "lastReviewDate" : "<date>", // When the measure was last reviewed by the publisher
  "effectivePeriod" : { Period }, // When the measure is expected to be used
  "topic" : [{ CodeableConcept }], // The category of the measure, such as Education, Treatment, Assessment, etc
  "author" : [{ ContactDetail }], // Who authored the content
  "editor" : [{ ContactDetail }], // Who edited the content
  "reviewer" : [{ ContactDetail }], // Who reviewed the content
  "endorser" : [{ ContactDetail }], // Who endorsed the content
  "relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc
  "library" : ["<canonical(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 icon
  "scoringUnit" : { CodeableConcept }, // What units?
  "compositeScoring" : { CodeableConcept }, // opportunity | all-or-nothing | linear | weighted
  "type" : [{ CodeableConcept }], // process | outcome | structure | patient-reported-outcome | composite
  "riskAdjustment" : "<markdown>", // How risk adjustment is applied for this measure
  "rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
  "rationale" : "<markdown>", // Detailed description of why the measure exists
  "clinicalRecommendationStatement" : "<markdown>", // Summary of clinical guidelines
  "improvementNotation" : { CodeableConcept }, // increase | decrease
  "term" : [{ // Defined terms used in the measure documentation
    "code" : { CodeableConcept }, // What term?
    "definition" : "<markdown>" // Meaning of the term
  }],
  "guidance" : "<markdown>", // Additional guidance for implementers (deprecated)
  "group" : [{ // I Population criteria group
    "linkId" : "<string>", // Unique id for group in measure
    "code" : { CodeableConcept }, // Meaning of the group
    "description" : "<markdown>", // Summary description
    "type" : [{ CodeableConcept }], // process | outcome | structure | patient-reported-outcome | composite
    // subject[x]: E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2:
    "subjectCodeableConcept" : { CodeableConcept },
    "subjectReference" : { Reference(Group) },
    "basis" : "<code>", // Population basis
    "scoring" : { CodeableConcept }, // proportion | ratio | continuous-variable | cohort icon
    "scoringUnit" : { CodeableConcept }, // What units?
    "rateAggregation" : "<markdown>", // How is rate aggregation performed for this measure
    "improvementNotation" : { CodeableConcept }, // increase | decrease
    "library" : ["<canonical(Library)>"], // Logic used by the measure group
    "population" : [{ // Population criteria
      "linkId" : "<string>", // Unique id for population in measure
      "code" : { CodeableConcept }, // initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
      "description" : "<markdown>", // The human readable description of this population criteria
      "criteria" : { Expression }, // The criteria that defines this population
      "groupDefinition" : { Reference(Group) }, // A group resource that defines this population
      "inputPopulationId" : "<string>", // Which population
      "aggregateMethod" : { CodeableConcept } // Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
    }],
    "stratifier" : [{ // I Stratifier criteria for the measure
      "linkId" : "<string>", // Unique id for stratifier in measure
      "code" : { CodeableConcept }, // I Meaning of the stratifier
      "description" : "<markdown>", // I The human readable description of this stratifier
      "criteria" : { Expression }, // I How the measure should be stratified
      "groupDefinition" : { Reference(Group) }, // A group resource that defines this population
      "component" : [{ // I Stratifier criteria component for the measure
        "linkId" : "<string>", // Unique id for stratifier component in measure
        "code" : { CodeableConcept }, // Meaning of the stratifier component
        "description" : "<markdown>", // The human readable description of this stratifier component
        "criteria" : { Expression }, // Component of how the measure should be stratified
        "groupDefinition" : { Reference(Group) } // A group resource that defines this population
      }]
    }]
  }],
  "supplementalData" : [{ // What other data should be reported with the measure
    "linkId" : "<string>", // Unique id for supplementalData in measure
    "code" : { CodeableConcept }, // Meaning of the supplemental data
    "usage" : [{ CodeableConcept }], // supplemental-data | risk-adjustment-factor
    "description" : "<markdown>", // The human readable description of this supplemental data
    "criteria" : { Expression } // R!  Expression describing additional data to be reported
  }]
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:Measure;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:url [ uri ] ; # 0..1 Canonical identifier for this measure, represented as a URI (globally unique)
  fhir:identifier  ( [ Identifier ] ... ) ; # 0..* Additional identifier for the measure
  fhir:version [ string ] ; # 0..1 Business version of the measure
  # versionAlgorithm[x] : 0..1 How to compare versions. One of these 2
    fhir:versionAlgorithm [  a fhir:string ; string ]
    fhir:versionAlgorithm [  a fhir:Coding ; Coding ]
  fhir:name [ string ] ; # 0..1 I Name for this measure (computer friendly)
  fhir:title [ string ] ; # 0..1 Name for this measure (human friendly)
  fhir:subtitle [ string ] ; # 0..1 Subordinate title of the measure
  fhir:status [ code ] ; # 1..1 draft | active | retired | unknown
  fhir:experimental [ boolean ] ; # 0..1 For testing purposes, not real usage
  # subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2
    fhir:subject [  a fhir:CodeableConcept ; CodeableConcept ]
    fhir:subject [  a fhir:Reference ; Reference(Group) ]
  fhir:basis [ code ] ; # 0..1 Population basis
  fhir:date [ dateTime ] ; # 0..1 Date last changed
  fhir:publisher [ string ] ; # 0..1 Name of the publisher/steward (organization or individual)
  fhir:contact  ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher
  fhir:description [ markdown ] ; # 0..1 Natural language description of the measure
  fhir:useContext  ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to support
  fhir:jurisdiction  ( [ CodeableConcept ] ... ) ; # 0..* Intended jurisdiction for measure (if applicable)
  fhir:purpose [ markdown ] ; # 0..1 Why this measure is defined
  fhir:usage [ markdown ] ; # 0..1 Describes the clinical usage of the measure
  fhir:copyright [ markdown ] ; # 0..1 Use and/or publishing restrictions
  fhir:copyrightLabel [ string ] ; # 0..1 Copyright holder and year(s)
  fhir:approvalDate [ date ] ; # 0..1 When the measure was approved by publisher
  fhir:lastReviewDate [ date ] ; # 0..1 When the measure was last reviewed by the publisher
  fhir:effectivePeriod [ Period ] ; # 0..1 When the measure is expected to be used
  fhir:topic  ( [ CodeableConcept ] ... ) ; # 0..* The category of the measure, such as Education, Treatment, Assessment, etc
  fhir:author  ( [ ContactDetail ] ... ) ; # 0..* Who authored the content
  fhir:editor  ( [ ContactDetail ] ... ) ; # 0..* Who edited the content
  fhir:reviewer  ( [ ContactDetail ] ... ) ; # 0..* Who reviewed the content
  fhir:endorser  ( [ ContactDetail ] ... ) ; # 0..* Who endorsed the content
  fhir:relatedArtifact  ( [ RelatedArtifact ] ... ) ; # 0..* Additional documentation, citations, etc
  fhir:library  ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure
  fhir:disclaimer [ markdown ] ; # 0..1 Disclaimer for use of the measure or its referenced content
  fhir:scoring [ CodeableConcept ] ; # 0..1 proportion | ratio | continuous-variable | cohort
  fhir:scoringUnit [ CodeableConcept ] ; # 0..1 What units?
  fhir:compositeScoring [ CodeableConcept ] ; # 0..1 opportunity | all-or-nothing | linear | weighted
  fhir:type  ( [ CodeableConcept ] ... ) ; # 0..* process | outcome | structure | patient-reported-outcome | composite
  fhir:riskAdjustment [ markdown ] ; # 0..1 How risk adjustment is applied for this measure
  fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure
  fhir:rationale [ markdown ] ; # 0..1 Detailed description of why the measure exists
  fhir:clinicalRecommendationStatement [ markdown ] ; # 0..1 Summary of clinical guidelines
  fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease
  fhir:term ( [ # 0..* Defined terms used in the measure documentation
    fhir:code [ CodeableConcept ] ; # 0..1 What term?
    fhir:definition [ markdown ] ; # 0..1 Meaning of the term
  ] ... ) ;
  fhir:guidance [ markdown ] ; # 0..1 Additional guidance for implementers (deprecated)
  fhir:group ( [ # 0..* I Population criteria group
    fhir:linkId [ string ] ; # 0..1 Unique id for group in measure
    fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the group
    fhir:description [ markdown ] ; # 0..1 Summary description
    fhir:type  ( [ CodeableConcept ] ... ) ; # 0..* process | outcome | structure | patient-reported-outcome | composite
    # subject[x] : 0..1 E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device. One of these 2
      fhir:subject [  a fhir:CodeableConcept ; CodeableConcept ]
      fhir:subject [  a fhir:Reference ; Reference(Group) ]
    fhir:basis [ code ] ; # 0..1 Population basis
    fhir:scoring [ CodeableConcept ] ; # 0..1 proportion | ratio | continuous-variable | cohort
    fhir:scoringUnit [ CodeableConcept ] ; # 0..1 What units?
    fhir:rateAggregation [ markdown ] ; # 0..1 How is rate aggregation performed for this measure
    fhir:improvementNotation [ CodeableConcept ] ; # 0..1 increase | decrease
    fhir:library  ( [ canonical(Library) ] ... ) ; # 0..* Logic used by the measure group
    fhir:population ( [ # 0..* Population criteria
      fhir:linkId [ string ] ; # 0..1 Unique id for population in measure
      fhir:code [ CodeableConcept ] ; # 0..1 initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
      fhir:description [ markdown ] ; # 0..1 The human readable description of this population criteria
      fhir:criteria [ Expression ] ; # 0..1 The criteria that defines this population
      fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population
      fhir:inputPopulationId [ string ] ; # 0..1 Which population
      fhir:aggregateMethod [ CodeableConcept ] ; # 0..1 Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)
    ] ... ) ;
    fhir:stratifier ( [ # 0..* I Stratifier criteria for the measure
      fhir:linkId [ string ] ; # 0..1 Unique id for stratifier in measure
      fhir:code [ CodeableConcept ] ; # 0..1 I Meaning of the stratifier
      fhir:description [ markdown ] ; # 0..1 I The human readable description of this stratifier
      fhir:criteria [ Expression ] ; # 0..1 I How the measure should be stratified
      fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population
      fhir:component ( [ # 0..* I Stratifier criteria component for the measure
        fhir:linkId [ string ] ; # 0..1 Unique id for stratifier component in measure
        fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the stratifier component
        fhir:description [ markdown ] ; # 0..1 The human readable description of this stratifier component
        fhir:criteria [ Expression ] ; # 0..1 Component of how the measure should be stratified
        fhir:groupDefinition [ Reference(Group) ] ; # 0..1 A group resource that defines this population
      ] ... ) ;
    ] ... ) ;
  ] ... ) ;
  fhir:supplementalData ( [ # 0..* What other data should be reported with the measure
    fhir:linkId [ string ] ; # 0..1 Unique id for supplementalData in measure
    fhir:code [ CodeableConcept ] ; # 0..1 Meaning of the supplemental data
    fhir:usage  ( [ CodeableConcept ] ... ) ; # 0..* supplemental-data | risk-adjustment-factor
    fhir:description [ markdown ] ; # 0..1 The human readable description of this supplemental data
    fhir:criteria [ Expression ] ; # 1..1 Expression describing additional data to be reported
  ] ... ) ;
]

Changes from both R4 and R4B

Measure
Measure.versionAlgorithm[x]
  • Added Element
Measure.subject[x]
  • Change value set from http://hl7.org/fhir/ValueSet/subject-type to Participant Resource Types
  • Change code system for extensibly bound codes from "http://hl7.org/fhir/resource-types" to "http://hl7.org/fhir/fhir-types"
Measure.basis
  • Added Element
Measure.usage
  • Type changed from string to markdown
Measure.copyrightLabel
  • Added Element
Measure.scoring
  • Change value set from http://hl7.org/fhir/ValueSet/measure-scoring to MeasureScoring icon
Measure.scoringUnit
  • Added Element
Measure.riskAdjustment
  • Type changed from string to markdown
Measure.rateAggregation
  • Type changed from string to markdown
Measure.term
  • Added Element
Measure.term.code
  • Added Element
Measure.term.definition
  • Added Element
Measure.group.linkId
  • Added Element
Measure.group.description
  • Type changed from string to markdown
Measure.group.type
  • Added Element
Measure.group.subject[x]
  • Added Element
Measure.group.basis
  • Added Element
Measure.group.scoring
  • Added Element
Measure.group.scoringUnit
  • Added Element
Measure.group.rateAggregation
  • Added Element
Measure.group.improvementNotation
  • Added Element
Measure.group.library
  • Added Element
Measure.group.population.linkId
  • Added Element
Measure.group.population.description
  • Type changed from string to markdown
Measure.group.population.criteria
  • Min Cardinality changed from 1 to 0
Measure.group.population.groupDefinition
  • Added Element
Measure.group.population.inputPopulationId
  • Added Element
Measure.group.population.aggregateMethod
  • Added Element
Measure.group.stratifier.linkId
  • Added Element
Measure.group.stratifier.description
  • Type changed from string to markdown
Measure.group.stratifier.groupDefinition
  • Added Element
Measure.group.stratifier.component.linkId
  • Added Element
Measure.group.stratifier.component.description
  • Type changed from string to markdown
Measure.group.stratifier.component.criteria
  • Min Cardinality changed from 1 to 0
Measure.group.stratifier.component.groupDefinition
  • Added Element
Measure.supplementalData.linkId
  • Added Element
Measure.supplementalData.description
  • Type changed from string to markdown
Measure.definition
  • Deleted (->term.definition term is code and definition now)

See the Full Difference for further information

This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.

See R4 <--> R5 Conversion Maps (status = See Conversions Summary.)

 

Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) , the spreadsheet version & the dependency analysis

PathValueSetTypeDocumentation
Measure.versionAlgorithm[x] VersionAlgorithm Extensible

Indicates the mechanism used to compare versions to determine which is more current.

Measure.status PublicationStatus Required

The lifecycle status of an artifact.

Measure.subject[x] ParticipantResourceTypes Extensible

All Resource Types that represent participant resources

Measure.basis FHIRTypes (a valid code from All FHIR Types)Required

All FHIR types

Measure.jurisdiction JurisdictionValueSet Extensible

This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used.

Note: The codes for countries and country subdivisions are taken from ISO 3166 icon while the codes for "supra-national" regions are from UN Standard country or area codes for statistical use (M49) icon.

Measure.topic DefinitionTopic Example

High-level categorization of the definition, used for searching, sorting, and filtering.

Measure.scoring MeasureScoring icon Extensible

The scoring type of the measure.

Measure.scoringUnit MeasureScoringUnit Example

This is an example value set illustrating some typical scoring units used in quality measure specifications.

Measure.compositeScoring CompositeMeasureScoring Extensible

The composite scoring method of the measure.

Measure.type MeasureType Extensible

The type of measure (includes codes from 2.16.840.1.113883.1.11.20368).

Measure.improvementNotation MeasureImprovementNotation Required

Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.

Measure.term.code MeasureDefinitionExample Example

Example Measure Definitions for the Measure Resource.

Measure.group.code MeasureGroupExample Example

Example Measure Groups for the Measure Resource.

Measure.group.type MeasureType Extensible

The type of measure (includes codes from 2.16.840.1.113883.1.11.20368).

Measure.group.subject[x] ParticipantResourceTypes Extensible

All Resource Types that represent participant resources

Measure.group.basis FHIRTypes (a valid code from All FHIR Types)Required

All FHIR types

Measure.group.scoring MeasureScoring icon Extensible

The scoring type of the measure.

Measure.group.scoringUnit MeasureScoringUnit Example

This is an example value set illustrating some typical scoring units used in quality measure specifications.

Measure.group.improvementNotation MeasureImprovementNotation Required

Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.

Measure.group.population.code MeasurePopulationType Extensible

The type of population.

Measure.group.population.aggregateMethod MeasureAggregateMethod Extensible

Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)

Measure.group.stratifier.code MeasureStratifierExample Example

Identifier subgroups in a population for measuring purposes.

Measure.group.stratifier.component.code MeasureStratifierExample Example

Identifier subgroups in a population for measuring purposes.

Measure.supplementalData.code MeasureSupplementalDataExample Example

Supplemental data in a population for measuring purposes.

Measure.supplementalData.usage MeasureDataUsage Extensible

The intended usage for supplemental data elements in the measure.

UniqueKeyLevelLocationDescriptionExpression
img cnl-0Warning (base)Name should be usable as an identifier for the module by machine processing applications such as code generationname.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')
img mea-1Rule (base)Stratifier SHALL be either a single criteria or a set of criteria componentsgroup.stratifier.all((code | description | criteria).exists() xor component.exists())
img cnl-1Warning Measure.urlURL should not contain | or # - these characters make processing canonical references problematicexists() implies matches('^[^|# ]+$')
img mea-2Warning Measure.group.linkIdLink ids should be 255 characters or less$this.length() <= 255
img mea-3Warning Measure.group.population.linkIdLink ids should be 255 characters or less$this.length() <= 255
img mea-4Warning Measure.group.stratifier.linkIdLink ids should be 255 characters or less$this.length() <= 255
img mea-5Warning Measure.group.stratifier.component.linkIdLink ids should be 255 characters or less$this.length() <= 255
img mea-6Warning Measure.supplementalData.linkIdLink ids should be 255 characters or less$this.length() <= 255

Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionExpressionIn Common
composed-ofreferenceWhat resource is being referencedMeasure.relatedArtifact.where(type='composed-of').resource
(Any)
6 Resources
contexttokenA use context assigned to the measure(Measure.useContext.value.ofType(CodeableConcept))30 Resources
context-quantityquantityA quantity- or range-valued use context assigned to the measure(Measure.useContext.value.ofType(Quantity)) | (Measure.useContext.value.ofType(Range))30 Resources
context-typetokenA type of use context assigned to the measureMeasure.useContext.code30 Resources
context-type-quantitycompositeA use context type and quantity- or range-based value assigned to the measureOn Measure.useContext:
  context-type: code
  context-quantity: value.ofType(Quantity) | value.ofType(Range)
30 Resources
context-type-valuecompositeA use context type and value assigned to the measureOn Measure.useContext:
  context-type: code
  context: value.ofType(CodeableConcept)
30 Resources
datedateThe measure publication dateMeasure.date30 Resources
depends-onreferenceWhat resource is being referencedMeasure.relatedArtifact.where(type='depends-on').resource | Measure.library
(Library, Any)
6 Resources
derived-fromreferenceWhat resource is being referencedMeasure.relatedArtifact.where(type='derived-from').resource
(Any)
10 Resources
descriptionstringThe description of the measureMeasure.description28 Resources
effectivedateThe time during which the measure is intended to be in useMeasure.effectivePeriod12 Resources
identifiertokenExternal identifier for the measureMeasure.identifier34 Resources
jurisdictiontokenIntended jurisdiction for the measureMeasure.jurisdiction26 Resources
namestringComputationally friendly name of the measureMeasure.name26 Resources
predecessorreferenceWhat resource is being referencedMeasure.relatedArtifact.where(type='predecessor').resource
(Any)
10 Resources
publisherstringName of the publisher of the measureMeasure.publisher30 Resources
statustokenThe current status of the measureMeasure.status35 Resources
successorreferenceWhat resource is being referencedMeasure.relatedArtifact.where(type='successor').resource
(Any)
6 Resources
titlestringThe human-friendly name of the measureMeasure.title27 Resources
topictokenTopics associated with the measureMeasure.topic10 Resources
urluriThe uri that identifies the measureMeasure.url34 Resources
versiontokenThe business version of the measureMeasure.version30 Resources
Morty Proxy This is a proxified and sanitized view of the page, visit original site.