DHIN 2025Connectathon FHIR IG
0.1.0 - draft
DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions
Active as of 2025-09-15 |
<Measure xmlns="http://hl7.org/fhir">
<id value="NgMeasure-001"/>
<meta>
<profile
value="https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-measure"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<table class="narrative-table">
<tbody>
<tr>
<th colspan="2" scope="row" class="row-header">Knowledge Artifact Metadata</th>
</tr>
<tr>
<th scope="row" class="row-header">Name (machine-readable)</th>
<td class="content-container">DispenseWithin48h</td>
</tr>
<tr>
<th scope="row" class="row-header">Title (human-readable)</th>
<td class="content-container">eRx Dispense within 48 Hours</td>
</tr>
<tr>
<th scope="row" class="row-header">Status</th>
<td class="content-container">Active</td>
</tr>
<tr>
<th scope="row" class="row-header">Description</th>
<td class="content-container"><div><p>Measures the proportion of electronic prescriptions dispensed within 48 hours.</p>
</div></td>
</tr>
<tr>
<th scope="row" class="row-header">Purpose</th>
<td class="content-container"><div><p>Monitor timeliness of dispensing and reduce delays to therapy.</p>
</div></td>
</tr>
<tr>
<th scope="row" class="row-header">Topic</th>
<td class="content-container"><span title="Codes:">ePharmacy</span></td>
</tr>
<tr>
<th scope="row" class="row-header">Measure Steward</th>
<td class="content-container">DHIN</td>
</tr>
<tr>
<th scope="row" class="row-header">Steward Contact Details</th>
<td class="content-container">DHIN: <a href="https://www.dhin-hie.org">https://www.dhin-hie.org</a>,<a href="mailto:info@dhin-hie.org">info@dhin-hie.org</a></td>
</tr>
<tr>
<th scope="row" class="row-header">Steward Contact Details</th>
<td class="content-container">Digital Health Interoperability Network.: <a href="mailto:info@dhin-hie.org">info@dhin-hie.org</a></td>
</tr>
<tr>
<th colspan="2" scope="row" class="row-header">Measure Metadata</th>
</tr>
<tr>
<th scope="row" class="row-header">Version Number</th>
<td class="content-container">0.1.0</td>
</tr>
<tr>
<th scope="row" class="row-header">Measure Scoring</th>
<td class="content-container"><span title="Codes:{http://terminology.hl7.org/CodeSystem/measure-scoring proportion}">Proportion</span></td>
</tr>
<tr>
<th scope="row" class="row-header">Improvement Notation</th>
<td class="content-container"><span title="Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}">Increased score indicates improvement</span></td>
</tr>
<tr>
<th colspan="2" scope="row" class="row-header">Measure Population Criteria</th>
</tr>
<tr>
<th scope="row" class="row-header">Denominator</th>
<td class="content-container">
<em>Description</em>:
<p style="white-space: pre-line" class="tab-one">All valid ePrescriptions in the measurement period.</p>
</td>
</tr>
<tr>
<th scope="row" class="row-header">Numerator</th>
<td class="content-container">
<em>Description</em>:
<p style="white-space: pre-line" class="tab-one">ePrescriptions dispensed within 48 hours of prescription.</p>
</td>
</tr>
<tr>
<th colspan="2" scope="row" class="row-header">Generated using version 0.4.6 of the sample-content-ig Liquid templates</th>
</tr>
</tbody>
</table>
</div>
</text>
<url value="https://sandbox.dhin-hie.org/ig/Measure/NgMeasure-001"/>
<identifier>
<system value="https://www.dhin-hie.org/ig/measure-id"/>
<value value="erx-dispense-48h"/>
</identifier>
<version value="0.1.0"/>
<name value="DispenseWithin48h"/>
<title value="eRx Dispense within 48 Hours"/>
<status value="active"/>
<date value="2025-09-15"/>
<publisher value="DHIN"/>
<contact>
<name value="DHIN"/>
<telecom>
<system value="url"/>
<value value="https://www.dhin-hie.org"/>
</telecom>
<telecom>
<system value="email"/>
<value value="info@dhin-hie.org"/>
</telecom>
</contact>
<contact>
<name value="Digital Health Interoperability Network."/>
<telecom>
<system value="email"/>
<value value="info@dhin-hie.org"/>
<use value="work"/>
</telecom>
</contact>
<description
value="Measures the proportion of electronic prescriptions dispensed within 48 hours."/>
<purpose
value="Monitor timeliness of dispensing and reduce delays to therapy."/>
<topic>
<text value="ePharmacy"/>
</topic>
<scoring>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/measure-scoring"/>
<code value="proportion"/>
</coding>
</scoring>
<improvementNotation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-improvement-notation"/>
<code value="increase"/>
</coding>
</improvementNotation>
<group>
<population>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-population"/>
<code value="denominator"/>
</coding>
</code>
<description
value="All valid ePrescriptions in the measurement period."/>
<criteria>
<description
value="All valid ePrescriptions (MedicationRequest) authored within the Measurement Period."/>
<language value="text/cql-identifier"/>
<expression value="AllRxInPeriod"/>
</criteria>
</population>
<population>
<code>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/measure-population"/>
<code value="numerator"/>
</coding>
</code>
<description
value="ePrescriptions dispensed within 48 hours of prescription."/>
<criteria>
<description
value="All valid ePrescriptions (MedicationRequest) authored within the Measurement Period."/>
<language value="text/cql-identifier"/>
<expression value="AllRxInPeriod"/>
</criteria>
</population>
</group>
</Measure>