Skip to content

gravldo/qhp-validator

 
 

Repository files navigation

qhp-validator

Try out the validator

This repository defines three top-level specifications for publishing qualified health plan (QHP), provider, and drug information from issuing insurance companies for use on the Federal Facilitated Marketplace (FFM), aka HealthCare.gov.

This tool validates JSON documents against schemas defined for each of these three specifications.

It offers two interfaces:

  • A web form for pasting JSON content and getting a validation report, and
  • A web service for POST'ing JSON content (to /validate, see docs for details) for automated or programmatic validation.

Local development

Prequisites

Godep

$ go get github.com/tools/godep

About

Interactive form and web service for validating QHP, provider, and drug JSON documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.1%
  • Go 26.1%
  • Makefile 0.8%