Required. Name of the operation to query, in the format projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/operations/{operation_id}.
Authorization requires the following IAM permission on the specified resource name:
healthcare.fhirStores.getFhirOperationStatus
Request body
The request body must be empty.
Response body
If successful, the response is a generic HTTP response whose format is defined by the method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-21 UTC."],[[["This API endpoint retrieves the status of FHIR operations, adhering to the FHIR specification for bulk data status requests."],["Operations can be in one of three states: in-progress (HTTP 202), complete (HTTP 200 with a JSON response), or error (HTTP 5XX with an OperationOutcome resource)."],["The endpoint uses a GET request with a specific URL structure defined by gRPC Transcoding and requires a resource `name` parameter in the format `projects/*/locations/*/datasets/*/fhirStores/*/operations/*`."],["Authorization for this operation requires the `healthcare.fhirStores.getFhirOperationStatus` IAM permission and one of two OAuth scopes."],["The request body must be empty, and a successful response is a generic HTTP response whose specific format is determined by the method."]]],[]]