We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for AWS Comprehend Medical's ontology linking APIs (InferICD10, InferRxNorm, and InferSNOWMEDCT) would be pretty straightforward, just call comprehendHTTP with service = "comprehendmedical" and action = "InferICD10"/action = "InferRxNorm"/action = "InferSNOMEDCT".
comprehendHTTP
service = "comprehendmedical"
action = "InferICD10"
action = "InferRxNorm"
action = "InferSNOMEDCT"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Adding support for AWS Comprehend Medical's ontology linking APIs (InferICD10, InferRxNorm, and InferSNOWMEDCT) would be pretty straightforward, just call
comprehendHTTP
withservice = "comprehendmedical"
andaction = "InferICD10"
/action = "InferRxNorm"
/action = "InferSNOMEDCT"
.The text was updated successfully, but these errors were encountered: