Skip to content

Commit

Permalink
use onType
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko2 authored and samuelmale committed Mar 19, 2024
1 parent ffec8b6 commit 41427b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public List<Patient> getCRPatients(String sourceIdentifier, String sourceIdentif

Parameters betterCrRequest = fhirClient
.operation()
.onInstance(String.format("%s|%s", sourceIdentifierSystem, sourceIdentifier))
.onType(FhirConstants.PATIENT)
.named(FhirCRConstants.IHE_PIX_OPERATION)
.withNoParameters(Parameters.class)
.execute();
Expand Down

0 comments on commit 41427b5

Please sign in to comment.