@ahryman40k/fhir-spec-loader
TypeScript icon, indicating that this package has built-in type declarations

4.0.12 • Public • Published

FHIR Loader Helper

Typescript / Javascript library that load FHIR specifications from files, zip or from website It currently works with R4 specifications of FHIR

npm version Build Status codecov Known Vulnerabilities Project dependencies overview(Beta) License: GPL v3

Installation

npm i -S @ahryman40k/fhir-spec-loader

or

yarn install @ahryman40k/fhir-spec-loader

Examples

import { Loader } from '@ahryman40k/fhir-spec-loader'

const service = FromFiles([
                path.join(__dirname, './R4/definition/profiles-resources.json'),
            ]);

Please don't hesitate to give me advices and feedback !

Readme

Keywords

none

Package Sidebar

Install

npm i @ahryman40k/fhir-spec-loader

Weekly Downloads

2

Version

4.0.12

License

GPLv3

Unpacked Size

88.1 kB

Total Files

85

Last publish

Collaborators

  • ahryman40k