FHIR implementation guide of AP-HP FormBuilder
1.0.0 - ci-build France flag

FHIR implementation guide of AP-HP FormBuilder - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Quickstart

Here, you'll learn how to create and save your first Questionnaire using AP-HP FormBuilder.

Chromium-based browser are best supported.

FormBuilder connection

The first page when connecting to the formBuilder allow:

  • the selection of an already existing Questionnaire
  • the creation of a new Questionnaire,

My first form

Click on the "+" button and provide a Title for your Questionnaire (an ID will be automatically created).

My first items

You arrive on the "Item" interface

Each item defines a question, a grouping element, or a label to be displayed in the form.

There is by default an "Item 0" in the Questions Tree (on the left). The only mandatory field to fill is the "Data type" field that permit the distinction between the 3 above-mentionned type of item, and, for the question type, the particular type of data to be captured.

For this first item, we will modify:

  • Question text : Patient Id,
  • "Source" - "Comment" : information is retrieved from a qualified Patient Identity Source,
  • Data type : header (group/display),
  • Allow repeating question : No,
  • The other fields are left unchanged.

Clicking on the Add new item button at the top/bottom of the page will create a new item after the active one. We will set it up as follow:

  • Question text : Last name,
  • Data Type : string,
  • Allow repeating question : No,
  • Answer required : No,
  • The other fields are left unchanged.

Drag the '"Last name'item and drop it on the "Patient Id" item in the question tree.

By clicking on the button next to 'Last name' in the tree :

We can create the next item directly at the right place in the tree (after)

  • Question text : Given name,
  • Data Type : string,
  • Allow repeating question : Yes,
  • Answer required : No,
  • The other fields are left unchanged.

Form level attributes

Clicking on the "Edit form attributes" button at the top of the screen will display some Questionnaire level information. The title is already filled and you may enrich:

  • the status is mandatory, and by default set on 'draft'
  • a description : "This form demonstrates AP-HP FormBuilder for new users",
  • a version : "0.0.1",
  • a publisher : "AP-HP".

Save my form

You can save your form on the FHIR server, via this button:save (on the top left of the screen).

Preview form

You may preview your form using this button:preview(on the top left of the screen).

Find my form

You can find your form using the search engine, e.g. by its title:

IG integration of my form

The created FHIR Questionnaire can be published in a FHIR Implementation Guide for diffusion:

My first form