Skip to content

Commit

Permalink
Update instance_validator.md (#3328)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiddo committed Jan 28, 2022
1 parent 3d4a0d8 commit fc84fdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fc84fdc

Please sign in to comment.