Text
Question with a long (potentially multi-paragraph) free-text entry answer (valueString).
Basic usage
Questionnaire-only
With Response
tip
Pressing the enter key in the text component increases its height.
Advanced usage
Calculations
If there are any advanced usage scenarios you'd like to see, feel free to let us know.
SDC Supported extensions
Code | Usage |
---|---|
variable | http://hl7.org/fhir/StructureDefinition/variable |
initialExpression | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-initialExpression - InitialExpression should evaluate to a string value. |
calculatedExpression | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression - CalculatedExpression should evaluate to string value. |
enableWhenExpression | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression |
hidden | http://hl7.org/fhir/StructureDefinition/questionnaire-hidden |
entryFormat | http://hl7.org/fhir/StructureDefinition/entryFormat |
required | item.required |
repeats | item.repeats |
readOnly | item.readOnly |
maxLength | item.maxLength |
minLength | http://hl7.org/fhir/StructureDefinition/minLength |
regex | http://hl7.org/fhir/StructureDefinition/regex |
initial | item.initial |
enableWhen | item.enableWhen |
enableBehavior | item.enableBehavior |
text | item.text |