npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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

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-validator

Licensing

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.