Skip to content

SRC Folder

Ryan May edited this page Feb 20, 2024 · 2 revisions

#Overview

  • common.ts: This script is used by both the validate.ts and validator.ts, and performs tasks such as downloading FHIR packages, converting xml to json, testing files, and setting up the github summary.
  • validate.ts: This script validates the FHIR resources within a repository, including all assets and examples
  • validator.ts: This script validates the validator. It is used to ensure any updates to the test-script repo and validation-service repo are working as intended before pushing to the main branch.
Clone this wiki locally