Build medOS apps
A medOS partner app is a partner-hosted service with server-held FHIR credentials, verified webhooks, and an optional sandboxed embedded UI.
Get started
Create a project, run doctor and tests, then preview a synthetic bridge exchange on loopback.
Create an app
Use `medos-app create` to scaffold into an empty directory with strict project metadata and no copied secrets.
How medOS apps work
The app server calls scoped FHIR, receives signed events, and serves a UI that medOS mounts only after exact certification and hospital activation.
Common use cases
Good first apps are read-only result viewers, referral context panels, device/instrument integrations, and workflow-adjacent decision support.
Sample apps
The TEST-only lab-result-viewer demonstrates scaffold, synthetic FHIR, webhook replay protection, signing, handoff, and acceptance.