-
Notifications
You must be signed in to change notification settings - Fork 0
Iteration 1 Feature List
This is a summary of the features in scope for Iteration 1. 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 01-01: Ask a Question of the Network
In order to ask the question on polypharmacy in the elderly Question Manager should be able to Code the question 'How many patients over the age of are on more than medications as documented in the EMR?' and submit the question to all network End Points.
Feature 01-02: Review Questions
In order to review questions and decide on what questions I want to support A Practice Question Manager should be able to See a list of active questions from questioners in the network and review which questions they want to answer or not.
Feature 01-03: Answer Question
In order to Answer a question within a clinic (EMR instance) The End Point should be able to Compile and submit an answer for the clinic back to the questioner.
Feature 01-04: Submit an Answer
In order to submit an Answer to a question form a clinic (EMR instance) The End Point should be able to Connect to the questioning Hub and submit the completed answers.
Feature 01-05: Collect Answer
In order to answer a question across the network,
The Hub should be able to
Receive an answer (of some kind) from each End Point it submitted a question to.
Feature 01-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, ensuring that all responses are collected (either answers or rejections) and tracking the ones that have not yet returned.
Feature 01-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.
These do not represent any specific data set. Response lists # of patients who meet the criteria of the total number of people in that age group in the network.
Age Range | Gender | MedNum | Response |
---|---|---|---|
65-130 | Both | 5 | 65 of 100 |
70-130 | Both | 6 | 30 of 60 |
85-130 | Both | 9 | 12 of 20 |
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