npm.io
1.0.24 • Published 4 years ago

@molit/fhir-util

Licence
Apache-2.0
Version
1.0.24
Deps
0
Size
27 kB
Vulns
0
Weekly
0

FHIR Util

build publish Coverage Status npm version npm bundle size (scoped) npm license

This is a small utility library to handle FHIR resources.

Installation

Install like a normal npm dependency.

npm i @molit/fhir-util
Usage

Import the library and use the functions of the library.

import * as fhirUtil from "@molit/fhir-util";

let name = fhirUtil.getStringFromHumanName(patient.name);

Tree shaking is also supported.

import { getStringFromHumanName } from "@molit/fhir-util";

let name = getStringFromHumanName(patient.name);
Browser Example

An example for browser usage can be seen here: https://jsfiddle.net/molitinstitut/k5edr4z3/latest/

Documentation

See full documentation here: https://docs.molit.eu/fhir-util/

Keywords