Module: Inferno::DSL::FHIRResourceValidation
- Included in:
- Entities::TestSuite
- Defined in:
- lib/inferno/dsl/fhir_resource_validation.rb
Overview
This module contains the methods needed to configure a validator to
perform validation of FHIR resources. The actual validation is performed
by an external FHIR validation service. Tests will typically rely on
assert_valid_resource
for validation rather than directly calling
methods on a validator.
Defined Under Namespace
Modules: ClassMethods Classes: Validator