Skip to content

Commit 014387c

Browse files
authored
Update readme.md
1 parent e368aa5 commit 014387c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,16 @@ 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+
### 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+
```
3648

0 commit comments

Comments
 (0)