careplan
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Care Plan SDK

npm version Build status install size npm downloads MIT License

Careplan

The CarePlans platform describes the intentions of how one or more practitioners plan to deliver care to a specific patient. Care plans are used in a variety of areas and scopes ranging from the encounter or visit specifically to cross-visits.

Installing

Using npm:

$ npm install careplan

Using yarn:

$ yarn add careplan

Features

Example

note: CommonJS usage

In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with require() use the following approach:

const careplan = require('careplan');
import { refreshToken, listCarePlan, listContent } from 'careplan';

npm run acp

Readme

Keywords

none

Package Sidebar

Install

npm i careplan

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

182 kB

Total Files

67

Last publish

Collaborators

  • careplans