Skip to content

Commit 7af811e

Browse files
Fix version number under Questionnaire basics section (#2771)
1 parent 2a7e91f commit 7af811e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use/SDCL/Author-questionnaires.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Let's look at a more complex Questionnaire, focused on the top-level `item` elem
9393

9494
There are [several options](https://www.hl7.org/fhir/valueset-item-type.html) for the `type` member of `item` objects. The Structured Data Capture Library selects the UI component to use when rendering based on the type. This example also uses the `group` type where `text` acts as section headers and child item objects are logically grouped.
9595

96-
Some Questionnaire elements control validation or rendering logic. For example, item `1.1` is required, and item `2.1.1` is only shown if item `2.1` is `true`.
96+
Some Questionnaire elements control validation or rendering logic. For example, item `1.1` is required, and item `2.2` is only shown if item `2.1` is `true`.
9797

9898
The next example of an item object uses extensions from the SDC implementation guide and also demonstrates the `choice` type:
9999

0 commit comments

Comments
 (0)