GoogleApi.HealthCare.V1beta1.Model.EntityMention (google_api_health_care v0.40.0) View Source
An entity mention in the document.
Attributes
-
certaintyAssessment(type:GoogleApi.HealthCare.V1beta1.Model.Feature.t, default:nil) - The certainty assessment of the entity mention. Its value is one of: LIKELY, SOMEWHAT_LIKELY, UNCERTAIN, SOMEWHAT_UNLIKELY, UNLIKELY, CONDITIONAL -
confidence(type:float(), default:nil) - The model's confidence in this entity mention annotation. A number between 0 and 1. -
linkedEntities(type:list(GoogleApi.HealthCare.V1beta1.Model.LinkedEntity.t), default:nil) - linked_entities are candidate ontological concepts that this entity mention may refer to. They are sorted by decreasing confidence.it -
mentionId(type:String.t, default:nil) - mention_id uniquely identifies each entity mention in a single response. -
subject(type:GoogleApi.HealthCare.V1beta1.Model.Feature.t, default:nil) - The subject this entity mention relates to. Its value is one of: PATIENT, FAMILY_MEMBER, OTHER -
temporalAssessment(type:GoogleApi.HealthCare.V1beta1.Model.Feature.t, default:nil) - How this entity mention relates to the subject temporally. Its value is one of: CURRENT, CLINICAL_HISTORY, FAMILY_HISTORY, UPCOMING, ALLERGY -
text(type:GoogleApi.HealthCare.V1beta1.Model.TextSpan.t, default:nil) - text is the location of the entity mention in the document. -
type(type:String.t, default:nil) - The semantic type of the entity: UNKNOWN_ENTITY_TYPE, ALONE, ANATOMICAL_STRUCTURE, ASSISTED_LIVING, BF_RESULT, BM_RESULT, BM_UNIT, BM_VALUE, BODY_FUNCTION, BODY_MEASUREMENT, COMPLIANT, DOESNOT_FOLLOWUP, FAMILY, FOLLOWSUP, LABORATORY_DATA, LAB_RESULT, LAB_UNIT, LAB_VALUE, MEDICAL_DEVICE, MEDICINE, MED_DOSE, MED_DURATION, MED_FORM, MED_FREQUENCY, MED_ROUTE, MED_STATUS, MED_STRENGTH, MED_TOTALDOSE, MED_UNIT, NON_COMPLIANT, OTHER_LIVINGSTATUS, PROBLEM, PROCEDURE, PROCEDURE_RESULT, PROC_METHOD, REASON_FOR_NONCOMPLIANCE, SEVERITY, SUBSTANCE_ABUSE, UNCLEAR_FOLLOWUP.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.HealthCare.V1beta1.Model.EntityMention{
certaintyAssessment: GoogleApi.HealthCare.V1beta1.Model.Feature.t() | nil,
confidence: float() | nil,
linkedEntities: [GoogleApi.HealthCare.V1beta1.Model.LinkedEntity.t()] | nil,
mentionId: String.t() | nil,
subject: GoogleApi.HealthCare.V1beta1.Model.Feature.t() | nil,
temporalAssessment: GoogleApi.HealthCare.V1beta1.Model.Feature.t() | nil,
text: GoogleApi.HealthCare.V1beta1.Model.TextSpan.t() | nil,
type: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.