Skip to content

@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-medical

Key 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 workflow

API Reference

Module Exports

ExportTypeDescription
typesnamespaceMedical domain type definitions
consentnamespacePatient consent management
securitynamespaceHIPAA security policies and enforcement
servicesnamespaceClinical analysis and workflow services
mcpnamespaceMCP tools for medical operations
apinamespaceREST API handlers
clinamespaceCLI administration commands

Released under the MIT License.