Skip to content

Cypress System Test

petercyli edited this page Mar 27, 2017 · 10 revisions
  • Setup popHealth to export properly configured QRDA CAT1 and CAT3 files.

    • Edit Config/popHealth.yml
      • cda_header:->:identifier:->:root   (must be a OID)
      • cda_header:->:identifier:->:extension:   (any string)
      • cda_header:->:authors:->:ids:->:root:   (must be a OID)
      • cda_header:->:authors:->:ids:->:extension:   (any string)
      • Do the same for authors->organization->ids->root and extension
      • Do the same for custodian->ids->root and extension; custodian->organization->ids->root and extension
      • Do the same for legal_authenticator->ids->root and extension; legal_authenticator->organization->ids->root and extension
  • Access Cypress web application - https://cypressdemo.healthit.gov/. Create an account and login.

  • In Cypress create a vendor and a product

  • Select the product

  • Create C2,C3,C4 tests

    1. Download test data
    2. Import test data into popHealth
      • Specify a practice and import QRDA-1 file for a given measure
    3. Run specific measures
    4. Export CAT1 and CAT3 results for C2, C3, or C4 tests
    5. Upload result to Cypress
    6. Check all passing measure without error
Clone this wiki locally