@smartpointstech/sptflo-medical
SPTFlo Medical Domain - HIPAA compliance, patient workflows, medical analysis
Overview
This package provides medical-domain capabilities for SPTFlo agents, including HIPAA-compliant data handling, patient consent management, medical security policies, and clinical workflow services. It includes MCP tools for medical analysis and a CLI for administration. Built on top of the sptflo-engine and sptflo-memory packages.
Installation
bash
npm install @smartpointstech/sptflo-medicalKey Features
- HIPAA Compliance -- data handling and audit controls aligned with HIPAA requirements
- Consent Management -- patient consent tracking and enforcement
- Medical Security -- domain-specific security policies for protected health information
- Clinical Services -- medical analysis and workflow orchestration services
- MCP Tools -- Model Context Protocol tools for medical domain operations
Dependencies
Key internal dependencies:
@smartpointstech/sptflo-engine-- core engine for agent coordination@smartpointstech/sptflo-memory-- persistent memory for patient data@smartpointstech/sptflo-mcp-- MCP tool framework
Quick Start
typescript
import { consent, security, services } from '@smartpointstech/sptflo-medical';
// Use consent management, security policies, and medical services
// as part of a HIPAA-compliant agent workflowAPI Reference
Module Exports
| Export | Type | Description |
|---|---|---|
types | namespace | Medical domain type definitions |
consent | namespace | Patient consent management |
security | namespace | HIPAA security policies and enforcement |
services | namespace | Clinical analysis and workflow services |
mcp | namespace | MCP tools for medical operations |
api | namespace | REST API handlers |
cli | namespace | CLI administration commands |