National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

National Healthcare Safety Network (NHSN) Digital Quality Measure (dQM) Reporting Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/nhsn-dqm/ and changes regularly. See the Directory of published versions

Resource Profile: NHSN Measure Bundle

Official URL: http://hl7.org/fhir/us/nhsn-dqm/StructureDefinition/nhsn-measure-bundle Version: 1.0.0-ballot
Standards status: Trial-use Maturity Level: 1 Computable Name: NHSNMeasureBundle
Other Identifiers: OID:2.25.316204395913842452684237438142819890580.42.5

This profile defines a Bundle provided by the MeasureServer containing a Measure resource and all related resources (ValueSet, Library, etc.).

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 Bundle

NameFlagsCard.TypeDescription & Constraintsdoco
.. Bundle C 0..* Bundle Contains a collection of resources
bundle-no-modifier-extensions: MeasureReport Bundle: must not contain any modifierExensions
bundle-contain-all-measurereport-references: All referenced resources SHALL be contained within the Bundle. If this fails, use the following FHIRPath expression to discover missing resources: Bundle.entry.resource.descendants().reference.where($this.startsWith('#').not()).where((%resource.entry.fullUrl.join('|')&'|').contains(($this&'|')).not())
... Slices for entry 1..* BackboneElement Entry in the bundle - will have a resource or information
Slice: Unordered, Open by profile:resource
.... entry:measure 1..1 BackboneElement Bundle entry for the Measure resource
..... resource 1..1 CRMIShareableMeasure(1.0.0-snapshot) A quality measure definition

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
bundle-contain-all-measurereport-referenceserrorBundleAll referenced resources SHALL be contained within the Bundle. If this fails, use the following FHIRPath expression to discover missing resources: Bundle.entry.resource.descendants().reference.where($this.startsWith('#').not()).where((%resource.entry.fullUrl.join('|')&'|').contains(($this&'|')).not())
: Bundle.entry.resource.descendants().reference.where($this.startsWith('#').not()).all((%resource.entry.fullUrl.join('|')&'|').contains(($this&'|')))
bundle-no-modifier-extensionserrorBundleMeasureReport Bundle: must not contain any modifierExensions
: (descendants().select(modifierExtension)).exists().not()

 

Other representations of profile: CSV, Excel, Schematron