Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.fhirStores.fhir.read
Gets the contents of a FHIR resource.
Implements the FHIR standard read interaction (DSTU2, STU3, R4).
Also supports the FHIR standard conditional read interaction (DSTU2, STU3, R4) specified by supplying an If-Modified-Since header with a date/time value or an If-None-Match header with an ETag value.
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 API method, `projects.locations.datasets.fhirStores.fhir.read`, retrieves the contents of a FHIR resource."],["It supports the FHIR standard read interaction across DSTU2, STU3, and R4 versions, as well as the conditional read interaction by using `If-Modified-Since` or `If-None-Match` headers."],["A successful request returns a JSON-encoded representation of the resource, while errors from the FHIR store are reported as a JSON-encoded `OperationOutcome` resource."],["The request requires the `healthcare.fhirResources.get` IAM permission on the specified resource name."],["The `GET` request URL structure uses the `gRPC Transcoding` syntax and requires either `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]