Url
Question with a URL (website, FTP site, etc.) answer (valueUri).
warning
This component is not thoroughly tested yet. It is currently using the same exact UI component as string. Please use it with caution.
Basic usage
Questionnaire-only
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 |