Adding DAW ScriptSure integration docs - #9299
Conversation
Signed-off-by: Andy Stoneman <astoneman10@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
oleg-mp
left a comment
There was a problem hiding this comment.
looking good as a first pass. we might want to add more details later but looks good as a starter doc
finnbergquist
left a comment
There was a problem hiding this comment.
I think that this documentation's structure is a little bit confusing. Most of the doc is touching on how you can manually invoke the
- Patient sync bot
- Iframe bot
I think 99% of implementers are going to be using the Iframe hook, so I honestly don't think it is worth us documenting how to invoke those bots manually at all.
Instead, lets just show using the iframe hook, and mention that "under the hood", this calls the patient sync and iframe bots, so that the implementer knows where to track down logs in case of failure.
Ultimately, we really only need to show:
- How to implement the iframe react hook
- Resource requirements for Patient, AllergyIntolerance, MedicationRequests, etc.
Signed-off-by: Andy Stoneman <astoneman10@gmail.com>
Signed-off-by: Andy Stoneman <astoneman10@gmail.com>
Signed-off-by: Andy Stoneman <astoneman10@gmail.com>
Signed-off-by: Andy Stoneman <astoneman10@gmail.com>
|
## What's Changed * feat(server): delete Lambda when a Bot is deleted (#9259) * Add `Appointment/:id/$confirm` operation (#9210) * React and Provider App components for Meds Ordering (#8999) * Add test case for Patient using $book operation (#8700) * fix(provider): Filter selfpay coverage from visit eligibility check (#9261) * Soft-delete draft MR on order-medication failure (#9273) * Use batched searches for preferred pharmacies and orgs for med prescribing (#9284) * Added order set bundle and import button to provider (#9283) * fix(cdk): Send prefix instead of bucket name (#9288) * Dependency upgrades 2026-05-25 (#9290) * Fixed plumcon avatar images (#9292) * Add $book support for proposed appointment input (#9179) * Provider: Add "Cancel Visit" button (#9213) * feat(server): support server-scoped Patient users in invite endpoint (#9278) * Provider: Use Appointment-based scheduling flow (#9272) * fix(server): derive bare-id reference prefix from SearchParameter.target (closes #9254) (#9256) * Increase pre auth code max lifetime to 7 days (#9274) * Unify helper function for computing FHIR quota limits (#9301) * Various oauth2 fixes for spec compliance (#9294) * Serialize transaction state transitions (#9260) * Fixes #9269 - GC IP userinfo support (#9286) * docs(dosespot): add Step 2 and Step 4 prescriber login sections and registration statuses reference (#9271) * feature(data warehouse): export from Postgres to Parquet / Iceberg (S3 Tables) (#8941) * Adding DAW ScriptSure integration docs (#9299) * Revert "fix(server): derive bare-id reference prefix from SearchParameter.tar…" (#9324) * test(definitions): Migrate @medplum/definitions from Jest to Vitest (#9318) * Migrate @medplum/mock from Jest to Vitest (#9322) * fix(server): derive bare-id reference prefix from SearchParameter.target (#9325) * Migrate @medplum/ccda from Jest to Vitest (#9323) * Migrate @medplum/cdk from Jest to Vitest (#9317) * Migrate @medplum/create-medplum from Jest to Vitest (#9320) * testing(generator): migrate @medplum/generator from Jest to Vitest (#9319) * testing(fhir-router): migrate @medplum/fhir-router from Jest to Vitest (#9315) * DoseSpot sync button fix (#9305) * Migrates @medplum/hl7 from Jest to Vitest (#9316) * Added vmcontext bots security note (#9333) * Require HTTPS for rest-hook Subscription URLs by default (#9334) * feat(data warehouse): add startDate parameter (#9326) * fix(server): don't refresh if membership inactive (#9340) * fix(core,react-hooks): don't refresh subs if unauthenticated (#9341) * Vendor JSON Patch library (#9335) * Display onBehalfOf in History, Timeline, and Blame (#9206) * Add "Tasks" section to Provider App Manual (#7491) * Added order set sync bot trigger after importing example order set (#9307) * Uptime docs (#9344) * feat(provider): Use operations instead of bots for claim submit (#9280) * Fixes #9276 - unified external auth (#9289) * Support `resource:number` in `convertToTransactionBundle` (#9356) * fix(aws): Handle complex server configuration (#7258) * feat(core/client): expose a wrapped fetch method in MedplumClient (#9357) * Scroll to top of viewport on route change (#9358) * Digital Ocean docs (#9348) * S3 Deploy util (#7635) * Add docs destination for new s3deploy (#9361) * More helm docs (#7282) * Adding May Update (#9362) * Dependency upgrades 2026-06-01 (#9364) **Full Changelog**: v5.1.13...v5.1.14 Signed-off-by: Medplum Bot <bot@medplum.com>
Addition of new documentation that customers can use to reference.