{ "description": "Base StructureDefinition for MeasureReport Resource", "_filename": "StructureDefinition-MeasureReport.json", "package_name": "hl7.fhir.r2b.examples", "date": null, "derivation": "specialization", "meta": { "lastUpdated": "2016-03-31T08:01:25.570+11:00" }, "publisher": "Health Level Seven International (Clinical Quality Information)", "fhirVersion": "1.6.0", "name": "MeasureReport", "mapping": [ { "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v3", "name": "RIM", "identity": "rim" } ], "baseType": "MeasureReport", "abstract": false, "type": null, "experimental": "false", "resourceType": "StructureDefinition", "title": null, "package_version": "1.4.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "snapshot": { "element": [ { "path": "MeasureReport", "min": 0, "definition": "The MeasureReport resource contains the results of evaluating a measure.", "isModifier": false, "short": "Results of a measure evaluation", "mapping": [ { "map": "clinical.general", "identity": "w5" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport" }, "isSummary": true }, { "path": "MeasureReport.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "isModifier": false, "short": "Logical id of this artifact", "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.", "type": [ { "code": "id" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "path": "MeasureReport.meta", "min": 0, "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "isModifier": false, "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "path": "MeasureReport.implicitRules", "min": 0, "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "isModifier": true, "short": "A set of rules under which this content was created", "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Resource.implicitRules" }, "isSummary": true }, { "path": "MeasureReport.language", "min": 0, "definition": "The base language in which the resource is written.", "isModifier": false, "short": "Language of the resource content", "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "A human language.", "valueSetUri": "http://tools.ietf.org/html/bcp47" }, "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Resource.language" }, "isSummary": false }, { "path": "MeasureReport.text", "min": 0, "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "isModifier": false, "short": "Text summary of the resource, for human interpretation", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "mustSupport": false, "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "condition": [ "dom-1" ], "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DomainResource.text" }, "isSummary": false }, { "path": "MeasureReport.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "isModifier": false, "short": "Contained, inline Resources", "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "mustSupport": false, "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DomainResource.contained" }, "isSummary": false }, { "path": "MeasureReport.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DomainResource.extension" }, "isSummary": false }, { "path": "MeasureReport.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" }, "isSummary": false }, { "path": "MeasureReport.measure", "min": 1, "definition": "A reference to the Measure that was evaluated to produce this report.", "isModifier": false, "short": "Measure that was evaluated", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Measure" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.measure" }, "isSummary": true }, { "path": "MeasureReport.type", "min": 1, "definition": "The type of measure report. This may be an individual report, which provides a single patient's score for the measure, a patient listing, which returns the list of patients that meet the various criteria in the measure, or a summary report, which returns a population count for each criteria in the measure.", "isModifier": false, "short": "individual | patient-list | summary", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The type of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-type" } }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.type" }, "isSummary": true }, { "path": "MeasureReport.patient", "min": 0, "definition": "Optional Patient if the report was requested for a single patient.", "isModifier": false, "short": "Optional Patient", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.patient" }, "isSummary": true }, { "path": "MeasureReport.period", "min": 1, "definition": "The reporting period for which the report was calculated.", "isModifier": false, "short": "Reporting period", "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.period" }, "isSummary": true }, { "path": "MeasureReport.status", "min": 1, "definition": "The report status. No data will be available until the report status is complete.", "isModifier": false, "short": "complete | pending | error", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The status of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-status" } }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.status" }, "isSummary": true }, { "path": "MeasureReport.date", "min": 0, "definition": "The date this measure report was generated.", "isModifier": false, "short": "Date the report was generated", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.date" }, "isSummary": true }, { "path": "MeasureReport.reportingOrganization", "min": 0, "definition": "Reporting Organization.", "isModifier": false, "short": "Reporting Organization", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.reportingOrganization" }, "isSummary": true }, { "path": "MeasureReport.group", "min": 0, "definition": "The results of the calculation, one for each population group in the measure.", "isModifier": false, "short": "Measure results for each group", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group" }, "isSummary": true }, { "path": "MeasureReport.group.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.id" }, "isSummary": false }, { "path": "MeasureReport.group.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "MeasureReport.group.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MeasureReport.group.identifier", "min": 1, "definition": "The identifier of the population group as defined in the measure definition.", "isModifier": false, "short": "Identifier of the population group being reported", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.identifier" }, "isSummary": true }, { "path": "MeasureReport.group.population", "min": 0, "definition": "The populations that make up the population group, one for each type of population appropriate for the measure.", "isModifier": false, "short": "The populations in the group", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.population" }, "isSummary": true }, { "path": "MeasureReport.group.population.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.id" }, "isSummary": false }, { "path": "MeasureReport.group.population.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "MeasureReport.group.population.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MeasureReport.group.population.type", "min": 1, "definition": "The type of the population.", "isModifier": false, "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.population.type" }, "isSummary": true }, { "path": "MeasureReport.group.population.count", "min": 0, "definition": "The number of members of the population.", "isModifier": false, "short": "Size of the population", "type": [ { "code": "integer" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.population.count" }, "isSummary": true }, { "path": "MeasureReport.group.population.patients", "min": 0, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population.", "isModifier": false, "short": "For patient-list reports, the patients in this population", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/List" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.population.patients" }, "isSummary": true }, { "path": "MeasureReport.group.measureScore", "min": 0, "definition": "The measure score.", "isModifier": false, "short": "The measure score", "type": [ { "code": "decimal" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.measureScore" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier", "min": 0, "definition": "When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.", "isModifier": false, "short": "Stratification results", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.stratifier" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.id" }, "isSummary": false }, { "path": "MeasureReport.group.stratifier.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "MeasureReport.group.stratifier.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.identifier", "min": 1, "definition": "The identifier of this stratifier, as defined in the measure definition.", "isModifier": false, "short": "Identifier of the stratifier", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.identifier" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group", "min": 0, "definition": "This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value.", "isModifier": false, "short": "Stratum results, one for each unique value in the stratifier", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.stratifier.group" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.id" }, "isSummary": false }, { "path": "MeasureReport.group.stratifier.group.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "MeasureReport.group.stratifier.group.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.value", "min": 1, "definition": "The value for this stratum, expressed as a string. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique.", "isModifier": false, "short": "The stratum value, e.g. male", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.value" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population", "min": 0, "definition": "The populations that make up the stratum, one for each type of population appropriate to the measure.", "isModifier": false, "short": "Population results in this stratum", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.stratifier.group.population" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.id" }, "isSummary": false }, { "path": "MeasureReport.group.stratifier.group.population.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "MeasureReport.group.stratifier.group.population.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population.type", "min": 1, "definition": "The type of the population.", "isModifier": false, "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.population.type" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population.count", "min": 0, "definition": "The number of members of the population in this stratum.", "isModifier": false, "short": "Size of the population", "type": [ { "code": "integer" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.population.count" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population.patients", "min": 0, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population in this stratum.", "isModifier": false, "short": "For patient-list reports, the patients in this population", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/List" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.population.patients" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.measureScore", "min": 0, "definition": "The measure score for this stratum.", "isModifier": false, "short": "The measure score", "type": [ { "code": "decimal" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.measureScore" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData", "min": 0, "definition": "Supplemental data elements for the measure provide additional information requested by the measure for each patient involved in the populations.", "isModifier": false, "short": "Supplemental data elements for the measure", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.supplementalData" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.id" }, "isSummary": false }, { "path": "MeasureReport.group.supplementalData.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "MeasureReport.group.supplementalData.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.identifier", "min": 1, "definition": "The identifier of the supplemental data element as defined in the measure.", "isModifier": false, "short": "Identifier of the supplemental data element", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.identifier" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group", "min": 0, "definition": "This element contains the results for a single value within the supplemental data. For example, when reporting supplemental data for administrative gender, there will be four groups, one for each possible gender value.", "isModifier": false, "short": "Supplemental data results, one for each unique supplemental data value", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.supplementalData.group" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.id" }, "isSummary": false }, { "path": "MeasureReport.group.supplementalData.group.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "path": "MeasureReport.group.supplementalData.group.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group.value", "min": 1, "definition": "The value for this supplemental data element, expressed as a string. When defining supplemental data on complex values, the value must be rendered such that the value for each group within the supplemental data element is unique.", "isModifier": false, "short": "The data value, e.g. male", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.group.value" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group.count", "min": 0, "definition": "The number of members in the supplemental data group.", "isModifier": false, "short": "Number of members in the group", "type": [ { "code": "integer" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.group.count" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group.patients", "min": 0, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population.", "isModifier": false, "short": "For patient-list reports, the patients in this population", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/List" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.group.patients" }, "isSummary": true }, { "path": "MeasureReport.evaluatedResources", "min": 0, "definition": "A reference to a Bundle containing the Resources that were used in the evaluation of this report.", "isModifier": false, "short": "Evaluated Resources", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Bundle" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.evaluatedResources" }, "isSummary": true } ] }, "status": "draft", "id": "03e0837b-7d15-4c6c-b820-96ab65a41da3", "kind": "resource", "url": "http://hl7.org/fhir/StructureDefinition/MeasureReport", "version": null, "differential": { "element": [ { "path": "MeasureReport", "min": 0, "definition": "The MeasureReport resource contains the results of evaluating a measure.", "isModifier": false, "short": "Results of a measure evaluation", "mapping": [ { "map": "clinical.general", "identity": "w5" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport" }, "isSummary": true }, { "path": "MeasureReport.measure", "min": 1, "definition": "A reference to the Measure that was evaluated to produce this report.", "isModifier": false, "short": "Measure that was evaluated", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Measure" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.measure" }, "isSummary": true }, { "path": "MeasureReport.type", "min": 1, "definition": "The type of measure report. This may be an individual report, which provides a single patient's score for the measure, a patient listing, which returns the list of patients that meet the various criteria in the measure, or a summary report, which returns a population count for each criteria in the measure.", "isModifier": false, "short": "individual | patient-list | summary", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The type of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-type" } }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.type" }, "isSummary": true }, { "path": "MeasureReport.patient", "min": 0, "definition": "Optional Patient if the report was requested for a single patient.", "isModifier": false, "short": "Optional Patient", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.patient" }, "isSummary": true }, { "path": "MeasureReport.period", "min": 1, "definition": "The reporting period for which the report was calculated.", "isModifier": false, "short": "Reporting period", "type": [ { "code": "Period" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.period" }, "isSummary": true }, { "path": "MeasureReport.status", "min": 1, "definition": "The report status. No data will be available until the report status is complete.", "isModifier": false, "short": "complete | pending | error", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The status of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-status" } }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.status" }, "isSummary": true }, { "path": "MeasureReport.date", "min": 0, "definition": "The date this measure report was generated.", "isModifier": false, "short": "Date the report was generated", "type": [ { "code": "dateTime" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.date" }, "isSummary": true }, { "path": "MeasureReport.reportingOrganization", "min": 0, "definition": "Reporting Organization.", "isModifier": false, "short": "Reporting Organization", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.reportingOrganization" }, "isSummary": true }, { "path": "MeasureReport.group", "min": 0, "definition": "The results of the calculation, one for each population group in the measure.", "isModifier": false, "short": "Measure results for each group", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group" }, "isSummary": true }, { "path": "MeasureReport.group.identifier", "min": 1, "definition": "The identifier of the population group as defined in the measure definition.", "isModifier": false, "short": "Identifier of the population group being reported", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.identifier" }, "isSummary": true }, { "path": "MeasureReport.group.population", "min": 0, "definition": "The populations that make up the population group, one for each type of population appropriate for the measure.", "isModifier": false, "short": "The populations in the group", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.population" }, "isSummary": true }, { "path": "MeasureReport.group.population.type", "min": 1, "definition": "The type of the population.", "isModifier": false, "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.population.type" }, "isSummary": true }, { "path": "MeasureReport.group.population.count", "min": 0, "definition": "The number of members of the population.", "isModifier": false, "short": "Size of the population", "type": [ { "code": "integer" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.population.count" }, "isSummary": true }, { "path": "MeasureReport.group.population.patients", "min": 0, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population.", "isModifier": false, "short": "For patient-list reports, the patients in this population", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/List" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.population.patients" }, "isSummary": true }, { "path": "MeasureReport.group.measureScore", "min": 0, "definition": "The measure score.", "isModifier": false, "short": "The measure score", "type": [ { "code": "decimal" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.measureScore" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier", "min": 0, "definition": "When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.", "isModifier": false, "short": "Stratification results", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.stratifier" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.identifier", "min": 1, "definition": "The identifier of this stratifier, as defined in the measure definition.", "isModifier": false, "short": "Identifier of the stratifier", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.identifier" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group", "min": 0, "definition": "This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value.", "isModifier": false, "short": "Stratum results, one for each unique value in the stratifier", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.stratifier.group" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.value", "min": 1, "definition": "The value for this stratum, expressed as a string. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique.", "isModifier": false, "short": "The stratum value, e.g. male", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.value" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population", "min": 0, "definition": "The populations that make up the stratum, one for each type of population appropriate to the measure.", "isModifier": false, "short": "Population results in this stratum", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.stratifier.group.population" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population.type", "min": 1, "definition": "The type of the population.", "isModifier": false, "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.population.type" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population.count", "min": 0, "definition": "The number of members of the population in this stratum.", "isModifier": false, "short": "Size of the population", "type": [ { "code": "integer" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.population.count" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.population.patients", "min": 0, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population in this stratum.", "isModifier": false, "short": "For patient-list reports, the patients in this population", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/List" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.population.patients" }, "isSummary": true }, { "path": "MeasureReport.group.stratifier.group.measureScore", "min": 0, "definition": "The measure score for this stratum.", "isModifier": false, "short": "The measure score", "type": [ { "code": "decimal" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.group.measureScore" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData", "min": 0, "definition": "Supplemental data elements for the measure provide additional information requested by the measure for each patient involved in the populations.", "isModifier": false, "short": "Supplemental data elements for the measure", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.supplementalData" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.identifier", "min": 1, "definition": "The identifier of the supplemental data element as defined in the measure.", "isModifier": false, "short": "Identifier of the supplemental data element", "type": [ { "code": "Identifier" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.identifier" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group", "min": 0, "definition": "This element contains the results for a single value within the supplemental data. For example, when reporting supplemental data for administrative gender, there will be four groups, one for each possible gender value.", "isModifier": false, "short": "Supplemental data results, one for each unique supplemental data value", "type": [ { "code": "BackboneElement" } ], "mustSupport": false, "max": "*", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "MeasureReport.group.supplementalData.group" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group.value", "min": 1, "definition": "The value for this supplemental data element, expressed as a string. When defining supplemental data on complex values, the value must be rendered such that the value for each group within the supplemental data element is unique.", "isModifier": false, "short": "The data value, e.g. male", "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.group.value" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group.count", "min": 0, "definition": "The number of members in the supplemental data group.", "isModifier": false, "short": "Number of members in the group", "type": [ { "code": "integer" } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.group.count" }, "isSummary": true }, { "path": "MeasureReport.group.supplementalData.group.patients", "min": 0, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population.", "isModifier": false, "short": "For patient-list reports, the patients in this population", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/List" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.group.supplementalData.group.patients" }, "isSummary": true }, { "path": "MeasureReport.evaluatedResources", "min": 0, "definition": "A reference to a Bundle containing the Resources that were used in the evaluation of this report.", "isModifier": false, "short": "Evaluated Resources", "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Bundle" ] } ], "mustSupport": false, "max": "1", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "MeasureReport.evaluatedResources" }, "isSummary": true } ] }, "contact": [ { "telecom": [ { "rank": 1, "value": "http://hl7.org/fhir", "system": "other" } ] }, { "telecom": [ { "rank": 1, "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", "system": "other" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" }