1.0.24 • Published 3 years ago

@molit/fhir-util v1.0.24

Weekly downloads
29
License
Apache-2.0
Repository
github
Last release
3 years ago

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/

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

5 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

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.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago