1.0.44 • Published 11 months ago

@molit/fhir-api v1.0.44

Weekly downloads
33
License
Apache-2.0
Repository
github
Last release
11 months ago

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/

1.0.44

11 months ago

1.0.43

2 years ago

1.0.42

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.40

3 years ago

1.0.41

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago