Merative Annotator for Clinical Data Container Edition

Clinical Insights Procedure Model

The procedure model provides information about how the procedure applies to the the patient and other classification information about the procedure.

procedure

The demo application above shows an example of how to use the scores from the procedure model to create attributes. In this example, Chemotherapy has a high discussed score and is not promoted to an attribute. Radiotherapy does apply to the patient in this example and is promoted to an attribute.

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

usage

FeatureDescription
explicitScoreThe procedure has been done.
pendingScoreThe procedure has been scheduled or is highly recommended by a physician.
discussedScoreOther mentions of the procedure that do not directly apply to the patient.

task

FeatureDescription
therapeuticScoreThis procedure is meant to treat a condition.
diagnosticScoreThis procedure is meant to diagnose a condition.
surgicalTaskScoreThis procedure is a subtask of a larger surgical process.
clinicalAssessmentScoreThis procedure is a physician’s evaluation of a patient.
labTestScoreThis procedure is a lab test.

type

FeatureDescription
deviceScoreThe procedure involves an implanted device.
materialScoreThe procedure involves grafts or other material implants.
medicationScoreThe procedure involves the administration of a medication.
conditionManagementScoreAn ongoing procedure to manage a long term condition.
procedureScoreAny other type of procedure.

Sample Response

Consider the following sample text.

Chemotherapy with Cisplatin was not an option for his type of cancer.

The clinical insight features for Chemotherapy might look as follows:

"insightModelData": {
"procedure": {
"usage": {
"explicitScore": 0.035,
"pendingScore": 0.002,
"discussedScore": 0.963
},
"task": {
"therapeuticScore": 0.999,