Module Values.RxNormTraitSource

The contextual information for the entity. InferRxNorm recognizes the trait NEGATION, which is any indication that the patient is not taking a medication.

Sourcetype nonrec t = {
  1. name : RxNormTraitName.t option;
    (*

    Provides a name or contextual description about the trait.

    *)
  2. score : Float_.t option;
    (*

    The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.

    *)
}
Sourceval make : ?name:??? -> ?score:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Float of Float_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t