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

Difference between revisions of "201809 ArgoQ"

From HL7Wiki
Jump to navigation Jump to search
Line 58: Line 58:
  
 
  GET [base]/Questionnaire?title=[title]&version=[version]
 
  GET [base]/Questionnaire?title=[title]&version=[version]
 +
 +
 +
=== 4. Support retrieval of a QuestionnaireResponse based on its id: ===
 +
 +
GET [base]/QuestionnaireResponse/[id]
  
 
==Test Implementations==
 
==Test Implementations==

Revision as of 20:44, 14 June 2018


Argonaut Questionnaire

Argonaut Zulip chat stream for this track.

Submitting WG/Project/Implementer Group

ArgonautProject logo black.png

Justification

Retrieving OMH data in native OMH Schema and FHIR formats.

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