@records-fhir/bundled-profiles
v0.1.0
Published
Bundled FHIR R4/R5 core packages and selected IGs (MII, UK Core) for offline profile validation with @records-fhir/validator. Wrapper code is Apache-2.0; bundled artifacts retain their upstream licenses (see THIRD_PARTY_NOTICES.md). Optional peer — instal
Maintainers
Readme
@records-fhir/bundled-profiles
Optional offline profile bundle for @records-fhir/validator.
This package exposes a filesystem path to bundled FHIR core packages and selected implementation guides. Install it only when validation must run without network access or without a pre-populated local FHIR package cache.
This package is part of the open-source medvertical/records-fhir-validator surface. The Records product itself remains commercial closed source.
Publication Status
This package should be treated as optional and license-sensitive. The wrapper code is part of the validator boundary, but the bundled FHIR core packages and implementation-guide artifacts retain their upstream licenses and notices.
Do not publish this package from the public repository until
THIRD_PARTY_NOTICES.md has been reviewed and the package tarball has been
checked for only redistributable artifacts.
Usage
import { bundledProfilesPath } from '@records-fhir/bundled-profiles';
console.log(bundledProfilesPath);The validator can also discover this package through its optional peer dependency when installed next to @records-fhir/validator.
Included Content
The package may contain FHIR core packages and selected implementation guides needed for offline validation. It must not contain Records application code, customer data, database exports, environment files, or proprietary MedVertical configuration.
Development Checks
npm run pack:dry --workspace @records-fhir/bundled-profiles
npm run oss:audit-validatorLicensing
The package wrapper code is Apache-2.0. Bundled FHIR packages and implementation-guide artifacts remain under their upstream licenses and notices; see THIRD_PARTY_NOTICES.md.
