GoogleApi.HealthCare.V1beta1.Api.Projects.healthcare_projects_locations_datasets_fhir_stores_fhir_history
You're seeing just the function
healthcare_projects_locations_datasets_fhir_stores_fhir_history
, go back to GoogleApi.HealthCare.V1beta1.Api.Projects module for more information.
Link to this function
healthcare_projects_locations_datasets_fhir_stores_fhir_history(connection, projects_id, locations_id, datasets_id, fhir_stores_id, fhir_id, fhir_id1, optional_params \\ [], opts \\ [])
View SourceSpecs
healthcare_projects_locations_datasets_fhir_stores_fhir_history( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.HealthCare.V1beta1.Model.HttpBody.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists all the versions of a resource (including the current version and deleted versions) from the FHIR store. Implements the per-resource form of the FHIR standard history interaction (DSTU2, STU3, R4). On success, the response body contains a JSON-encoded representation of a Bundle
resource of type history
, containing the version history sorted from most recent to oldest versions. 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 history
, see Listing FHIR resource versions.
Parameters
-
connection
(type:GoogleApi.HealthCare.V1beta1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. The name of the resource to retrieve. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
datasets_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
fhir_stores_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
fhir_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
fhir_id1
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:_at
(type:String.t
) - Only include resource versions that were current at some point during the time period specified in the date time value. The date parameter format is yyyy-mm-ddThh:mm:ss[Z|(+|-)hh:mm] Clients may specify any of the following: An entire year:_at=2019
An entire month:_at=2019-01
A specific day:_at=2019-01-20
A specific second:_at=2018-12-31T23:59:58Z
-
:_count
(type:integer()
) - The maximum number of search results on a page. If not specified, 100 is used. May not be larger than 1000. -
:_page_token
(type:String.t
) - Used to retrieve the first, previous, next, or last page of resource versions when using pagination. Value should be set to the value of_page_token
set in next or previous page links' URLs. Next and previous page are returned in the response bundle's links field, wherelink.relation
is "previous" or "next". Omit_page_token
if no previous request has been made. -
:_since
(type:String.t
) - Only include resource versions that were created at or after the given instant in time. The instant in time uses the format YYYY-MM-DDThh:mm:ss.sss+zz:zz (for example 2015-02-07T13:28:17.239+02:00 or 2017-01-01T00:00:00Z). The time must be specified to the second and include a time zone.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.HealthCare.V1beta1.Model.HttpBody{}}
on success -
{:error, info}
on failure