Skip to content

hl7ch/tx.hl7.ch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tx.fhir.ch

Setup and Run

make a clean repo

git clone -b initial_tx.fhir.ch [email protected]:hl7ch/tx.hl7.ch.git

change to new repo and its subfolder server

cd tx.hl7.ch/server

download the cache files

./downloadcachefiles.sh

this will download the cache files of snomedct and snomedct_ch and loinc

update docker-compose.yml according to the ports

i.e.  "8888:80" # Map port 80 from the host to port 80 in the container

get latest version

if you have already the base image downloader update it with

docker compose pull

build and start

docker compose up

if running and no errors occure and the service is not restarting over again, you can stop with ctrl+x

start as docker container

docker compose start

check log file

docker compose logs -f

Update

The terminologie server docker image (ghcr.io/costateixeira/fhirserver:nightly) is nightly built with the newest server versions. This means the running image has to be updated. This can be done by the following steps.

Stop Container

docker compose stop

Update image

docker compose pull

Rebuild

docker compose up

after successfull start ctrl+x to stop

Start

docker compose start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.8%
  • Shell 44.2%