tech-by-design / polyglot-prime

Primary monorepo for TechBD polyglot bespoke code
https://tech-by-design.github.io/polyglot-prime/
GNU Affero General Public License v3.0
2 stars 23 forks source link

HTTP endpoint implementation in Spring Batch for converting CSV to FHIR #745

Open ratheesh-kr opened 1 week ago

ratheesh-kr commented 1 week ago

Implement an HTTP endpoint using Spring Batch to handle CSV validation and FHIR conversion. Users can submit CSV files via the endpoint, which will validate the files against the schema. If the validation passes, the data is converted into FHIR resources. The endpoint returns either validation error messages or the generated FHIR Bundle.