A package to get started using Metriport - universal and open-source API for healthcare data.
Check out the documentation at https://docs.metriport.com
npm install --save @metriport/api-sdk
To use the Medical API, create a new instance of the MetriportMedicalApi
class:
import { MetriportMedicalApi } from "@metriport/api-sdk";
const metriportClient = new MetriportMedicalApi("YOUR_API_KEY");
To connect to the sandbox:
new MetriportMedicalApi("YOUR_API_KEY", { sandbox: true });
To use the Devices API, create a new instance of the MetriportDevicesApi
class:
import { MetriportDevicesApi } from "@metriport/api-sdk";
const metriportClient = new MetriportDevicesApi("YOUR_API_KEY");
To connect to the sandbox:
new MetriportDevicesApi("YOUR_API_KEY", { sandbox: true });
,▄,
▄▓███▌
▄▀╙ ▀▓▀ ²▄
▄└ ╙▌
,▀ ╨▄
▌ ║
▌
▌
,▓██▄ ╔███▄
╙███▌ ▀███▀
▀▄
▀╗▄ ,▄
'╙▀▀▀▀▀╙''
by Metriport Inc.