Values.InferSNOMEDCTResponseSourceInferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
type nonrec t = {entities : SNOMEDCTEntityList.t option;The collection of medical concept entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.
*)paginationToken : String_.t option;If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.
*)modelVersion : String_.t option;The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
*)sNOMEDCTDetails : SNOMEDCTDetails.t option;The details of the SNOMED-CT revision, including the edition, language, and version date.
*)characters : Characters.t option;The number of characters in the input request documentation.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidEncodingException of InvalidEncodingException.t| `InvalidRequestException of InvalidRequestException.t| `TextSizeLimitExceededException of TextSizeLimitExceededException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidEncodingException of InvalidEncodingException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TextSizeLimitExceededException of TextSizeLimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidEncodingException of InvalidEncodingException.t
| `InvalidRequestException of InvalidRequestException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TextSizeLimitExceededException of TextSizeLimitExceededException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Float of Float_.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]
list
| `String of OntologyLinkingBoundedLengthString.t ])
list ]
list
| `String of String_.t
| `Structure of
(string * [> `Integer of Integer.t | `String of String_.t ]) list ])
list ]