-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 3 Feature List
This is a summary of the features in scope for Iteration 3. NOTE: the individual feature documents are the source of truth if there is any discrepancy, this list is a copy.
There is a set of example question / answer pairs below
Feature 03-01: Ask a Question of the Network
In order to ask the question "What classes of medications are commonly prescribed in BC?"
the question encoder should be able to
Formulate a question in JavaScript that will return sufficient information about medications, by ATC class, to determine the most common medication classes prescribed in the network.
Feature 03-02: Review Questions
No change from previous iteration
Feature 03-03: Answer Question
In order to Answer a question within a clinic (EMR instance) The End Point should be able to Compile an answer for the clinic back to the questioner (Hub) with sufficient information to allow aggregation.
Feature 03-04: Submit an Answer
No change from previous iteration
Feature 03-05: Collect Answer
No change from previous iteration
Feature 03-06: Aggregate Answers
In order to complete the question answering The Questioning Hub should be able to Aggregate set of answers as they arrive back to the Hub, such that data provides the collective answer.
Feature 03-07: Interpret Answer
In order to complete the question answering The Question Manager should be able to Review the aggregated answers and sufficient meta data to describe quality of response to make a meaningful interpretation of the answer.
NOTE: for this iteration we are using a single end point.
SCOOP is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
- SCOOP Overall Design
- SCOOP Actors
- User Stories and Use Case Maps
- System Architecture
- Development Process
- Prototypical Questions
- Current Meds vs Med List
- Data Enrichment Design
- Data Visualization
- Deployment Architecture
- EMR-2-EMR (E2E)
- OSCAR Setup
- Gateway & Hub Setup
- OSCAR Development Notes
- OSCAR DB Table Notes
- Coding Standards
- Mongodb Notes
- Server Configuration
- PDC Gateway Server
- Iteration Overview
- Feature List
- Architecture
- Requirements
- Visualization Requirements
- Test Specification