Class GetPatientBundle
- java.lang.Object
-
- org.linuxforhealth.fhir.bucket.interop.GetPatientBundle
-
public class GetPatientBundle extends java.lang.ObjectRetrieve 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 Bundlerun(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:
-
-