Skip to content

feobaby/psv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is PSV-AI?

PSV-AI is an autonomous AI agent that acts like a complaince officer and performs Primary Source Verification (PSV) for healthcare professionals by navigating licensing board portals, extracting credential data, validating records, and generating audit-ready compliance reports.

More Details:

  • Healthcare credential verification are manual, repetitive, time-sensitive, compliance-heavy and prone to human error
  • Current process could be manual portal navigation, screenshot evidence collection, etc as this is slow, expensive, and not scalable.

Primary Goals

  • Automate ≥80% of PSV workflows
  • Reduce average verification time by 60%

Tools Used for this Project:

  1. Node.js - JavaScript runtime for building the CLI application
  2. JavaScript - Programming language used for the entire codebase
  3. Express - Fast, minimalist web framework for Node.js used to build the API server
  4. Zod - TypeScript-first schema validation for validating AI responses and user inputs
  5. Vercel AI SDK - Unified interface for interacting with AI models
  6. Prettier - Linting and code formatting tool for maintaining consistent and clean code quality across the project
  7. PDFKit - JavaScript PDF generation library used to programmatically create verification result documents

How to Test?

  1. Clone this project and cd into the folder
  2. Then run: npm run dev
  3. Then go to Postman, in the URL, paste this: localhost:3000/api/v1/verify-license and select POST, and also add the following request body in JSON
{
    "licenseNumber": "00000",
    "jurisdiction": "ontario"
}

Things to Note:

About

PSV-AI is an autonomous AI agent that acts like a complaince officer and performs Primary Source Verification (PSV) for healthcare professionals! This is a sample mini demo!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors