# Author: Morgan Price # Date Modified: 11-May-2013 Feature: Answer a Question In order to create an answer an authorized question (from the hub) The End Point should be able to Compile an answer for the clinic based on data replicated from the EMR. Scenario: Answer Successfully Given A valid question that was submitted to the End Point And it has been accepted by the Practitioner When the End Point is ready to answer the question Then the End Point performs the queries And prepares the answer for submission to the questioning hub. # Need to add test data once we develop a test set. Examples: Question | Site | Numerator | Denominator | | A | 20 | 50 | | B | 20 | 60 | | C | 34 | 75 | Scenario: Fail to Answer Given A valid question that was submitted to the End Point And it has been accepted by the Practitioner When the End Point is unable to answer the question Then the End Point reports a meaningful error to the Practitioner