Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iframe attributes to mirror real-world EHRs #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hccullen
Copy link

PR Description:

This PR enhances the iframe configuration in smart-launcher-v2 to align with the attributes typically required by EHR systems, using Athena Health as a reference. It includes updates to support sandboxing and permission attributes typically used within embedded SMART on FHIR apps (e.g. AI scribe tools).

Changes:

  • Added sandbox attributes: allow-forms, allow-modals, allow-pointer-lock, allow-popups, allow-popups-to-escape-sandbox, allow-same-origin, allow-scripts, and allow-downloads.
  • Included allow permissions for microphone and camera access.

Reference:

Documentation for Athena's iframe sandboxing parameters: Athena Embedded Apps Guide.

This update ensures the iframe meets the requirements for integration with EHRs like Athena Health, enabling secure and functional embedding of SMART on FHIR apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant