What is Plasma FHIR?

Plasma FHIR is a framework to help with building interoperable health IT applications. It utilizes SMART-on-FHIR. Some features of this framework include:

  • Templates to scaffold a new app

    • For web, we provide React templates

    • For mobile, we provide React Native templates

  • Component libraries for displaying and working with FHIR resources

  • Full TypeScript support

  • Sample applications to use as a reference

  • Videos and guides to help build your application

Contact

You may contact us at plasmafhir@gmail.com

References

SMART-on-FHIR

Tips / Tricks / Common Issues:

Launch App With HTTPS

You should try to use HTTPS when testing. This is required in some cases (like Epic live health systems)

Invalid Hook Call

  • Make sure React versions are the same.

  • Try: npm link ../../packages/plasma-fhir-react-client-context/node_modules/react or npm link ../../node_modules/react

    • Might have to remove plasma-fhir-client-context from the package.json and then put it back

Last updated