Merative Annotator for Clinical Data Container Edition

Clinical Insights Diagnosis Model

The diagnosis model provides usage information and other features about the diagnosis.

diagnosis

The demo application above shows an example of how to use the scores from the diagnosis model to create attributes. In this example, stage II breast cancer has a high explicit score and is promoted to an attribute.

The usage section of the JSON response indicates how a diagnosis applies to the patient.

usage

FeatureDescription
explicitScoreThe diagnosis applies to the patient.
patientReportedScoreThe diagnosis is reported by the patient.
discussedScoreThe diagnosis does not apply to the patient.

Other diagnosis features

FeatureDescription
suspectedScoreThe diagnosis is probable, but not necessarily confirmed.
symptomScoreThe diagnosis is a symptom versus a primary condition.
traumaScoreThe diagnosis is a physical trauma.
familyHistoryScoreThe diagnosis applies to a family member and not the patient.

Sample Response

Consider the following sample text.

Pathologic evidence suggests that the patient has stage II breast cancer

The clinical insights features for stage II breast cancer might look as follows:

"insightModelData": {
"diagnosis": {
"usage": {
"explicitScore": 1,
"patientReportedScore": 0,
"discussedScore": 0
},
"suspectedScore": 0.517,
"symptomScore": 0,