README
FHIR Loader Helper
Typescript / Javascript library that load FHIR specifications from files, zip or from website It currently works with R4 specifications of FHIR
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 !