- The Plasma platform makes integrating with EHRs simple and easy
- Applications can connect to EHRs with no changes to code
- Our tooling can expedite the build and development process
What Is Plasma?
Plasma is a platform and set of tools that make integrating with an EHR as easy and seamless as possible.
Not in the Health IT industry
Plasma Platform
Plasma SDK
The Plasma SDK is a collection of tools and libraries to help facilitate the building of an integrated Health IT application
Formatters
FHIR resources can be cumbersome to work with, especially when there are multiple properties that can potentially hold the data we need or when there are multiple nested layers of properties, all of which can be null. Our API library can handle this, grabbing the data in a presentable format for you and keeping your codebase nice and clean.
UI Components
We provide a library of fully cuztomizable UI components that bind directly to FHIR resources and can greatly improve the efficiency of building a SMART-on-FHIR application.
Rather than going through the tediousness of building components to display a FHIR resource, just use our components and style them however you'd like.
Unit Conversion
Often, data will be returned to applications in units of measurement that are not desirable (for example, we may not want to show the patient their height in centimeters). Our tools can quickly and conveniently convert units of measurement to whichever unit is needed.
De-Duplication and Merge
When data is pulled from multiple health systems, there are likely to be duplicates that are just slightly different.
Use our tools to identify these duplicates and merge them together to ensure data is neither lost nor duplicated.