Merative Annotator for Clinical Data Container Edition

Substance Abuse Treatment Model (Preview)

The substance abuse treatment model provides information about any treatment for substance abuse problems (alcohol or illicit drugs) that apply to the patient.

substance_abuse_treatment

The demo application above shows an example of how to use the scores from the substance abuse treatment model to create attributes. In this example, “methadone program” has a high treatment score and is promoted to a SubstanceAbuseTreatment attribute by the cartridge scoring rules. The example also has a high compliance score and therefore the attribute is assigned a value of compliance.

The usage section of the JSON response indicates how substance abuse treatment applies to a patient.

treatment

FeatureDescription
treatmentScoreThere is evidence of substance abuse treatment about the patient, including treatment for either alcohol abuse or illicit drug abuse.
discussedScoreEvidence that substance abuse treatment has been discussed with the patient.
complianceEvidence that the patient has been compliant with substance abuse treatment.

Other substance abuse treatment features

FeatureDescription
nonPatientScoreThe substance abuse treatment mentioned does not apply to the patient. (For example: “Her father attends AA meetings.“)

Sample Response

Consider the following sample text.

History of polysubstance abuse, in a methadone program.

The clinical insight features for “methadone maintenance” might look as follows:

"insightModelData": {
"substance": {
"treatment": {
"discussedScore": 0,
"complianceScore": 0.999
},
"treatmentScore": 1,
"nonPatientScore": 0
}