@molit/fhir-api v1.0.44
FHIR API
This is an api library to handle FHIR resources.
Installation
Install like a normal npm dependency.
npm i @molit/fhir-apiUsage
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/
2 years ago
2 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago