@molit/fhir-api

1.0.43 • Public • Published

FHIR API

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

This is an api library to handle FHIR resources.

Installation

Install like a normal npm dependency.

npm i @molit/fhir-api

Usage

Import the library and use the functions of the library.

import * as fhirApi from "@molit/fhir-api";

let List = fhirApi.fetchQuestionnaires(fhirBaseUrl);

Tree shaking is also supported. 🌲

import { fetchQuestionnaires } from "@molit/fhir-api";

let name = fetchQuestionnaires(fhirBaseUrl);

Browser Example

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

Documentation

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

Readme

Keywords

Package Sidebar

Install

npm i @molit/fhir-api

Weekly Downloads

63

Version

1.0.43

License

Apache-2.0

Unpacked Size

210 kB

Total Files

9

Last publish

Collaborators

  • molitinstitut