What is Plasma FHIR?
Last updated
Last updated
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
You may contact us at plasmafhir@gmail.com
App Launcher:
fhirclient
:
Docs:
You should try to use HTTPS when testing. This is required in some cases (like Epic live health systems)
Google Chrome Address bar: chrome://flags/#allow-insecure-localhost
Enable the setting
Windows Powershell: ($env:HTTPS = "true") -and (npm start)
Mac: HTTPS=true npm start
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
Other platforms: