Registration



If you want to register a new implementation guide, or a new edition of an existing guide,
edit fhir-ig-list.json and then make your changes into a pull request to the ig-registry repository.
Then it will be published to the HL7 FHIR Foundation Enabling health interoperability through FHIR.

Registries:

FHIR Packages

The FHIR representation model has its roots in REST, which has its roots in the development of HTTP.
Like REST, the core building block of FHIR is called a resource.
A FHIR Package is a collection of FHIR Resources (like a directory with a JSON file-per-resource).
The FHIR community decided to base FHIR package management on the Node Package Manager (NPM) standard.
The FHIR Package standard is currently a subset of the NPM standard.

Learn more about FHIR Packages

Creating & Publishing FHIR Packages

First, create a package

Create a gzip compressed tarball with files and a package.json file following the spec.

Then, publish your package

Create your own package feed and add it to the list of package feeds: