{ "description": "Base StructureDefinition for MeasureReport Resource", "_filename": "StructureDefinition-MeasureReport.json", "package_name": "hl7.fhir.r3.core", "date": "2019-10-24T11:53:00+11:00", "derivation": "specialization", "meta": { "lastUpdated": "2019-10-24T11:53:00+11:00" }, "publisher": "Health Level Seven International (Clinical Quality Information)", "fhirVersion": "3.0.2", "name": "MeasureReport", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Mapping", "identity": "workflow" }, { "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "MeasureReport", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "3.0.2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" } ], "snapshot": { "element": [ { "id": "MeasureReport", "max": "*", "min": 0, "path": "MeasureReport", "short": "Results of a measure evaluation", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "Event", "identity": "workflow" }, { "map": "clinical.general", "identity": "w5" } ], "constraint": [ { "key": "dom-2", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "xpath": "not(parent::f:contained and f:contained)", "source": "DomainResource", "severity": "error", "expression": "contained.contained.empty()" }, { "key": "dom-1", "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative", "xpath": "not(parent::f:contained and f:text)", "source": "DomainResource", "severity": "error", "expression": "contained.text.empty()" }, { "key": "dom-4", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source": "DomainResource", "severity": "error", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" }, { "key": "dom-3", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource", "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))", "source": "DomainResource", "severity": "error", "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()" } ], "definition": "The MeasureReport resource contains the results of evaluating a measure." }, { "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.", "short": "Logical id of this artifact", "type": [ { "code": "id" } ], "max": "1", "id": "MeasureReport.id", "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "base": { "max": "1", "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.", "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "max": "1", "id": "MeasureReport.meta", "base": { "max": "1", "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", "type": [ { "code": "uri" } ], "max": "1", "id": "MeasureReport.implicitRules", "comment": "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. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isSummary": true }, { "path": "MeasureReport.language", "min": 0, "definition": "The base language in which the resource is written.", "short": "Language of the resource content", "type": [ { "code": "code" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueReference": { "reference": "http://hl7.org/fhir/ValueSet/all-languages" } }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "A human language.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/languages" } }, "max": "1", "id": "MeasureReport.language", "comment": "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).", "base": { "max": "1", "min": 0, "path": "Resource.language" } }, { "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.", "short": "Text summary of the resource, for human interpretation", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "MeasureReport.text", "condition": [ "dom-1" ], "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.", "base": { "max": "1", "min": 0, "path": "DomainResource.text" } }, { "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.", "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "MeasureReport.contained", "comment": "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" } }, { "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MeasureReport.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" } }, { "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", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MeasureReport.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" } }, { "path": "MeasureReport.identifier", "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", "min": 0, "definition": "A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.", "short": "Additional identifier for the Report", "mapping": [ { "map": "id", "identity": "w5" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "MeasureReport.identifier", "comment": "Typically, this is used for identifiers that can go in an HL7 v3 II data type - e.g. to identify this {{title}} outside of FHIR, where the logical URL is not possible to use.", "isSummary": true }, { "path": "MeasureReport.status", "min": 1, "definition": "The report status. No data will be available until the report status is complete.", "isModifier": true, "short": "complete | pending | error", "mapping": [ { "map": "Event.status", "identity": "workflow" }, { "map": "status", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasureReportStatus" } ], "description": "The status of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-status" } }, "max": "1", "id": "MeasureReport.status", "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 of the criteria in the measure.", "short": "individual | patient-list | summary", "mapping": [ { "map": "Event.code", "identity": "workflow" }, { "map": "class", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasureReportType" } ], "description": "The type of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-type" } }, "max": "1", "id": "MeasureReport.type", "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", "isSummary": true }, { "path": "MeasureReport.measure", "min": 1, "definition": "A reference to the Measure that was evaluated to produce this report.", "short": "What measure was evaluated", "mapping": [ { "map": "Event.definition", "identity": "workflow" }, { "map": "what", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Measure" } ], "max": "1", "id": "MeasureReport.measure", "isSummary": true }, { "path": "MeasureReport.patient", "min": 0, "definition": "Optional Patient if the report was requested for a single patient.", "short": "What patient the report is for", "mapping": [ { "map": "Event.subject", "identity": "workflow" }, { "map": "who.focus", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" } ], "max": "1", "id": "MeasureReport.patient", "isSummary": true }, { "path": "MeasureReport.date", "min": 0, "definition": "The date this measure report was generated.", "short": "When the report was generated", "mapping": [ { "map": "Event.occurrenceDateTime", "identity": "workflow" }, { "map": "when.recorded", "identity": "w5" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "MeasureReport.date", "isSummary": true }, { "path": "MeasureReport.reportingOrganization", "min": 0, "definition": "Reporting Organization.", "short": "Who is reporting the data", "mapping": [ { "map": "who.source", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "max": "1", "id": "MeasureReport.reportingOrganization", "isSummary": true }, { "id": "MeasureReport.period", "max": "1", "min": 1, "path": "MeasureReport.period", "type": [ { "code": "Period" } ], "short": "What period the report covers", "isSummary": true, "definition": "The reporting period for which the report was calculated." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "path": "MeasureReport.group", "min": 0, "definition": "The results of the calculation, one for each population group in the measure.", "short": "Measure results for each group", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "MeasureReport.group", "isSummary": false }, { "path": "MeasureReport.group.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MeasureReport.group.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MeasureReport.group.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "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", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MeasureReport.group.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "id": "MeasureReport.group.identifier", "max": "1", "min": 1, "path": "MeasureReport.group.identifier", "type": [ { "code": "Identifier" } ], "short": "What group of the measure", "isSummary": false, "definition": "The identifier of the population group as defined in the measure definition." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "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.", "short": "The populations in the group", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "MeasureReport.group.population", "isSummary": false }, { "path": "MeasureReport.group.population.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MeasureReport.group.population.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MeasureReport.group.population.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "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", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MeasureReport.group.population.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "id": "MeasureReport.group.population.identifier", "max": "1", "min": 0, "path": "MeasureReport.group.population.identifier", "type": [ { "code": "Identifier" } ], "short": "Population identifier as defined in the measure", "isSummary": true, "definition": "The identifier of the population being reported, as defined by the population element of the measure." }, { "path": "MeasureReport.group.population.code", "min": 0, "definition": "The type of the population.", "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasurePopulation" } ], "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "id": "MeasureReport.group.population.code", "isSummary": true }, { "id": "MeasureReport.group.population.count", "max": "1", "min": 0, "path": "MeasureReport.group.population.count", "type": [ { "code": "integer" } ], "short": "Size of the population", "isSummary": false, "definition": "The number of members of the population." }, { "id": "MeasureReport.group.population.patients", "max": "1", "min": 0, "path": "MeasureReport.group.population.patients", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/List" } ], "short": "For patient-list reports, the patients in this population", "isSummary": false, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population." }, { "id": "MeasureReport.group.measureScore", "max": "1", "min": 0, "path": "MeasureReport.group.measureScore", "type": [ { "code": "decimal" } ], "short": "What score this group achieved", "isSummary": true, "definition": "The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "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.", "short": "Stratification results", "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "MeasureReport.group.stratifier", "isSummary": false }, { "path": "MeasureReport.group.stratifier.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MeasureReport.group.stratifier.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MeasureReport.group.stratifier.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "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", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MeasureReport.group.stratifier.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "id": "MeasureReport.group.stratifier.identifier", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.identifier", "type": [ { "code": "Identifier" } ], "short": "What stratifier of the group", "isSummary": false, "definition": "The identifier of this stratifier, as defined in the measure definition." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "path": "MeasureReport.group.stratifier.stratum", "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.", "short": "Stratum results, one for each unique value in the stratifier", "type": [ { "code": "BackboneElement" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "StratifierGroup" } ], "max": "*", "id": "MeasureReport.group.stratifier.stratum", "isSummary": false }, { "path": "MeasureReport.group.stratifier.stratum.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MeasureReport.group.stratifier.stratum.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "MeasureReport.group.stratifier.stratum.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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MeasureReport.group.stratifier.stratum.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "MeasureReport.group.stratifier.stratum.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", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MeasureReport.group.stratifier.stratum.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "id": "MeasureReport.group.stratifier.stratum.value", "max": "1", "min": 1, "path": "MeasureReport.group.stratifier.stratum.value", "type": [ { "code": "string" } ], "short": "The stratum value, e.g. male", "isSummary": false, "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." }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "Element", "severity": "error", "expression": "hasValue() | (children().count() > id.count())" } ], "path": "MeasureReport.group.stratifier.stratum.population", "min": 0, "definition": "The populations that make up the stratum, one for each type of population appropriate to the measure.", "short": "Population results in this stratum", "type": [ { "code": "BackboneElement" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "StratifierGroupPopulation" } ], "max": "*", "id": "MeasureReport.group.stratifier.stratum.population", "isSummary": false }, { "path": "MeasureReport.group.stratifier.stratum.population.id", "min": 0, "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "short": "xml:id (or equivalent in JSON)", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "representation": [ "xmlAttr" ], "max": "1", "id": "MeasureReport.group.stratifier.stratum.population.id", "base": { "max": "1", "min": 0, "path": "Element.id" } }, { "path": "MeasureReport.group.stratifier.stratum.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.", "short": "Additional Content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "MeasureReport.group.stratifier.stratum.population.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "path": "MeasureReport.group.stratifier.stratum.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", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "MeasureReport.group.stratifier.stratum.population.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isSummary": true }, { "id": "MeasureReport.group.stratifier.stratum.population.identifier", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.population.identifier", "type": [ { "code": "Identifier" } ], "short": "Population identifier as defined in the measure", "isSummary": true, "definition": "The identifier of the population being reported, as defined by the population element of the measure." }, { "path": "MeasureReport.group.stratifier.stratum.population.code", "min": 0, "definition": "The type of the population.", "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasurePopulation" } ], "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "id": "MeasureReport.group.stratifier.stratum.population.code", "isSummary": true }, { "id": "MeasureReport.group.stratifier.stratum.population.count", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.population.count", "type": [ { "code": "integer" } ], "short": "Size of the population", "isSummary": false, "definition": "The number of members of the population in this stratum." }, { "id": "MeasureReport.group.stratifier.stratum.population.patients", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.population.patients", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/List" } ], "short": "For patient-list reports, the patients in this population", "isSummary": false, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population in this stratum." }, { "id": "MeasureReport.group.stratifier.stratum.measureScore", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.measureScore", "type": [ { "code": "decimal" } ], "short": "What score this stratum achieved", "isSummary": true, "definition": "The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum." }, { "id": "MeasureReport.evaluatedResources", "max": "1", "min": 0, "path": "MeasureReport.evaluatedResources", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Bundle" } ], "short": "What data was evaluated to produce the measure score", "isSummary": false, "definition": "A reference to a Bundle containing the Resources that were used in the evaluation of this report." } ] }, "status": "draft", "id": "5f390ae9-4b14-4abe-8b48-cb21f6adc3a2", "kind": "resource", "url": "http://hl7.org/fhir/StructureDefinition/MeasureReport", "version": null, "differential": { "element": [ { "id": "MeasureReport", "max": "*", "min": 0, "path": "MeasureReport", "short": "Results of a measure evaluation", "mapping": [ { "map": "Event", "identity": "workflow" }, { "map": "clinical.general", "identity": "w5" } ], "definition": "The MeasureReport resource contains the results of evaluating a measure." }, { "path": "MeasureReport.identifier", "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", "min": 0, "definition": "A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.", "short": "Additional identifier for the Report", "mapping": [ { "map": "id", "identity": "w5" } ], "type": [ { "code": "Identifier" } ], "max": "1", "id": "MeasureReport.identifier", "comment": "Typically, this is used for identifiers that can go in an HL7 v3 II data type - e.g. to identify this {{title}} outside of FHIR, where the logical URL is not possible to use.", "isSummary": true }, { "path": "MeasureReport.status", "min": 1, "definition": "The report status. No data will be available until the report status is complete.", "isModifier": true, "short": "complete | pending | error", "mapping": [ { "map": "Event.status", "identity": "workflow" }, { "map": "status", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasureReportStatus" } ], "description": "The status of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-status" } }, "max": "1", "id": "MeasureReport.status", "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 of the criteria in the measure.", "short": "individual | patient-list | summary", "mapping": [ { "map": "Event.code", "identity": "workflow" }, { "map": "class", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasureReportType" } ], "description": "The type of the measure report", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/measure-report-type" } }, "max": "1", "id": "MeasureReport.type", "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", "isSummary": true }, { "path": "MeasureReport.measure", "min": 1, "definition": "A reference to the Measure that was evaluated to produce this report.", "short": "What measure was evaluated", "mapping": [ { "map": "Event.definition", "identity": "workflow" }, { "map": "what", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Measure" } ], "max": "1", "id": "MeasureReport.measure", "isSummary": true }, { "path": "MeasureReport.patient", "min": 0, "definition": "Optional Patient if the report was requested for a single patient.", "short": "What patient the report is for", "mapping": [ { "map": "Event.subject", "identity": "workflow" }, { "map": "who.focus", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient" } ], "max": "1", "id": "MeasureReport.patient", "isSummary": true }, { "path": "MeasureReport.date", "min": 0, "definition": "The date this measure report was generated.", "short": "When the report was generated", "mapping": [ { "map": "Event.occurrenceDateTime", "identity": "workflow" }, { "map": "when.recorded", "identity": "w5" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "MeasureReport.date", "isSummary": true }, { "path": "MeasureReport.reportingOrganization", "min": 0, "definition": "Reporting Organization.", "short": "Who is reporting the data", "mapping": [ { "map": "who.source", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization" } ], "max": "1", "id": "MeasureReport.reportingOrganization", "isSummary": true }, { "id": "MeasureReport.period", "max": "1", "min": 1, "path": "MeasureReport.period", "type": [ { "code": "Period" } ], "short": "What period the report covers", "isSummary": true, "definition": "The reporting period for which the report was calculated." }, { "id": "MeasureReport.group", "max": "*", "min": 0, "path": "MeasureReport.group", "type": [ { "code": "BackboneElement" } ], "short": "Measure results for each group", "isSummary": false, "definition": "The results of the calculation, one for each population group in the measure." }, { "id": "MeasureReport.group.identifier", "max": "1", "min": 1, "path": "MeasureReport.group.identifier", "type": [ { "code": "Identifier" } ], "short": "What group of the measure", "isSummary": false, "definition": "The identifier of the population group as defined in the measure definition." }, { "id": "MeasureReport.group.population", "max": "*", "min": 0, "path": "MeasureReport.group.population", "type": [ { "code": "BackboneElement" } ], "short": "The populations in the group", "isSummary": false, "definition": "The populations that make up the population group, one for each type of population appropriate for the measure." }, { "id": "MeasureReport.group.population.identifier", "max": "1", "min": 0, "path": "MeasureReport.group.population.identifier", "type": [ { "code": "Identifier" } ], "short": "Population identifier as defined in the measure", "isSummary": true, "definition": "The identifier of the population being reported, as defined by the population element of the measure." }, { "path": "MeasureReport.group.population.code", "min": 0, "definition": "The type of the population.", "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasurePopulation" } ], "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "id": "MeasureReport.group.population.code", "isSummary": true }, { "id": "MeasureReport.group.population.count", "max": "1", "min": 0, "path": "MeasureReport.group.population.count", "type": [ { "code": "integer" } ], "short": "Size of the population", "isSummary": false, "definition": "The number of members of the population." }, { "id": "MeasureReport.group.population.patients", "max": "1", "min": 0, "path": "MeasureReport.group.population.patients", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/List" } ], "short": "For patient-list reports, the patients in this population", "isSummary": false, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population." }, { "id": "MeasureReport.group.measureScore", "max": "1", "min": 0, "path": "MeasureReport.group.measureScore", "type": [ { "code": "decimal" } ], "short": "What score this group achieved", "isSummary": true, "definition": "The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group." }, { "id": "MeasureReport.group.stratifier", "max": "*", "min": 0, "path": "MeasureReport.group.stratifier", "type": [ { "code": "BackboneElement" } ], "short": "Stratification results", "isSummary": false, "definition": "When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure." }, { "id": "MeasureReport.group.stratifier.identifier", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.identifier", "type": [ { "code": "Identifier" } ], "short": "What stratifier of the group", "isSummary": false, "definition": "The identifier of this stratifier, as defined in the measure definition." }, { "path": "MeasureReport.group.stratifier.stratum", "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.", "short": "Stratum results, one for each unique value in the stratifier", "type": [ { "code": "BackboneElement" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "StratifierGroup" } ], "max": "*", "id": "MeasureReport.group.stratifier.stratum", "isSummary": false }, { "id": "MeasureReport.group.stratifier.stratum.value", "max": "1", "min": 1, "path": "MeasureReport.group.stratifier.stratum.value", "type": [ { "code": "string" } ], "short": "The stratum value, e.g. male", "isSummary": false, "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." }, { "path": "MeasureReport.group.stratifier.stratum.population", "min": 0, "definition": "The populations that make up the stratum, one for each type of population appropriate to the measure.", "short": "Population results in this stratum", "type": [ { "code": "BackboneElement" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "StratifierGroupPopulation" } ], "max": "*", "id": "MeasureReport.group.stratifier.stratum.population", "isSummary": false }, { "id": "MeasureReport.group.stratifier.stratum.population.identifier", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.population.identifier", "type": [ { "code": "Identifier" } ], "short": "Population identifier as defined in the measure", "isSummary": true, "definition": "The identifier of the population being reported, as defined by the population element of the measure." }, { "path": "MeasureReport.group.stratifier.stratum.population.code", "min": 0, "definition": "The type of the population.", "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-score", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "extensible", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "MeasurePopulation" } ], "description": "The type of population (e.g. initial, numerator, denominator, etc.)", "valueSetUri": "http://hl7.org/fhir/ValueSet/measure-population" }, "max": "1", "id": "MeasureReport.group.stratifier.stratum.population.code", "isSummary": true }, { "id": "MeasureReport.group.stratifier.stratum.population.count", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.population.count", "type": [ { "code": "integer" } ], "short": "Size of the population", "isSummary": false, "definition": "The number of members of the population in this stratum." }, { "id": "MeasureReport.group.stratifier.stratum.population.patients", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.population.patients", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/List" } ], "short": "For patient-list reports, the patients in this population", "isSummary": false, "definition": "This element refers to a List of patient level MeasureReport resources, one for each patient in this population in this stratum." }, { "id": "MeasureReport.group.stratifier.stratum.measureScore", "max": "1", "min": 0, "path": "MeasureReport.group.stratifier.stratum.measureScore", "type": [ { "code": "decimal" } ], "short": "What score this stratum achieved", "isSummary": true, "definition": "The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum." }, { "id": "MeasureReport.evaluatedResources", "max": "1", "min": 0, "path": "MeasureReport.evaluatedResources", "type": [ { "code": "Reference", "targetProfile": "http://hl7.org/fhir/StructureDefinition/Bundle" } ], "short": "What data was evaluated to produce the measure score", "isSummary": false, "definition": "A reference to a Bundle containing the Resources that were used in the evaluation of this report." } ] }, "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" } ] }, { "telecom": [ { "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" }