Skip to content

Commit b33263d

Browse files
chalmarmChalma Maadaadi
andauthored
Opening the care-gaps endpoint for GET. (#4823)
Co-authored-by: Chalma Maadaadi <[email protected]>
1 parent 2821201 commit b33263d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

hapi-fhir-storage-cr/src/main/java/ca/uhn/fhir/cr/r4/measure/CareGapsOperationProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public CareGapsOperationProvider(Function<RequestDetails, CareGapsService> theCa
9393
* @return Parameters of bundles of Care Gap Measure Reports
9494
*/
9595
@Description(shortDefinition = "$care-gaps operation", value = "Implements the <a href=\"http://build.fhir.org/ig/HL7/davinci-deqm/OperationDefinition-care-gaps.html\">$care-gaps</a> operation found in the <a href=\"http://build.fhir.org/ig/HL7/davinci-deqm/index.html\">Da Vinci DEQM FHIR Implementation Guide</a> which is an extension of the <a href=\"http://build.fhir.org/operation-measure-care-gaps.html\">$care-gaps</a> operation found in the <a href=\"http://hl7.org/fhir/R4/clinicalreasoning-module.html\">FHIR Clinical Reasoning Module</a>.")
96-
@Operation(name = "$care-gaps", idempotent = false, type = Measure.class)
96+
@Operation(name = "$care-gaps", idempotent = true, type = Measure.class)
9797
public Parameters careGapsReport(
9898
RequestDetails theRequestDetails,
9999
@OperationParam(name = "periodStart", typeName = "date") IPrimitiveType<Date> thePeriodStart,

hapi-fhir-storage-cr/src/main/java/ca/uhn/fhir/cr/r4/measure/CareGapsService.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,9 @@ public static String getFullUrl(String theServerAddress, String theFhirType, Str
537537
public DaoRegistry getDaoRegistry() {
538538
return myDaoRegistry;
539539
}
540+
541+
public CrProperties getCrProperties() {
542+
return myCrProperties;
543+
}
544+
540545
}

0 commit comments

Comments
 (0)