You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: delta_backend/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ This project is designed to convert FHIR-compliant JSON data (e.g., Immunization
10
10
|------------------------|---------------|
11
11
|**`converter.py`**| 🧠 The main brain — applies the schema, runs conversions, handles errors. |
12
12
|**`FHIRParser.py`**| 🪜 Knows how to dig into nested FHIR structures and pull out values like dates, IDs, and patient names. |
13
-
|**`SchemaParser.py`**|📐 Reads your schema layout and tells the converter which FHIR fields to extract and how to rename/format them. |
14
-
|**`ConversionLayout.py`**|✍️ A plain Python list that defines which fields you want, and how they should be formatted (e.g. date format, renaming rules). |
13
+
|**`SchemaParser.py`**| Reads your schema layout and tells the converter which FHIR fields to extract and how to rename/format them. |
14
+
|**`ConversionLayout.py`**| A plain Python list that defines which fields you want, and how they should be formatted (e.g. date format, renaming rules). |
15
15
|**`ConversionChecker.py`**| 🔧 Handles transformation logic — e.g. turning a FHIR datetime into `YYYY-MM-DD`, applying lookups, gender codes, defaults, etc. |
16
-
|**`Extractor.py`**|🎣 Specialized logic to pull practitioner names, site codes, addresses, and apply time-aware rules. |
17
-
|**`ExceptionMessages.py`**|🚨 Holds reusable error messages and codes for clean debugging and validation feedback. |
16
+
|**`Extractor.py`**| Specialized logic to pull practitioner names, site codes, addresses, and apply time-aware rules. |
17
+
|**`ExceptionMessages.py`**| Holds reusable error messages and codes for clean debugging and validation feedback. |
18
18
19
19
---
20
20
@@ -28,7 +28,7 @@ This project is designed to convert FHIR-compliant JSON data (e.g., Immunization
0 commit comments