Questionnaire Viewer: Selecting a Questionnaire

In the last post we took a look at the new clinFHIR Questionnaire Viewer – a tool that takes any R4 Questionnaire and provides a number of views of them including rendering them in the CSIRO form renderer via the Fhirpath lab.

Since that post there have been a number of upgrades – most specifically in the way in which a Questionnaire can be selected. Let’s take a look at those options.

Read more of this post

Questionnaire Viewer

In the last post we looked at enhancements that were made to an existing clinFHIR module – the Bundle Viewer. Now let’s take a look at a new module – the Questionnaire Viewer. This was developed as part of the CanShare project in New Zealand and made available to clinFHIR for more general use. It’s still under development (of course 🙂 ), but the current version can be viewed in the clinFHIR test environment here

Key features of the module include:

  • Import any R4 FHIR questionnaire (will be updated to R6 soonish)
  • Tree view of the Questionnaire with links to the underlying item elements in the Questionnaire
  • An SDC view intended to expose specific SDC based extensions and features
  • Using integrations with the Form Tester module in the  Fhirpath lab, it can render forms using the CSIRO forms renderer
  • Using the same integrations (using SMART web messaging) it can execute SDC based form pre-population, retrieve the QuestionnaireResponse and perform resource extraction, displaying the results within the app or passing it to Bundle Viewer for more detailed inspection of the extracted bundle

Let’s do a quick run through showing this end to end. 

Read more of this post

Bundle Viewer update

The Bundle Visualizer module in clinFHIR has been around for a while. It allows you to view the contents of a FHIR bundle in a number of ways, and can also validate the contents. As part of a general update to clinFHIR that I’m working on, I’ve taken the opportunity to ‘refurbish’ and rename it to Bundle Viewer. This post describes the main changes.

Read more of this post