:memo: [healthone](https://infoderm.github.io/healthone)
==

Health One format library for JavaScript.
See [docs](https://infoderm.github.io/healthone/index.html).

> :warning: Depending on your environment, the code may require
> `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).

```js
import {parse, stringify} from 'healthone' ;
// parse(string, options) -> records
// stringify(records, options) -> string
```

[![License](https://img.shields.io/github/license/infoderm/healthone.svg)](https://raw.githubusercontent.com/infoderm/healthone/main/LICENSE)
[![Version](https://img.shields.io/npm/v/healthone.svg)](https://www.npmjs.org/package/healthone)
[![Tests](https://img.shields.io/github/actions/workflow/status/infoderm/healthone/ci:test.yml?branch=main&event=push&label=tests)](https://github.com/infoderm/healthone/actions/workflows/ci:test.yml?query=branch:main)
[![Dependencies](https://img.shields.io/librariesio/github/infoderm/healthone.svg)](https://github.com/infoderm/healthone/network/dependencies)
[![GitHub issues](https://img.shields.io/github/issues/infoderm/healthone.svg)](https://github.com/infoderm/healthone/issues)
[![Downloads](https://img.shields.io/npm/dm/healthone.svg)](https://www.npmjs.org/package/healthone)

[![Code issues](https://img.shields.io/codeclimate/issues/infoderm/healthone.svg)](https://codeclimate.com/github/infoderm/healthone/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/infoderm/healthone.svg)](https://codeclimate.com/github/infoderm/healthone/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/github/infoderm/healthone.svg)](https://codecov.io/gh/infoderm/healthone)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/infoderm/healthone.svg)](https://codeclimate.com/github/infoderm/healthone/trends/technical_debt)
[![Documentation](https://infoderm.github.io/healthone/badge.svg)](https://infoderm.github.io/healthone/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/healthone)](https://bundlephobia.com/result?p=healthone)
