Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.fhirStores.fhir.vread
Gets the contents of a version (current or historical) of a FHIR resource by version ID.
Implements the FHIR standard vread interaction (DSTU2, STU3, R4).
On success, the response body contains a JSON-encoded representation of the resource. Errors generated by the FHIR store contain a JSON-encoded OperationOutcome resource describing the reason for the error. If the request cannot be mapped to a valid API method on a FHIR store, a generic GCP error might be returned instead.
[[["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-01-28 UTC."],[[["This endpoint retrieves a specific version of a FHIR resource using its version ID, adhering to the FHIR standard's vread interaction across DSTU2, STU3, and R4 versions."],["The response body, upon success, will contain a JSON-encoded representation of the requested FHIR resource, while errors will return a JSON-encoded `OperationOutcome` resource or a general GCP error."],["The HTTP request uses a GET method, and requires a specific URL format following gRPC Transcoding syntax, with the resource version name specified in the path."],["Authorization to access this endpoint requires the `healthcare.fhirResources.get` IAM permission on the specified resource and one of the OAuth scopes `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."],["The request body for this endpoint is empty."]]],[]]