npm.io
1.0.44 • Published 1 year ago

@molit/fhir-api

Licence
Apache-2.0
Version
1.0.44
Deps
3
Size
212 kB
Vulns
0
Weekly
0

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/

Keywords