Skip to content

Commit f0bd0f3

Browse files
Merge pull request #73 from NHSDigital/ryma2fhir-patch-3
Update readme.md
2 parents e368aa5 + 4fb6e9d commit f0bd0f3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

readme.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,17 @@ The configuration is aimed at supporting different use cases. For example the la
3333

3434
See [Environmental Variables](environment-variables.md) for configuration options.
3535

36-
36+
### Update HAPI-FHIR Version
37+
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
38+
Change the `<fhir.version>` 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.
39+
40+
### Update Packages
41+
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
42+
```
43+
{
44+
"packageName": "<package name>",
45+
"version": "<version number>"
46+
}
47+
```
48+
### Update AWS Server
49+
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

0 commit comments

Comments
 (0)