This action returns an array of patients that have results calculated for this clinical quality measure. The list can be restricted to specific populations, such as only patients that have made it into the numerator by passing in a query parameter for a particular population. Results are paginated.

Supported Formats

json

Examples

[{"_id":"52fe409ef78ba5bfd2c4127f","value":{"DENEX":0,"DENEXCEP":0,"DENOM":1,"IPP":1,"NUMER":1,"antinumerator":0,"birthdate":1276869600.0,"effective_date":1356998340.0,,"first":"Steve","gender":"M","last":"E","measure_id":"40280381-3D61-56A7-013E-6224E2AC25F3","medical_record_id":"ce83c561f62e245ad4e0ca648e9de0dd","nqf_id":"0038","patient_id":"52fbbf34b99cc8a728000068"}},...]

Params

Param name Description
id
required

The id of the quality measure calculation

Validations:

  • Must be a String

ipp
optional

Ensure patients meet the initial patient population for the measure

Validations:

  • Must match regular expression /true|false/.

denom
optional

Ensure patients meet the denominator for the measure

Validations:

  • Must match regular expression /true|false/.

numer
optional

Ensure patients meet the numerator for the measure

Validations:

  • Must match regular expression /true|false/.

denex
optional

Ensure patients meet the denominator exclusions for the measure

Validations:

  • Must match regular expression /true|false/.

denexcep
optional

Ensure patients meet the denominator exceptions for the measure

Validations:

  • Must match regular expression /true|false/.

msrpopl
optional

Ensure patients meet the measure population for the measure

Validations:

  • Must match regular expression /true|false/.

antinumerator
optional

Ensure patients are not in the numerator but are in the denominator for the measure

Validations:

  • Must match regular expression /true|false/.

page
optional

Validations:

  • Must match regular expression /\d+/.

per_page
optional

Validations:

  • Must match regular expression /\d+/.