@gravity-platform/aws-medical 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +24 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-platform/aws-medical",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "AWS Comprehend Medical integration for Gravity workflow system - extract medical entities and PHI from clinical text",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -46,9 +46,31 @@
|
|
|
46
46
|
"typescript": "^5.0.0"
|
|
47
47
|
},
|
|
48
48
|
"gravity": {
|
|
49
|
+
"displayName": "AWS Comprehend Medical",
|
|
50
|
+
"category": "ai",
|
|
49
51
|
"logoUrl": "https://res.cloudinary.com/sonik/image/upload/v1755603269/gravity/icons/ComprehendMedical.png",
|
|
50
52
|
"nodes": [
|
|
51
|
-
|
|
53
|
+
{
|
|
54
|
+
"name": "AWS Comprehend Medical",
|
|
55
|
+
"type": "PromiseNode",
|
|
56
|
+
"description": "Extract medical entities, PHI, and relationships from clinical text",
|
|
57
|
+
"category": "AI",
|
|
58
|
+
"mcp": false
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"features": [
|
|
62
|
+
"Medical entity extraction",
|
|
63
|
+
"PHI detection & redaction",
|
|
64
|
+
"ICD-10/RxNorm linking",
|
|
65
|
+
"Clinical relationship mapping"
|
|
66
|
+
],
|
|
67
|
+
"credentials": [
|
|
68
|
+
{
|
|
69
|
+
"name": "AWS Credentials",
|
|
70
|
+
"type": "awsCredentials",
|
|
71
|
+
"required": true,
|
|
72
|
+
"description": "AWS access key + secret with ComprehendMedical permissions"
|
|
73
|
+
}
|
|
52
74
|
]
|
|
53
75
|
}
|
|
54
76
|
}
|