@molit/fhir-components
v2.0.0-beta.14
Published
![build](https://github.com/molit-institute/fhir-components/workflows/Build/badge.svg) ![publish](https://github.com/molit-institute/fhir-components/workflows/Publish/badge.svg) ![npm version](https://img.shields.io/npm/v/@molit/fhir-components.svg) ![npm
Downloads
107
Readme
FHIR Components
This is an components library to display/manipulate FHIR resources.
Installation
Install like a normal npm dependency.
npm i @molit/fhir-components
Usage
Import the library and use the components of the library.
import { PatientList } from "@molit/fhir-components";
<patient-list fhirBaseUrl="https://fhir.molit.eu/r4"></patient-list>
Documentation
See full documentation here: https://docs.molit.eu/fhir-components/