Getting started with Nerve
Learn how to integrate Nerve API into your healthcare application
Introduction
Nerve is a unified API for healthtech developers to easily integrate with provider's EHR systems, and build using sandbox data. We support major platforms like Epic, Cerner, and AthenaHealth and many more!
Nerve is built on top of the FHIR data model, and offers developers consistent abstractions for reading and writing data to EHR systems.
Quick Setup for Sandbox
Create Provider Wrapper
Create a new file app/providers.tsx
:
Then wrap your app with the provider in app/layout.tsx
:
That's it! You can now use useNerveClient()
in any client component to start querying healthcare data from our sandbox. The client provides type-safe access to all FHIR resources and operations.
See framework integrations for more specific instructions on how to include the Auth component for actual integrations.