Update README.md

Added Live Demo link.
This commit is contained in:
2026-05-05 09:33:31 +02:00
parent faa44d3661
commit debe7557cd
+2 -2
View File
@@ -2,6 +2,8 @@
ArithMedic is a free, open-source, FHIR-native medical calculation API.
🔗 [View Live Demo](https://www.arithmedic.eu)
## 📁 Project Structure
```
arithmedic
@@ -35,9 +37,7 @@ arithmedic
The project uses a modular design with the following main components:
- API (`main.py`, `api/`): Provides API interface
- Calculator Logic (`calculators/`): Medical calculators separated by category and specific calculator.
- FHIR mappings (`fhir_mappings/`): I/O mappings to FHIR standard.
- Pydantic Schemas (`schemas/`): I/O validation.
- HTML Templates (`templates/`): HTML templates for landing page and example web calculator.