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 webpage documents the `vread` method, which retrieves a specific version of a FHIR resource within a FHIR store."],["The `vread` method adheres to the FHIR standard for version reading across DSTU2, STU3, and R4 versions."],["Successful requests return a JSON-encoded FHIR resource, while errors are reported through a JSON-encoded `OperationOutcome` resource or a generic GCP error."],["Access to this method requires the `healthcare.fhirResources.get` IAM permission and one of the specified OAuth scopes."],["The HTTP request is a `GET` method, and the URL structure follows gRPC Transcoding syntax with the `name` path parameter as required, which is the location of the FHIR resource to retrieve."]]],[]]