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 34: Line 34:
 
==Roles==
 
==Roles==
 
<!-- Roles are sets of functionality (generally defined by a Conformance resource) that a single system can take on -->
 
<!-- Roles are sets of functionality (generally defined by a Conformance resource) that a single system can take on -->
See the [https://github.com/argonautproject/questionnaire Argonaut Questionnaire Implementation Guide]
+
See the [https://github.com/argonautproject/questionnaire 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====
 
====Assessment Bank====
  
====Provider EHR====
+
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==
 
==Scenarios==

Revision as of 17:02, 11 July 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 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.

Proposed Track Lead

Eric Haas

Brett Marquard

FHIR version

STU3

Expected participants

TBD<your name here!>

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.


1. Retrieve a Questionnaire based on its id

GET [base]/Questionnaire/[id]

2. Retrieve a Questionnaire based on its url

Note the QuestionnaireResponse uses the url to reference the assessment upon which it is based:

GET [base]/Questionnaire?url=[uri]

3. Retrieve a Questionnaire based on its title and version

based on its title and version:

GET [base]/Questionnaire?title=[title]&version=[version]


4. Support retrieval of a QuestionnaireResponse based on its id:

GET [base]/QuestionnaireResponse/[id]

Test Implementations

Run in Postman


Argonaut Project Questionnaire Test Renderer