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

The candidate entities that an entity mention could link to.

Attributes

  • entityId (type: String.t, default: nil) - entity_id is a first class field entity_id uniquely identifies this concept and its meta-vocabulary. For example, "UMLS/C0000970".
  • preferredTerm (type: String.t, default: nil) - preferred_term is the preferred term for this concept. For example, "Acetaminophen". For ad hoc entities formed by normalization, this is the most popular unnormalized string.
  • vocabularyCodes (type: list(String.t), default: nil) - Vocabulary codes are first-class fields and differentiated from the concept unique identifier (entity_id). vocabulary_codes contains the representation of this concept in particular vocabularies, such as ICD-10, SNOMED-CT and RxNORM. These are prefixed by the name of the vocabulary, followed by the unique code within that vocabulary. For example, "RXNORM/A10334543".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.Entity{
  entityId: String.t() | nil,
  preferredTerm: String.t() | nil,
  vocabularyCodes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.