View Source GoogleApi.HealthCare.V1beta1.Model.AnalyzeEntitiesResponse (google_api_health_care v0.56.4)
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) - Theentity_mentionsfield 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
Unwrap a decoded JSON object into its complex fields.