Mobile Aggregate Data Exchange
3.0.0-comment - ballot
This page is part of the Mobile Aggregate Data Exchange (v3.0.0-comment: Publication Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<MeasureReport xmlns="http://hl7.org/fhir">
<id value="mADX-MeasureReport-example1"/>
<meta>
<profile
value="https://profiles.ihe.net/QRPH/mADX/StructureDefinition/mADX-MeasureReport"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MeasureReport mADX-MeasureReport-example1</b></p><a name="mADX-MeasureReport-example1"> </a><a name="hcmADX-MeasureReport-example1"> </a><a name="mADX-MeasureReport-example1-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mADX-MeasureReport.html">IHE mADX MeasureReport profile</a></p></div><p><b>status</b>: Pending</p><p><b>type</b>: Summary</p><p><b>measure</b>: <code>http://ohie.org/Measure/madx-hiv-indicators-example1</code></p><p><b>subject</b>: <a href="#hcmADX-MeasureReport-example1/HealthPost12345">Location Good Health Post</a></p><p><b>reporter</b>: <a href="#hcmADX-MeasureReport-example1/HealthPost12345">Location Good Health Post</a></p><p><b>period</b>: 2025-01-01 --> 2025-01-31</p><p><b>improvementNotation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}">Increased score indicates improvement</span></p><blockquote><p><b>group</b></p><p><b>code</b>: <span title="Codes:{http://ihe.net/qrph/madx/ QRPH_mADX_ART1_N}">QRPH_mADX_ART1_N</span></p><blockquote><p><b>population</b></p><p><b>code</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/measure-population denominator}">Denominator</span></p><p><b>count</b>: 150000</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/measure-population numerator}">Numerator</span></p><p><b>count</b>: 500</p></blockquote><blockquote><p><b>stratifier</b></p><p><b>code</b>: <span title="Codes:{http://ihe.net/qrph/madx/hiv-stratifiers-example TBdiagnosisResult}">TBdiagnosisResult</span></p><blockquote><p><b>stratum</b></p><p><b>value</b>: <span title="Codes:{http://ihe.net/qrph/madx/TBdiagnosisResult-stratifiers-example diagnosedTB}">diagnosedTB</span></p><p><b>measureScore</b>: 55</p></blockquote><blockquote><p><b>stratum</b></p><p><b>value</b>: <span title="Codes:{http://ihe.net/qrph/madx/TBdiagnosisResult-stratifiers-example TBexcluded}">TBexcluded</span></p><p><b>measureScore</b>: 445</p></blockquote></blockquote></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Location #HealthPost12345</b></p><a name="mADX-MeasureReport-example1/HealthPost12345"> </a><a name="hcmADX-MeasureReport-example1/HealthPost12345"> </a><a name="mADX-MeasureReport-example1/HealthPost12345-en-US"> </a><p><b>name</b>: Good Health Post</p></blockquote></div>
</text>
<contained>
<Location>
<id value="HealthPost12345"/>
<name value="Good Health Post"/>
</Location>
</contained>
<status value="pending"/>
<type value="summary"/>
<measure value="http://ohie.org/Measure/madx-hiv-indicators-example1"/>
<subject>
<reference value="#HealthPost12345"/>
</subject>
<reporter>
<reference value="#HealthPost12345"/>
</reporter>
<period>
<start value="2025-01-01"/>
<end value="2025-01-31"/>
</period>
<improvementNotation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-improvement-notation"/>
<code value="increase"/>
</coding>
</improvementNotation>
<group>
<code>
<coding>
<system value="http://ihe.net/qrph/madx/"/>
<code value="QRPH_mADX_ART1_N"/>
</coding>
</code>
<population>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-population"/>
<code value="denominator"/>
</coding>
</code>
<count value="150000"/>
</population>
<population>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-population"/>
<code value="numerator"/>
</coding>
</code>
<count value="500"/>
</population>
<stratifier>
<code>
<coding>
<system value="http://ihe.net/qrph/madx/hiv-stratifiers-example"/>
<code value="TBdiagnosisResult"/>
</coding>
</code>
<stratum>
<value>
<coding>
<system
value="http://ihe.net/qrph/madx/TBdiagnosisResult-stratifiers-example"/>
<code value="diagnosedTB"/>
</coding>
</value>
<measureScore>
<value value="55"/>
</measureScore>
</stratum>
<stratum>
<value>
<coding>
<system
value="http://ihe.net/qrph/madx/TBdiagnosisResult-stratifiers-example"/>
<code value="TBexcluded"/>
</coding>
</value>
<measureScore>
<value value="445"/>
</measureScore>
</stratum>
</stratifier>
</group>
</MeasureReport>