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."],[[["Retrieves the status of FHIR operations, aligning with the FHIR specification's bulk data status request guide."],["Operations can be in one of three states: in-progress (status code 202), complete (status code 200), or error (status code 5XX)."],["The operation status is obtained via a GET request to a specific URL that includes project, location, dataset, FHIR store, and operation IDs."],["Authorization for this operation requires the `healthcare.fhirStores.getFhirOperationStatus` IAM permission, along with one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]