Metriport helps you access and manage health and medical data, through a single open source API.
npm install @metriport/api-sdkA package to get started using Metriport - universal and open-source API for healthcare data.
It’s currently only available for Node-based applications.
Check out the documentation at https://docs.metriport.com
```
npm install --save @metriport/api-sdk
#### Medical API
To use the Medical API, create a new instance of the MetriportMedicalApi class:
`ts
import { MetriportMedicalApi } from "@metriport/api-sdk";
const metriportClient = new MetriportMedicalApi("YOUR_API_KEY");
`
To connect to the sandbox:
`ts`
new MetriportMedicalApi("YOUR_API_KEY", { sandbox: true });
`
,▄,
▄▓███▌
▄▀╙ ▀▓▀ ²▄
▄└ ╙▌
,▀ ╨▄
▌ ║
▌
▌
,▓██▄ ╔███▄
╙███▌ ▀███▀
▀▄
▀╗▄ ,▄
'╙▀▀▀▀▀╙''
by Metriport Inc.
``