This repository is currently being migrated. It's locked while the migration is in progress.
Add JSON Schema for VA Form 10-2850e#1179
Draft
tarratsco wants to merge 1 commit into
Draft
Conversation
Generated by Optimus (https://github.com/aquia-inc/optimus). All files require human review before merging. Files: - src/schemas/10-2850e-schema.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New schema — VA Form 10-2850e
Summary
This PR adds a new JSON Schema (Draft-04) for VA Form 10-2850e, the Application for Associated Health Occupations. The schema covers the full set of sections required for healthcare practitioner credentialing and appointment at VA facilities, including:
initial,reappointment,transfer, andtemporaryappointment typeslastName,firstName,dateOfBirth, andssn, with string length constraintsAll top-level sections listed above are marked as
required. The schema enforcesadditionalProperties: falseat the root and nested object levels to prevent undeclared fields. String fields useminLength/maxLengthconstraints throughout. The optionaloccupationalCategoryfield (max 100 characters) allows classification of the applicant's healthcare role without being required for submission.Files
src/schemas/10-2850e-schema.jsonNotes for reviewer
package.jsonbackend-review-groupas a revieweroccupationalCategoryfield is defined but not included in the top-levelrequiredarray — confirm with form stakeholders whether this field should be required for any specificapplicationTypevalues, as conditionalrequiredlogic may be neededssnfield is present inpersonalInformation; confirm that appropriate pattern validation (e.g.,"pattern": "^\\d{9}$") is applied in the full schema and that PII handling complies with VA data standardsadverseHistorysection's boolean disclosure fields align with the most current version of the printed 10-2850e form, as this section is subject to periodic regulatory updatestransferandtemporaryapplication types require any conditionally required fields not reflected in the current sharedrequiredarrayPull Requests to update the schema in related repositories