Date Time
Question with a date and time answer (valueDateTime).
It uses the FHIR dateTime data type, which accepts YYYY, YYYY-MM, YYYY-MM-DD or YYYY-MM-DDThh:mm:ss+zz:zz as inputs, e.g. 2018, 1973-06, 1905-08-23, 2015-02-07T13:28:17-05:00 or 2017-01-01T00:00:00.000Z.
Basic usage
Questionnaire-only
With Response
If there are any advanced usage scenarios you'd like to see, feel free to let us know.
note
The AM/PM time field automatically adjusts itself if a 24-hour time is entered.
tip
The date and dateTime component has built in validation.
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 date or dateTime 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 - At the moment, entryFormat only works on the date part. It is encouraged to avoid using entryFormat at this stage. |
required | item.required |
repeats | item.repeats |
readOnly | item.readOnly |
minValue | http://hl7.org/fhir/StructureDefinition/minValue |
maxValue | http://hl7.org/fhir/StructureDefinition/maxValue |
initial | item.initial |
enableWhen | item.enableWhen |
enableBehavior | item.enableBehavior |
text | item.text |