This resource allows for the management of clinical quality measures in the popHealth application.

Supported Formats

json

GET /api/measures
Get a list of measures

Supported Formats

json

Params

Param name Description
page
optional

Validations:

  • Must match regular expression /\d+/.

per_page
optional

Validations:

  • Must match regular expression /\d+/.


GET /api/measures/:id
Get an individual clinical quality measure

Supported Formats

json

Params

Param name Description
id
required

The HQMF id for the CQM to calculate

Validations:

  • Must be a String

sub_id
optional

The sub id for the CQM to calculate. This is popHealth specific.

Validations:

  • Must be a String


POST /api/measures
Load a measure into popHealth

The uploaded measure must be in the popHealth JSON measure format. This will not accept HQMF definitions of measures.

Supported Formats

json

DELETE /api/measures/:id
Remove a clinical quality measure from popHealth

Removes the measure from popHealth. It also removes any calculations for that measure.

Supported Formats

json

Params

Param name Description
id
required

The HQMF id for the CQM to calculate

Validations:

  • Must be a String