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."],[[["This API endpoint retrieves a specific version of a FHIR Binary resource using its version ID, allowing access to both current and historical versions."],["The content can be received as a base64-encoded FHIR Binary resource or as a raw data stream, depending on the `Accept` header in the request."],["Access to this endpoint requires the `healthcare.fhirResources.get` IAM permission on the specified resource and one of the required OAuth scopes."],["The request URL follows gRPC Transcoding syntax and requires a `name` parameter that identifies the specific resource version."],["The request body must be empty and the response, if successful, is a generic HTTP response whose format is defined by the method."]]],[]]