1.0.4 • Published 1 year ago

careplan v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Care Plan SDK

npm version Build status install size npm downloads npm.io 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

1.0.4

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

0.1.1

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago