This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |