1.0.24 • Published 4 years ago

@molit/fhir-util v1.0.24

Weekly downloads
29
License
Apache-2.0
Repository
github
Last release
4 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

4 years ago

1.0.23

4 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

6 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

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.6

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago