Learning to use Amazon Comprehend Medical for medical ontology
What is medical ontology linking? It is the method of identifying medical information and mapping it to standard medical codes and concepts. For example, medical conditions are linked to ICD-10-CM codes. Moreover, medications are mapped to RxNorm codes. Also, Amazon Comprehend Medical results infer SNOMED CT codes to provide medical insights, conditions, affected anatomy, test treatments, and procedures. Amazon Comprehend Medical also supports entity traits. For example, “Patient refused to take medication” has a negation entity trait.
Now let’s see an example with a sample prescription document:
- Use the following code to display the sample prescription document:
documentName = "prescription.png" display(Image(filename=documentName))
You can see the document in the following figure:
Figure 5.19 – Sample medical prescription
- Get raw text...