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 🙏

© 2025 – Pkg Stats / Ryan Hefner

fhir-venus-ig

v0.1.0

Published

# Source code for Fresenius FHIR Venus R4 IG

Downloads

15

Readme

What is this repository for?

Source code for Fresenius FHIR Venus R4 IG

NOTE: The content is in the ./content directory, as of sushi 1.0. See https://fshschool.org/docs/sushi/project/ for more information on how the project is structured.

How do I get set up?

  • Summary of set up

  • Configuration

  • Dependencies

    1. Below Node Modules a) Homebrew -> Install Homebrew b) node/npm -> brew install node c) ruby/gem -> brew install ruby d) jekyll -> https://jekyllrb.com/docs/installation/macos/
  • Deployment instructions

FSH -> FHIR

Convert the FSH source files into FHIR

> ./bin/build
  • Below is docker version
> ./bin/docker-build

Build the entire IG

This takes longer, and run the IG Publisher.

> ./bin/ig
  • Below is docker version
> ./bin/docker-ig
  • Below updates the scripts in input-cache
> cd cd /Users/ravikuchi/git/fhir-venus-ig-r4/content
> ./_updatePublisher.sh

Run NPM install this will create package-lock.json

> cd /Users/ravikuchi/git/fhir-venus-ig-r4
> npm install .

View the IG

> ./bin/serve
  • Below is docker version
> ./bin/docker-serve

Open http://localhost:2020 in your web browser.

Load content to terminology server

> FHIR_SERVER=http://ohsmileterm.apps.npr.ocp.fmcna.com bin/load

Build Docker Image to deploy in Openshift

> docker image build -f /Users/ravikuchi/git/fhir-venus-ig-r4/Dockerfile.serve --tag=igimage . --rm

To run the image in a container locally

> docker run -it --rm -d -p 2020:8080 igimage:latest

Tag local image

> docker tag igimage hal-depa-d03.dc.fmcna.com:8446/venus/venus-igimage-r4:latest

push image to nexus

> docker push hal-depa-d03.dc.fmcna.com:8446/venus/venus-igimage-r4:latest

delete existing project artifacts

> oc delete all --selector app=venus-igimage-r4

delete template

> oc delete template venus-igimage-r4-temp

login into openshift (this is first time only) - create deployment template

> oc create -f /Users/ravikuchi/git/fhir-venus-ig-r4/ig-deployment.yml --insecure-skip-tls-verify

start new app

> oc new-app lab-venus/venus-igimage-r4-temp

create ImageStream

> oc tag hal-depa-d03.dc.fmcna.com:8446/venus/venus-igimage-r4:latest venus-igimage-r4:latest

oc expose service

> oc expose dc venus-igimage-r4 --port=8080

CI Artifacts

CI generates artifacts in ./content/fsh-generated. The static website that should be published is in ./content/output. Copy this directory recursively to any static website after a successful CI run.

Who do I talk to?

  • Ajay K Chada , Ravi Kuchi , Gautham Lingampally
  • FHIR-Team