fsh_validator package¶
Submodules¶
fsh_validator.cli module¶
fsh_validator.fsh_validator module¶
fsh_validator.fshpath module¶
FSH file paths representations.
- class fsh_validator.fshpath.FshPath(filename)[source]¶
Bases:
objectFSH file paths representations.
- exists()[source]¶
Return whether the file represented by this class exists.
- Return type
bool- Returns
True if file exists, False otherwise
- fsh_base_path()[source]¶
Get the FSH base path (without input/fsh/).
- Return type
Path- Returns
FSH base path (without input/fsh/)
Module contents¶
Top-level package for FHIR Shorthand Validator.