What problem does it solve?
This Skill helps build clinician-facing applications that securely connect to EHR systems through SMART-on-FHIR, obtain scoped patient context, and process clinical notes with OpenMed locally instead of sending PHI to a cloud service.
Core Features & Use Cases
- SMART App Launch: Supports both EHR launch and standalone launch flows for Epic and Cerner/Oracle Health.
- OAuth2 Security: Implements SMART App Launch v2 discovery, authorization code exchange, PKCE, state validation, token handling, and minimum-necessary scopes.
- FHIR Clinical Data: Fetches patient context and clinical notes from DocumentReference resources, then applies local de-identification and biomedical named-entity recognition with OpenMed.
- Production Guidance: Covers scope downgrades, token expiration, app registration, browser PHI handling, and interoperability hand-offs to FHIR validation and bundle workflows.
Quick Start
Ask the skill to scaffold a SMART-on-FHIR app for Epic that uses OAuth2 PKCE to fetch the current patient's clinical notes, de-identify them locally with OpenMed, and display the extracted entities.