This page is part of the De-identified, Anonymized FHIR Profiles Library (DAPL) IG (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
<MeasureReport xmlns="http://hl7.org/fhir">
<id value="dapl-anonymized-dataset-example"/>
<meta>
<profile
value="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-anonymized-dataset"/>
</meta>
<status value="complete"/>
<type value="summary"/>
<measure value="http://example.org/Measure/anonymize-data"/>
<reporter>🔗
<reference value="Organization/holy-healthcare"/>
</reporter>
<period>
<start value="2018-01-01"/>
<end value="2018-01-31"/>
</period>
<group>
<stratifier>
<stratum>
<component>
<code>
<text value="Age Group Stratification"/>
</code>
<value>
<extension
url="http://hl7.org/fhir/us/dapl/StructureDefinition/dapl-measure-stratifier-component-value-extension">
<valueRange>
<low>
<value value="40"/>
</low>
<high>
<value value="50"/>
</high>
</valueRange>
</extension>
<text value="value element not used"/>
</value>
</component>
<component>
<code>
<text value="Region Stratification"/>
</code>
<value>
<coding>
<system value="http://hl7.org/fhir/administrative-gender"/>
<code value="male"/>
<display value="Male"/>
</coding>
</value>
</component>
<measureScore>
<value value="76"/>
</measureScore>
</stratum>
</stratifier>
</group>
</MeasureReport>