Class InteropScenario

  • All Implemented Interfaces:
    IPatientScenario

    public class InteropScenario
    extends Object
    implements IPatientScenario
    A workload simulating interop client access. Fetch a Patient and related ExplanationOfBenefit resources, then use these to drive a second request fetching the Claim and Provider resources referenced by each of the retrieved ExplanationOfBenefit resources.
    • Constructor Detail

      • InteropScenario

        public InteropScenario​(FHIRBucketClient client)
        Public constructor
        Parameters:
        client -
    • Method Detail

      • processResult

        protected int processResult​(Bundle bundle)
        Process the result bundle we retrieved. Create a new bundle to fetch the details from each of the bundles.
        Parameters:
        bundle -