From 5bd7a2a1eddef8fd8ebc8eb8f7dca3170b101e33 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sun, 21 Nov 2021 21:19:44 +1100 Subject: [PATCH] ping build --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b98292596..67420ef39 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ included in this repo: * org.fhir.fhir.validation: The FHIR Java validator (note: based on R5 internally, but validates all the above versions) * org.fhir.fhir.validation.cli: Holder project for releasing the FHIR validator as as single fat jar (will be removed in the future) +This code is used in all HAPI servers and clients, and also is the HL7 maintained +FHIR Validator. In addition, this is the core code for the HL7 maintained IG publisher +and FHIR main build publisher. As such, this code is considered an authoritatively +correct implementation of the core FHIR specification that it implements. + ### CI/CD All integration and delivery done on Azure pipelines. Azure project can be viewed [here][Link-AzureProject].