Skip to content

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

Notifications You must be signed in to change notification settings

Ahryman40k/fhir-spec-loader

Repository files navigation

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 !

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published