:py:mod:`helix_fhir_client_sdk.responses.fhir_get_response` =========================================================== .. py:module:: helix_fhir_client_sdk.responses.fhir_get_response Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: helix_fhir_client_sdk.responses.fhir_get_response.FhirGetResponse .. py:class:: FhirGetResponse(url, responses, error, access_token, total_count, status) Class that encapsulates the response from FHIR server :param url: url that was being accessed :param responses: response text :param error: Any error returned by FHIR server :param access_token: access token that was used :param total_count: count of total records that match the provided query. Only set if include_total_count was set to avoid expensive operation by server.