added tests

This commit is contained in:
Alexander Domene
2025-10-27 08:19:13 +01:00
parent a71284ee64
commit 8650bd09a3
27 changed files with 5706 additions and 110 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
# Core dependencies for FHIR to PADneXt converter
# Install with: pip install -r requirements.txt
# XSD validation for PADneXt XML
lxml==4.9.4
# FHIR JSON Schema validation
jsonschema==4.19.2
jsonschema-specifications==2023.7.1