https://github.com/beda-software/beda-emr-core
https://github.com/beda-software/beda-emr-core
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beda-software/beda-emr-core
- Owner: beda-software
- Created: 2023-09-11T06:25:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T13:41:31.000Z (9 months ago)
- Last Synced: 2025-11-22T00:03:32.904Z (7 months ago)
- Language: GLSL
- Size: 59.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FHIR EMR Implementation Guide
## Local build
### Download ig-publisher
``` bash
curl -O https://github.com/HL7/fhir-ig-publisher/releases/download/1.8.12/publisher.jar
```
### Build static
``` bash
java -jar publisher.jar -ig ig/
```
### Open index.html
``` bash
open ig/output/index.html
```
## Zen project dropped support
It's strongly recommended to migrate to the new IG that located in this repository,
but if it's not possible to migrate, the zen project was moved to a separate repository https://github.com/beda-software/beda-emr-core-zen-legacy
zen-package.edn should be updated with new url:
```edn
{:deps {beda-emr-core "https://github.com/beda-software/beda-emr-core-zen-legacy.git"
hl7-fhir-r4-core "https://github.com/zen-fhir/hl7-fhir-r4-core.git"
hl7-terminology-r4 "git@github.com:zen-fhir/hl7-terminology-r4.git"}}
```