Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.fhirStores.fhir.Binary-vread
Gets the contents of a version (current or historical) of a FHIR Binary resource by version ID.
This method can be used to retrieve a Binary resource version either by using the FHIR JSON mimetype as the value for the Accept header, or as a raw data stream. If the FHIR Accept type is used this method will return a Binary resource with the data base64-encoded, regardless of how the resource version was created. The resource data can be retrieved in base64-decoded form if the Accept type of the request matches the value of the resource version's contentType field.
[[["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."],[[["Retrieves the contents of a specific version of a FHIR Binary resource using its version ID."],["Supports retrieving Binary resource versions as FHIR JSON with base64-encoded data or as a raw data stream matching the resource's `contentType`."],["The request URL is in gRPC Transcoding syntax and uses the resource's full name, including project, location, dataset, and FHIR store."],["Authorization for this method requires the `healthcare.fhirResources.get` IAM permission on the specified resource."],["Requires specific OAuth scopes, including `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]