Répertoire national de l’Offre et des Ressources en santé et accompagnement médico-social
0.2.0 - trial-use France flag

This page is part of the Répertoire national de l’Offre et des Ressources en santé et accompagnement médico-social (v0.2.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.5.0. For a full list of available versions, see the Directory of published versions

Resource Profile: RORMeasureReport

Official URL: https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-measurereport Version: 0.2.0
Draft as of 2024-01-12 Computable Name: RORMeasureReport

Valeur pour un indicateur de pilotage du ROR National

Usage:

  • This Resource Profile is not used by any profiles in this Implementation Guide

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from MeasureReport

NameFlagsCard.TypeDescription & Constraintsdoco
.. MeasureReport 0..*MeasureReportResults of a measure evaluation
... identifier 1..1IdentifierIdentifiant de l'indicateur de pilotage du ROR National
... status S1..1codeStatut de la mesure de l'indicateur de pilotage du ROR National
... type 1..1codeType de mesure
... date 1..1dateTimeDate de la mesure
... period 1..1PeriodPériode de la mesure
... group
.... code 1..1CodeableConceptCode du groupe popu
.... measureScore 1..1QuantityWhat score this group achieved

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. MeasureReport C0..*MeasureReportResults of a measure evaluation
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier Σ1..1IdentifierIdentifiant de l'indicateur de pilotage du ROR National
... type ΣC1..1codeType de mesure
Binding: MeasureReportType (required): The type of the measure report.

... measure Σ1..1canonical(Measure)L'indicateur de pilotage du ROR National calculé
... date Σ1..1dateTimeDate de la mesure
... period ΣC1..1PeriodPériode de la mesure
... improvementNotation ?!Σ0..1CodeableConceptincrease | decrease
Binding: MeasureImprovementNotation (required): Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.

... group C0..*BackboneElementMeasure results for each group
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableConceptCode du groupe popu
.... measureScore ΣC1..1QuantityWhat score this group achieved

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
MeasureReport.statusrequiredMeasureReportStatus
MeasureReport.typerequiredMeasureReportType
MeasureReport.improvementNotationrequiredMeasureImprovementNotation

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMeasureReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMeasureReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMeasureReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorMeasureReport.modifierExtension, MeasureReport.group.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
mrp-1errorMeasureReportMeasure Reports used for data collection SHALL NOT communicate group and score information
: (type != 'data-collection') or group.exists().not()
mrp-2errorMeasureReportStratifiers SHALL be either a single criteria or a set of criteria components
: group.stratifier.stratum.all(value.exists() xor component.exists())
per-1errorMeasureReport.periodIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)
qty-3errorMeasureReport.group.measureScoreIf a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. MeasureReport C0..*MeasureReportResults of a measure evaluation
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier Σ1..1IdentifierIdentifiant de l'indicateur de pilotage du ROR National
... status ?!SΣ1..1codeStatut de la mesure de l'indicateur de pilotage du ROR National
Binding: MeasureReportStatus (required): The status of the measure report.

... type ΣC1..1codeType de mesure
Binding: MeasureReportType (required): The type of the measure report.

... measure Σ1..1canonical(Measure)L'indicateur de pilotage du ROR National calculé
... subject ΣC0..1Reference(Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Group)What individual(s) the report is for
... date Σ1..1dateTimeDate de la mesure
... reporter ΣC0..1Reference(Practitioner | PractitionerRole | Location | Organization)Who is reporting the data
... period ΣC1..1PeriodPériode de la mesure
... improvementNotation ?!Σ0..1CodeableConceptincrease | decrease
Binding: MeasureImprovementNotation (required): Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.

... group C0..*BackboneElementMeasure results for each group
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableConceptCode du groupe popu
.... population 0..*BackboneElementThe populations in the group
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code Σ0..1CodeableConceptinitial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Binding: MeasurePopulationType (extensible): The type of population (e.g. initial, numerator, denominator, etc.).

..... count 0..1integerSize of the population
..... subjectResults C0..1Reference(List)For subject-list reports, the subject results in this population
.... measureScore ΣC1..1QuantityWhat score this group achieved
.... stratifier 0..*BackboneElementStratification results
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code 0..*CodeableConceptWhat stratifier of the group
..... stratum 0..*BackboneElementStratum results, one for each unique value, or set of values, in the stratifier, or stratifier components
...... id 0..1stringUnique id for inter-element referencing
...... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... value 0..1CodeableConceptThe stratum value, e.g. male
...... component 0..*BackboneElementStratifier component values
....... id 0..1stringUnique id for inter-element referencing
....... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
....... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
....... code 1..1CodeableConceptWhat stratifier component of the group
....... value 1..1CodeableConceptThe stratum component value, e.g. male
...... population 0..*BackboneElementPopulation results in this stratum
....... id 0..1stringUnique id for inter-element referencing
....... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
....... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
....... code 0..1CodeableConceptinitial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Binding: MeasurePopulationType (extensible): The type of population (e.g. initial, numerator, denominator, etc.).

....... count 0..1integerSize of the population
....... subjectResults C0..1Reference(List)For subject-list reports, the subject results in this population
...... measureScore C0..1QuantityWhat score this stratum achieved
... evaluatedResource C0..*Reference(Resource)What data was used to calculate the measure score

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
MeasureReport.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
MeasureReport.statusrequiredMeasureReportStatus
MeasureReport.typerequiredMeasureReportType
MeasureReport.improvementNotationrequiredMeasureImprovementNotation
MeasureReport.group.population.codeextensibleMeasurePopulationType
MeasureReport.group.stratifier.stratum.population.codeextensibleMeasurePopulationType

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMeasureReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMeasureReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMeasureReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorMeasureReport.extension, MeasureReport.modifierExtension, MeasureReport.group.extension, MeasureReport.group.modifierExtension, MeasureReport.group.population.extension, MeasureReport.group.population.modifierExtension, MeasureReport.group.stratifier.extension, MeasureReport.group.stratifier.modifierExtension, MeasureReport.group.stratifier.stratum.extension, MeasureReport.group.stratifier.stratum.modifierExtension, MeasureReport.group.stratifier.stratum.component.extension, MeasureReport.group.stratifier.stratum.component.modifierExtension, MeasureReport.group.stratifier.stratum.population.extension, MeasureReport.group.stratifier.stratum.population.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
mrp-1errorMeasureReportMeasure Reports used for data collection SHALL NOT communicate group and score information
: (type != 'data-collection') or group.exists().not()
mrp-2errorMeasureReportStratifiers SHALL be either a single criteria or a set of criteria components
: group.stratifier.stratum.all(value.exists() xor component.exists())
per-1errorMeasureReport.periodIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)
qty-3errorMeasureReport.group.measureScore, MeasureReport.group.stratifier.stratum.measureScoreIf a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
ref-1errorMeasureReport.subject, MeasureReport.reporter, MeasureReport.group.population.subjectResults, MeasureReport.group.stratifier.stratum.population.subjectResults, MeasureReport.evaluatedResourceSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))

This structure is derived from MeasureReport

Summary

Mandatory: 2 elements (2 nested mandatory elements)
Must-Support: 1 element

Differential View

This structure is derived from MeasureReport

NameFlagsCard.TypeDescription & Constraintsdoco
.. MeasureReport 0..*MeasureReportResults of a measure evaluation
... identifier 1..1IdentifierIdentifiant de l'indicateur de pilotage du ROR National
... status S1..1codeStatut de la mesure de l'indicateur de pilotage du ROR National
... type 1..1codeType de mesure
... date 1..1dateTimeDate de la mesure
... period 1..1PeriodPériode de la mesure
... group
.... code 1..1CodeableConceptCode du groupe popu
.... measureScore 1..1QuantityWhat score this group achieved

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. MeasureReport C0..*MeasureReportResults of a measure evaluation
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier Σ1..1IdentifierIdentifiant de l'indicateur de pilotage du ROR National
... type ΣC1..1codeType de mesure
Binding: MeasureReportType (required): The type of the measure report.

... measure Σ1..1canonical(Measure)L'indicateur de pilotage du ROR National calculé
... date Σ1..1dateTimeDate de la mesure
... period ΣC1..1PeriodPériode de la mesure
... improvementNotation ?!Σ0..1CodeableConceptincrease | decrease
Binding: MeasureImprovementNotation (required): Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.

... group C0..*BackboneElementMeasure results for each group
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableConceptCode du groupe popu
.... measureScore ΣC1..1QuantityWhat score this group achieved

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
MeasureReport.statusrequiredMeasureReportStatus
MeasureReport.typerequiredMeasureReportType
MeasureReport.improvementNotationrequiredMeasureImprovementNotation

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMeasureReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMeasureReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMeasureReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorMeasureReport.modifierExtension, MeasureReport.group.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
mrp-1errorMeasureReportMeasure Reports used for data collection SHALL NOT communicate group and score information
: (type != 'data-collection') or group.exists().not()
mrp-2errorMeasureReportStratifiers SHALL be either a single criteria or a set of criteria components
: group.stratifier.stratum.all(value.exists() xor component.exists())
per-1errorMeasureReport.periodIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)
qty-3errorMeasureReport.group.measureScoreIf a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. MeasureReport C0..*MeasureReportResults of a measure evaluation
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!N0..*ExtensionExtensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier Σ1..1IdentifierIdentifiant de l'indicateur de pilotage du ROR National
... status ?!SΣ1..1codeStatut de la mesure de l'indicateur de pilotage du ROR National
Binding: MeasureReportStatus (required): The status of the measure report.

... type ΣC1..1codeType de mesure
Binding: MeasureReportType (required): The type of the measure report.

... measure Σ1..1canonical(Measure)L'indicateur de pilotage du ROR National calculé
... subject ΣC0..1Reference(Patient | Practitioner | PractitionerRole | Location | Device | RelatedPerson | Group)What individual(s) the report is for
... date Σ1..1dateTimeDate de la mesure
... reporter ΣC0..1Reference(Practitioner | PractitionerRole | Location | Organization)Who is reporting the data
... period ΣC1..1PeriodPériode de la mesure
... improvementNotation ?!Σ0..1CodeableConceptincrease | decrease
Binding: MeasureImprovementNotation (required): Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.

... group C0..*BackboneElementMeasure results for each group
.... id 0..1stringUnique id for inter-element referencing
.... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... code Σ1..1CodeableConceptCode du groupe popu
.... population 0..*BackboneElementThe populations in the group
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code Σ0..1CodeableConceptinitial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Binding: MeasurePopulationType (extensible): The type of population (e.g. initial, numerator, denominator, etc.).

..... count 0..1integerSize of the population
..... subjectResults C0..1Reference(List)For subject-list reports, the subject results in this population
.... measureScore ΣC1..1QuantityWhat score this group achieved
.... stratifier 0..*BackboneElementStratification results
..... id 0..1stringUnique id for inter-element referencing
..... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
..... code 0..*CodeableConceptWhat stratifier of the group
..... stratum 0..*BackboneElementStratum results, one for each unique value, or set of values, in the stratifier, or stratifier components
...... id 0..1stringUnique id for inter-element referencing
...... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
...... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
...... value 0..1CodeableConceptThe stratum value, e.g. male
...... component 0..*BackboneElementStratifier component values
....... id 0..1stringUnique id for inter-element referencing
....... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
....... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
....... code 1..1CodeableConceptWhat stratifier component of the group
....... value 1..1CodeableConceptThe stratum component value, e.g. male
...... population 0..*BackboneElementPopulation results in this stratum
....... id 0..1stringUnique id for inter-element referencing
....... extension N0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
....... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
....... code 0..1CodeableConceptinitial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation
Binding: MeasurePopulationType (extensible): The type of population (e.g. initial, numerator, denominator, etc.).

....... count 0..1integerSize of the population
....... subjectResults C0..1Reference(List)For subject-list reports, the subject results in this population
...... measureScore C0..1QuantityWhat score this stratum achieved
... evaluatedResource C0..*Reference(Resource)What data was used to calculate the measure score

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
MeasureReport.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
MeasureReport.statusrequiredMeasureReportStatus
MeasureReport.typerequiredMeasureReportType
MeasureReport.improvementNotationrequiredMeasureImprovementNotation
MeasureReport.group.population.codeextensibleMeasurePopulationType
MeasureReport.group.stratifier.stratum.population.codeextensibleMeasurePopulationType

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorMeasureReportIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMeasureReportIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMeasureReportIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMeasureReportA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1errorMeasureReport.extension, MeasureReport.modifierExtension, MeasureReport.group.extension, MeasureReport.group.modifierExtension, MeasureReport.group.population.extension, MeasureReport.group.population.modifierExtension, MeasureReport.group.stratifier.extension, MeasureReport.group.stratifier.modifierExtension, MeasureReport.group.stratifier.stratum.extension, MeasureReport.group.stratifier.stratum.modifierExtension, MeasureReport.group.stratifier.stratum.component.extension, MeasureReport.group.stratifier.stratum.component.modifierExtension, MeasureReport.group.stratifier.stratum.population.extension, MeasureReport.group.stratifier.stratum.population.modifierExtensionMust have either extensions or value[x], not both
: extension.exists() != value.exists()
mrp-1errorMeasureReportMeasure Reports used for data collection SHALL NOT communicate group and score information
: (type != 'data-collection') or group.exists().not()
mrp-2errorMeasureReportStratifiers SHALL be either a single criteria or a set of criteria components
: group.stratifier.stratum.all(value.exists() xor component.exists())
per-1errorMeasureReport.periodIf present, start SHALL have a lower value than end
: start.hasValue().not() or end.hasValue().not() or (start <= end)
qty-3errorMeasureReport.group.measureScore, MeasureReport.group.stratifier.stratum.measureScoreIf a code for the unit is present, the system SHALL also be present
: code.empty() or system.exists()
ref-1errorMeasureReport.subject, MeasureReport.reporter, MeasureReport.group.population.subjectResults, MeasureReport.group.stratifier.stratum.population.subjectResults, MeasureReport.evaluatedResourceSHALL have a contained resource if a local reference is provided
: reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))

This structure is derived from MeasureReport

Summary

Mandatory: 2 elements (2 nested mandatory elements)
Must-Support: 1 element

 

Other representations of profile: CSV, Excel, Schematron