This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "201809 Argonaut Questionnaire"

From HL7Wiki
Jump to navigation Jump to search
Line 35: Line 35:
  
 
<!-- List of the individuals and/or organizations that have indicated a desire to attend the connectathon and implement this track -->
 
<!-- List of the individuals and/or organizations that have indicated a desire to attend the connectathon and implement this track -->
* Epic
+
 
 
* Meditech
 
* Meditech
 
* Epic
 
* Epic

Revision as of 00:51, 7 September 2018


Argonaut Questionnaire

Argonaut Zulip chat stream for this track.

Submitting WG/Project/Implementer Group

ArgonautProject logo black.png

Justification

To pilot the Argonaut Questionnaire Implementation Guide

The goal of the Argonaut Questionnaire Project is to develop guidance to support interchange of:

  1. Simple forms based on FHIR Version 3.0.1 and specifically the Questionnaire and QuestionnaireResponse resources. This implementation guide provides implementers with FHIR RESTful APIs and guidance to create, use and share between organizations standard assessment forms and the assessment responses.
  2. Adaptive Questionnaires(1) such as PROMIS forms using a stateless model. This implementation guide provides the basic framework for using Questionnaire and QuestionnaireResponse to preserve the state of the Questionnaire as the client retrieves questions from a remote adaptive questionnaire service.

(1) Adaptive computerized questionnaire administration, where a selection of items is presented on the computer, and based on the answers on those items, the computer selects following items optimized for the testee's estimated ability or trait (https://en.wikipedia.org/wiki/Questionnaire)

Proposed Track Lead

Eric Haas

Brett Marquard

FHIR version

STU3

Expected participants

  • Meditech
  • Epic
  • All Scripts
  • Partners
  • ...

Roles

See the Argonaut Questionnaire Implementation Guide for

Provider EHR

The System that is capable of retrieving, rendering and displaying the assessment to a subject or a provider to fill out.

Assessment Bank

A form repository for the collection of the assessments. It is accessible to both the providers and form editors as a FHIR Questionnaire endpoint.

Answer Bank

A repository for the collection of the completed assessments (‘answers’). It is accessible to the providers as a FHIR QuestionnaireResponse endpoint.

Scenarios

See the Argonaut Questionnaire Implementation Guide for the initial use cases.

Static Forms

  1. Form Author Editor Creates Or Updates Assessment
  2. Form Author Editor Uploads The Assessments To The Assessment Bank
  3. Provider EHRSs Retrieve Standard Assessments From The Assessment Bank
  4. The Provider EHR Renders And Displays The Standard Assessment To The End User
  5. The End User Completes The Assessment
  6. The Provider EHR Posts Responses to the Answer Bank
  7. The Provider EHR Retrieves The Assessment Responses from the Answer Bank

Computer Adaptive Forms

Test Implementations

Run in Postman


Argonaut Project Questionnaire Test Renderer