Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidatorOptions

Hierarchy

  • ValidatorOptions

Index

Events

Optional beforeCheckCode

  • beforeCheckCode(valueSetUrl: string, code: string, system?: string): boolean
  • Parameters

    • valueSetUrl: string

      The url of the value set the code should be validated against

    • code: string

      The code to validate

    • Optional system: string

    Returns boolean

    true to indicate that the code is valid, otherwise false to continue validating using loaded CodeSystems and ValueSets

Optional onBeforeValidateProperty

Optional onBeforeValidateResource

Optional onError

Properties

Optional errorOnUnexpected

errorOnUnexpected: boolean

Indicates an error should be thrown when an unexpected property is found

Optional skipCodeValidation

skipCodeValidation: boolean

Indicates whether terminology/code validation should be skipped.

Generated using TypeDoc