Skip to content

Commit

Permalink
Additional examples for full coverage of $care-gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-reynolds committed Jul 1, 2021
1 parent 0f146e0 commit f68f3bb
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion input/includes/care-gaps-operation-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,26 @@ Request:
~~~
GET [base]/Measure/$care-gaps?measureIdentifier=http://hl7.org/fhir/cqi/ecqm/Measure/Identifier/cms|130&periodStart=2014-01&periodEnd=2014-03&status=open-gap&subject=Patient/124
GET [base]/Measure/$care-gaps?measureUrl=http://hl7.org/fhir/us/cqfmeasures/Measure/EXM130|7.3.000&periodStart=2014-01&periodEnd=2014-03&status=open-gap&subject=Patient/124
~~~
~~~

Request:

* Request the first example with an organization instead of a subject.

* Request the first example with a practitioner and an organization instead of a subject.

~~~
GET [base]/Measure/$care-gaps?measureIdentifier=http://hl7.org/fhir/cqi/ecqm/Measure/Identifier/cms|130&periodStart=2014-01&periodEnd=2014-03&status=open-gap&organization=Organization/124
GET [base]/Measure/$care-gaps?measureUrl=http://hl7.org/fhir/us/cqfmeasures/Measure/EXM130|7.3.000&periodStart=2014-01&periodEnd=2014-03&status=open-gap&&organization=Organization/124&practitioner=Practitioner/124
~~~

Request:

* Request the first example with a program of eligible-provider.

* Request the first example with a program of the code "mips" in the valueset "quality-programs".

~~~
GET [base]/Measure/$care-gaps?measureId=EXM130-7.3.000&periodStart=2014-01&periodEnd=2014-03&status=open-gap&subject=Patient/124&program=eligible-provider
GET [base]/Measure/$care-gaps?measureId=EXM130-7.3.000&periodStart=2014-01&periodEnd=2014-03&status=open-gap&subject=Patient/124&program=http://hl7.org/fhir/us/cqfmeasures/CodeSystem/quality-programs|mips
~~~

0 comments on commit f68f3bb

Please sign in to comment.