Is there a way to show PDF of the lab results in t...
# general
k
Is there a way to show PDF of the lab results in the patient portal?
and follow up question - what's the easiest way to preopulate dummy Medications data/Care Plan date for my own instance of foo medical, would it be through creating these obj via the API?
r
Regarding dummy data - this is the bot that sets up the data in Foo Medical: https://github.com/medplum/medplum-demo-bots/blob/main/src/examples/sample-account-setup.ts
You can trigger it like so and set it up with the data you want https://www.medplum.com/docs/tutorials/bots/bot-basics#executing-a-bot
k
thank you so much!
oh whoah - the editor is so nice - and you're hosting the lambdas for us too. update*: got it working, tutorial was great too. thanks!
🤯
r
Glad to hear it! Longer term, should use the CLI 🙂 https://github.com/medplum/medplum/tree/main/packages/cli
r
There's also a tutorial here on how to use the CLI to set your bots up in your CI/CD pipeline https://www.medplum.com/docs/tutorials/bots/bots-in-production
179 Views