From b11b2b1bba3a2ba765595890b2acfd77e4f278c2 Mon Sep 17 00:00:00 2001 From: Vadim Laletin Date: Fri, 7 Jun 2024 11:35:21 +0200 Subject: [PATCH] docs: change the style of readme, make it neutral --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c462a..52b5731 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Data mapping is a high-demand topic. There are many products that try to address Even FHIR provides a specification called [FHIR Mapping Language](https://build.fhir.org/mapping-language.html) that should cover this gap. Unfortunately, there is a lack of open-source implementation of the FHIR Mapping Language. Furthermore, it is a complicated tool that is hard to create, debug, and manage in along term. -Please check real-life [examples](https://github.com/beda-software/FHIRPathMappingLanguage/tree/main/examples) I have created. +Please check real-life [examples](https://github.com/beda-software/FHIRPathMappingLanguage/tree/main/examples). A mapping issue was encountered while implementing an extraction operation for [FHIR SDC](https://hl7.org/fhir/us/sdc/). Instead of using the FHIR Mapping Language, an alternative was sought and found in [JUTE](https://github.com/healthSamurai/jute.clj). It is a powerful engine that provides a nice experience in creating mappers.