Class GetPatientBundle
- java.lang.Object
-
- org.linuxforhealth.fhir.bucket.interop.GetPatientBundle
-
public class GetPatientBundle extends java.lang.Object
Retrieve a bundle containing the Patient and a number of ExplanationOfBenefits
-
-
Constructor Summary
Constructors Constructor Description GetPatientBundle(java.lang.String patientLogicalId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bundle
run(FHIRBucketClient client)
Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patient
-
-
-
Method Detail
-
run
public Bundle run(FHIRBucketClient client)
Get the bundle containing the Patient resource plus a list of ExplanationOfBenefit resources associated with the patient- Parameters:
client
-- Returns:
-
-