Time
Question with a time (hour:minute:second) answer independent of date (valueTime).
It uses the FHIR time data type.
There are plans to convert this to be similar to the dateTime component's date field.
note
This component uses the default Material-UI date component, which might result in it looking different compared to other components that use custom styled components.
Basic usage
Questionnaire-only
With Response
Advanced usage
Calculations
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 time value. |
| calculatedExpression | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression - CalculatedExpression should evaluate to a time string of hh:mm:ss. |
| enableWhenExpression | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-enableWhenExpression |
| rendering-style | http://hl7.org/fhir/extensions/StructureDefinition-rendering-style.html |
| rendering-markdown | http://hl7.org/fhir/extensions/StructureDefinition-rendering-markdown.html |
| rendering-xhtml | http://hl7.org/fhir/StructureDefinition/rendering-xhtml |
| hidden | http://hl7.org/fhir/StructureDefinition/questionnaire-hidden |
| required | item.required |
| repeats | item.repeats |
| readOnly | item.readOnly |
| initial | item.initial |
| enableWhen | item.enableWhen |
| enableBehavior | item.enableBehavior |
| text | item.text |