$care-gaps

Care Gaps

draftFHIR Core package4.3.0operation4 inputs1 output

The care-gaps operation is used to determine gaps-in-care based on the results of quality measures

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/OperationDefinition/Measure-care-gaps
Code
$care-gaps
Kind
operation
Affects State
No
Publisher
HL7 (FHIR Project)

Invocation Context

Can be invoked at:
Type Level
Target Resources:
Measure
Affects State:No

Implementation Notes

The effect of invoking this operation is to calculate a set of measures for a particular topic (e.g. Preventive Care and Screening) and return a document describing the results of each measure for the given subject. Note that it is up to the server to determine whether or not the generated care gaps report is persisted. If the server does not persist the results, the operation does not affect state and can be invoked with a GET

Input Parameters (4)

NameTypeCard.Description
periodStart*date1..1The start of the measurement period. In keeping with the semantics of the date parameter used in the FHIR search operation, the period will start at the beginning of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period s
periodEnd*date1..1The end of the measurement period. The period will end at the end of the period implied by the supplied timestamp. E.g. a value of 2014 would set the period end to be 2014-12-31T23:59:59 inclusive
topic*string1..1The topic to be used to determine which measures are considered for the care gaps report. Any measure with the given topic will be included in the report
subject*string1..1Subject for which the care gaps report will be produced

Output Parameters (1)

NameTypeCard.Description
returnBundle1..1The result of the care gaps report will be returned as a document bundle with a MeasureReport entry for each included measure

Additional Information

Version
4.3.0
Date
2022-05-28T12:47:40+10:00