FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeMeasure
IdMeasure-NgMeasure-001.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Nigeria-FHIR-Community/2025Connectathon/Measure-NgMeasure-001.html
URLhttps://sandbox.dhin-hie.org/ig/Measure/NgMeasure-001
Version0.2.0
Statusactive
Date2025-09-15
NameDispenseWithin48h
TitleeRx Dispense within 48 Hours
DescriptionMeasures the proportion of electronic prescriptions dispensed within 48 hours.
PurposeMonitor timeliness of dispensing and reduce delays to therapy.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Knowledge Artifact Metadata
Name (machine-readable) DispenseWithin48h
Title (human-readable) eRx Dispense within 48 Hours
Status Active
Experimental false
Description

Measures the proportion of electronic prescriptions dispensed within 48 hours.

Purpose

Monitor timeliness of dispensing and reduce delays to therapy.

Topic ePharmacy
Measure Steward DHIN
Steward Contact Details DHIN: https://www.dhin-hie.org,info@dhin-hie.org
Steward Contact Details Digital Health Interoperability Network.: info@dhin-hie.org
Measure Metadata
Version Number 0.2.0
Measure Scoring Proportion
Improvement Notation Increased score indicates improvement
Measure Population Criteria
Denominator Description:

All valid ePrescriptions in the measurement period.

Numerator Description:

ePrescriptions dispensed within 48 hours of prescription.

Generated using version 0.4.6 of the sample-content-ig Liquid templates

Source1

{
  "resourceType": "Measure",
  "id": "NgMeasure-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-measure"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://sandbox.dhin-hie.org/ig/Measure/NgMeasure-001",
  "identifier": [
    {
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
      "value": "HCF-12341"
    }
  ],
  "version": "0.2.0",
  "name": "DispenseWithin48h",
  "title": "eRx Dispense within 48 Hours",
  "status": "active",
  "experimental": false,
  "date": "2025-09-15",
  "publisher": "DHIN",
  "contact": [
    {
      "name": "DHIN",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.dhin-hie.org"
        },
        {
          "system": "email",
          "value": "info@dhin-hie.org"
        }
      ]
    },
    {
      "name": "Digital Health Interoperability Network.",
      "telecom": [
        {
          "system": "email",
          "value": "info@dhin-hie.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Measures the proportion of electronic prescriptions dispensed within 48 hours.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "NG",
          "display": "Nigeria"
        }
      ]
    }
  ],
  "purpose": "Monitor timeliness of dispensing and reduce delays to therapy.",
  "topic": [
    {
      "text": "ePharmacy"
    }
  ],
  "scoring": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-scoring",
        "code": "proportion"
      }
    ]
  },
  "improvementNotation": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code": "increase"
      }
    ]
  },
  "group": [
    {
      "population": [
        {
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "denominator"
              }
            ]
          },
          "description": "All valid ePrescriptions in the measurement period.",
          "criteria": {
            "description": "All valid ePrescriptions (MedicationRequest) authored within the Measurement Period.",
            "language": "text/cql-identifier",
            "expression": "AllRxInPeriod"
          }
        },
        {
          "code": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/measure-population",
                "code": "numerator"
              }
            ]
          },
          "description": "ePrescriptions dispensed within 48 hours of prescription.",
          "criteria": {
            "description": "All valid ePrescriptions (MedicationRequest) authored within the Measurement Period.",
            "language": "text/cql-identifier",
            "expression": "AllRxInPeriod"
          }
        }
      ]
    }
  ]
}