Smart Health Checks
0.3.0 - ci-build
Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions
Official URL: https://smartforms.csiro.au/ig/StructureDefinition/questionnaire-initialExpression-repopulatable | Version: 0.3.0 | |||
Draft as of 2025-09-17 | Computable Name: QuestionnaireInitialExpressionRepopulatable | |||
Copyright/Legal: Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved. This content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See https://creativecommons.org/licenses/by-sa/4.0/. |
This custom extension is used to add a UI component that allows a user to repopulate an individual Questionnaire item with the latest data from the FHIR server. This is useful for updating specific items without having to refresh the entire form.
Context of Use
This extension may be used on the following element(s)
Questionnaire.item
In addition, the extension can only be used when this FHIRPath expression is true:
(type = 'string' or type = 'text' or type = 'integer' or type = 'decimal') and (repeats=false or repeats.empty()) and (extension.where(url = 'http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression').exists())
Usage info
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Extension
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..1 | Extension | Questionnaire Initial Expression Repopulatable | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
1..1 | uri | "https://smartforms.csiro.au/ig/StructureDefinition/questionnaire-initialExpression-repopulatable" | |
![]() ![]() ![]() |
1..1 | code | Value of extension Binding: Questionnaire Repopulation Behavior (required) | |
![]() |
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..1 | Extension | Questionnaire Initial Expression Repopulatable | |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
1..1 | uri | "https://smartforms.csiro.au/ig/StructureDefinition/questionnaire-initialExpression-repopulatable" | |
![]() ![]() ![]() |
1..1 | code | Value of extension Binding: Questionnaire Repopulation Behavior (required) | |
![]() |
This structure is derived from Extension
Differential View
This structure is derived from Extension
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..1 | Extension | Questionnaire Initial Expression Repopulatable | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
1..1 | uri | "https://smartforms.csiro.au/ig/StructureDefinition/questionnaire-initialExpression-repopulatable" | |
![]() ![]() ![]() |
1..1 | code | Value of extension Binding: Questionnaire Repopulation Behavior (required) | |
![]() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..1 | Extension | Questionnaire Initial Expression Repopulatable | |
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() |
0..0 | |||
![]() ![]() ![]() |
1..1 | uri | "https://smartforms.csiro.au/ig/StructureDefinition/questionnaire-initialExpression-repopulatable" | |
![]() ![]() ![]() |
1..1 | code | Value of extension Binding: Questionnaire Repopulation Behavior (required) | |
![]() |
This structure is derived from Extension
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet | URI |
Extension.value[x] | required | QuestionnaireRepopulationBehavior(a valid code from Questionnaire Repopulation Behavior Codes)https://smartforms.csiro.au/ig/ValueSet/QuestionnaireRepopulationBehavior From this IG |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |