Skip to content

hl7ch/tx2.fhir.ch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme about tx2.fhir.ch

This is the configuration project for running a tx.fhir.ch server based on the FHIRsmith server.

Configuration

Configuration server

The configuration of the server is done in the file data/config.json

See Basic Configuration

Configuration TX cache

The configuration of the packages to be provided by this tx server is defined in the file config/library.yml

see the documentation Library Configuration and an example

Get cache files

To provide the SNOMED-CT and LOINC code systems, the corresponding cache files have to be downloaded using

./downloadcachefiles.sh

Run the server

You can create and start the docker instance using following commend

docker compose up

If the server is running well, you can stop it and start the created docker image with

docker start tx2-fhir

The log can be followed either by

docker logs -f tx2-fhir

or by

tail -f data/logs/server-yyyy-mm-dd.log

Update the server

Updating the server you can stop a running instance with

docker stop tx2-fhir

The you can run

docker compose pull

to dowload the latest image and run it first time with

docker compose up

the follow the other instructions in the chapter above

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors