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

201809 Argonaut Questionnaire

From HL7Wiki
Jump to navigation Jump to search


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

Assessment Bank

Provider EHR

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