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

Includes recognized entity mentions and relationships between them.

Attributes

  • entities (type: list(GoogleApi.HealthCare.V1beta1.Model.Entity.t), default: nil) - The union of all the candidate entities that the entity_mentions in this response could link to. These are UMLS concepts or normalized mention content.
  • entityMentions (type: list(GoogleApi.HealthCare.V1beta1.Model.EntityMention.t), default: nil) - The entity_mentions field contains all the annotated medical entities that were mentioned in the provided document.
  • fhirBundle (type: String.t, default: nil) - The FHIR bundle (R4) that includes all the entities, the entity mentions, and the relationships in JSON format.
  • relationships (type: list(GoogleApi.HealthCare.V1beta1.Model.EntityMentionRelationship.t), default: nil) - relationships contains all the binary relationships that were identified between entity mentions within the provided document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.AnalyzeEntitiesResponse{
  entities: [GoogleApi.HealthCare.V1beta1.Model.Entity.t()] | nil,
  entityMentions: [GoogleApi.HealthCare.V1beta1.Model.EntityMention.t()] | nil,
  fhirBundle: String.t() | nil,
  relationships:
    [GoogleApi.HealthCare.V1beta1.Model.EntityMentionRelationship.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.