1.1.12 • Published 6 years ago

provider-claims-api-data-mocker v1.1.12

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

provider-claims-api-data-mocker

A small node helper library to mock out claims data for provider-claims-api

About

This library has been created as a helper for provider-claims-api. It provides a mock amount of data the can be sent as submission and adjudication events to the api. Customer data is provided in a templated file so that the fetching of customer data through whics is successful when called from provider-claims-api. Comments have been provided throughout the code to help explain what the library is doing.

Exported Functions

Given library is import as below:

  const mock = require('provider-claims-api-data-mocker');
  • const data = mock.fullDataSet();

Provides claims for each provider number provided in the template data folder. Generates a submission with x number of service lines and matching adjudications Status of the claims is randomly decided at run time

Helping out

  • Submit and issue with details of problem
  • Better yet submit a pr to fix the problem that you might be having

Available commands

  • npm run runtester

    Will run the generate data command and log results to the console

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago