getFhir

suspend fun getFhir(argument: GetFhirPlainArgs): GetFhirResult

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. For samples that show how to call read, see Getting a FHIR resource.

Return

null

Parameters

argument

null


suspend fun getFhir(datasetId: String, fhirId: String, fhirId1: String, fhirStoreId: String, location: String, project: String? = null): GetFhirResult

Return

null

See also

Parameters

datasetId
fhirId
fhirId1
fhirStoreId
location
project

suspend fun getFhir(argument: suspend GetFhirPlainArgsBuilder.() -> Unit): GetFhirResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.healthcare.v1.kotlin.inputs.GetFhirPlainArgs.