🏥 eCW FHIR API

v1.0.0

Flask API for eCW FHIR integration with ScribeBrain

GET 💚
Health Check
Check if the API service is running and healthy
/health
GET 📚
API Documentation
Complete API documentation with examples and parameters
/api/docs
GET 📖
Swagger UI
Interactive API documentation with Swagger interface
/swagger/
NEW 📋
Logs Viewer
View application logs in browser with filtering, search, and color-coding
/api/logs
NEW 📁
VP Docs Viewer
View and download Visit Push FHIR bundle documents
/api/vp-docs
GET 📅
Schedule
Get provider schedule for a specific date
/api/schedule
GET 📄
Visit Get
Get clinical notes by patient or encounter
/api/visit/get
POST 📤
Visit Push
Push a clinical visit note to eCW
/api/visit/push
GET 💡
Visit Push Example
Sample payload for visit push endpoint
/api/visit/push/example