From 014387c5011a542f83f298c598192bd23edea803 Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:55:01 +0000 Subject: [PATCH 1/2] Update readme.md --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index f34ae98..29ac01a 100644 --- a/readme.md +++ b/readme.md @@ -33,4 +33,16 @@ The configuration is aimed at supporting different use cases. For example the la See [Environmental Variables](environment-variables.md) for configuration options. +### Update HAPI-FHIR Version +The latest version og HAPI-FHIR can be found at https://github.com/hapifhir/hapi-fhir and with the respective changelog at https://hapifhir.io/hapi-fhir/docs/introduction/changelog.html +Change the `` value (line 20) in the [pom.xml](https://github.com/NHSDigital/FHIR-Validation/blob/main/pom.xml) to the latest version. The github action 'FHIR-Validation-Test' will run, ensure it passes before merging to main. + +### Update Packages +To update the packages that are validated against refer to [src/main/resources/manifest.json](https://github.com/NHSDigital/FHIR-Validation/blob/main/src/main/resources/manifest.json). The packages need to be published on https://registry.fhir.org/ and need to be in the format +``` +{ + "packageName": "", + "version": "" + } +``` From 4fb6e9dfa5308da78c22e72c0811e85263769b9b Mon Sep 17 00:00:00 2001 From: Ryan May <112563297+ryma2fhir@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:58:12 +0000 Subject: [PATCH 2/2] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 29ac01a..c1a8e12 100644 --- a/readme.md +++ b/readme.md @@ -45,4 +45,5 @@ To update the packages that are validated against refer to [src/main/resources/m "version": "" } ``` - +### Update AWS Server +Follow [updating-validator.md](https://github.com/NHSDigital/FHIR-Validation/blob/main/updating-validator.md) to push the latest version of the validation service to AWS