Skip to content

Instantly share code, notes, and snippets.

View jgsuess's full-sized avatar

Jörn Guy Süß jgsuess

View GitHub Profile
@jgsuess
jgsuess / install.sh
Last active July 17, 2025 22:38
FHIRFLARE IG Toolkit via Kubernetes
#!/bin/bash
#
# FHIRFLARE-IG-Toolkit Installation Script
#
# Description:
# This script installs the FHIRFLARE-IG-Toolkit Helm chart into a Kubernetes cluster.
# It adds the FHIRFLARE-IG-Toolkit Helm repository and then installs the chart
# in the 'flare' namespace, creating the namespace if it doesn't exist.
#
# Usage:
@jgsuess
jgsuess / application.yaml
Last active July 15, 2025 03:56
FHIRFLARE IG Toolkit via Docker Compose
hapi.fhir:
ig_runtime_upload_enabled: false
narrative_enabled: true
logical_urls:
- http://terminology.hl7.org/*
- https://terminology.hl7.org/*
- http://snomed.info/*
- https://snomed.info/*
- http://unitsofmeasure.org/*
- https://unitsofmeasure.org/*