https://github.com/ansforge/ig-mapping-cda-fhir
https://github.com/ansforge/ig-mapping-cda-fhir
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ansforge/ig-mapping-cda-fhir
- Owner: ansforge
- License: mit
- Created: 2024-09-04T14:02:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-23T14:41:55.000Z (4 months ago)
- Last Synced: 2026-02-23T22:45:17.760Z (4 months ago)
- Language: Batchfile
- Homepage: https://ansforge.github.io/IG-mapping-cda-fhir/main/ig/
- Size: 39.2 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-fr.md
- License: LICENSE
Awesome Lists containing this project
README
# fhir-transformation
Ce repo est une preuve de concept sur la transformation de données depuis / vers le standard FHIR.
# Getting started
1/ Charger l'image docker
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.8.9
2/ Lancer docker
docker run -d --name matchbox -p 8080:8080 -v /Users/nicolasriss/Desktop/cda-fhir-maps/fhir-transformation/with-cda:/config europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.8.9
Le path doit être adapté à votre cas d'usage.
Pour accéder aux logs de matchbox, lancer la commande :
docker logs --follow matchbox
3/ Adapter application.yml
Pour rajouter des packages au chargement de matchbox, créer un nouveau dossier équivalent à "with-cda" et remplir les classpath nécessaires.
Attention : l'ajout de packages en utilisant classpath ne fonctionne pas car le classpath n'est pas intégré dans image docker.