Fix sentence fragment

This commit is contained in:
jamesagnew 2020-07-23 12:57:46 -04:00
parent 08cbac59cc
commit 296ed963cc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Instance Validator
HAPI provides a built-in and configurable mechanism for validating resources using . This mechanism is called the *Instance Validator*.
HAPI provides a built-in and configurable mechanism for validating resources using FHIR's own conformance resources (StructureDefinition, ValueSet, CodeSystem, etc.). This mechanism is called the *Instance Validator*.
The resource validator is an extendible and modular system, and you can configure it in a number of ways in order to get the specific type of validation you want to achieve.