View Source GoogleApi.HealthCare.V1beta1.Model.SearchResourcesRequest (google_api_health_care v0.50.1)

Request to search the resources in the specified FHIR store.

Attributes

  • resourceType (type: String.t, default: nil) - Required. The FHIR resource type to search, such as Patient or Observation. For a complete list, see the FHIR Resource Index (DSTU2, STU3, R4).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.SearchResourcesRequest{
  resourceType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.