Update instance_validator.md (#3328)

This commit is contained in:
Jens Kristian Villadsen 2022-01-28 13:16:44 +01:00 committed by GitHub
parent 3d4a0d89cf
commit fc84fdc33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ HAPI FHIR supports the use of FHIR NPM Packages for supplying validation artifac
When using the HAPI FHIR [JPA Server](../server_jpa/) you can simply upload your packages into the JPA Server package registry and the contents will be made available to the validator.
If you are using the validator as a standalone service (i.e. you are invoking it via a Java call) you will need to explcitly make your packages available to the validation support chain.
If you are using the validator as a standalone service (i.e. you are invoking it via a Java call) you will need to explicitly make your packages available to the validation support chain.
The following example shows the use of [NpmPackageValidationSupport](./validation_support_modules.html#npmpackagevalidationsupport) to load a package and use it to validate a resource.