I'm looking to spin up a charting experience simil...
# general
y
I'm looking to spin up a charting experience similar to the the one depicted here https://www.medplum.com/docs/charting I was able to get foomedical and foomedical provider up and running on vercel but neither seemed to have those the full capabilities shown in the docs. Is there another repo i should look at? Separately, we've been generating data using https://synthetichealth.github.io/synthea/ to generate synthetic data to dump into the EHR. If there are any other good sources for test data, we are all ears.
r
Good question Yang - we don't have a sample app that has the charting experience like you see in the mock. That's more of an illustration that shows how the common charting elements are represented in FHIR. Agree it would probably be useful to have one (cc: @jamesin5053 ). The Questionnaires (see storybook https://storybook.medplum.com/?path=/story/medplum-questionnaireform--us-surgeon-general-family-health-portrait) are what could be commonly placed on the far right in the chart. As for the synthetic data - we have some samples here from Synthea: https://www.medplum.com/docs/tutorials/importing-sample-data Foomedical uses this setup script to construct some exact data for sample use as well in case it is useful https://github.com/medplum/medplum/blob/main/examples/medplum-demo-bots/src/sample-account-setup.ts
y
thank you!
175 Views