Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions
Other Identifiers: OID:2.16.840.1.113883.4.642.40.17.42.19
Provides guidelines for rendering multi-column choices. I.e. when displaying a list of codes (for choice or open-choice items) or a list of resources (for reference items), this extension allows the drop-down to have multiple columns. For codes, the author can pick additional code system properties to display - such as alternate display names strength or form for drug codes, etc. For references, the author can choose particular columns from the resource (e.g. first name, last name, specialty, address).
Context of Use
This extension may be used on the following element(s):
In addition, the extension can only be used when this FHIRPath expression is true:
ofType(ElementDefinition).type.exists(code='Coding' or code='Reference') or where(%resource.is(Questionnaire)).exists(type.first()='choice' or type.first()='open-choice' or type.first()='reference')
Complex Extension: Provides guidelines for rendering multi-column choices. I.e. when displaying a list of codes (for choice or open-choice items) or a list of resources (for reference items), this extension allows the drop-down to have multiple columns. For codes, the author can pick additional code system properties to display - such as alternate display names strength or form for drug codes, etc. For references, the author can choose particular columns from the resource (e.g. first name, last name, specialty, address).
path: string: The element to display within the column (see notes).
label: string: The label to appear at the top of the column.
width: Quantity: The size to allocate for the column within the table showing the choices.
forDisplay: boolean: If true, indicates that this column should be used as (or as part of) the display value for the coding or reference once selected. I.e. Coding.display or Reference.display as stored in the QuestionnaireResponse and displayed to the user as the selected answer.
Complex Extension: Provides guidelines for rendering multi-column choices. I.e. when displaying a list of codes (for choice or open-choice items) or a list of resources (for reference items), this extension allows the drop-down to have multiple columns. For codes, the author can pick additional code system properties to display - such as alternate display names strength or form for drug codes, etc. For references, the author can choose particular columns from the resource (e.g. first name, last name, specialty, address).
path: string: The element to display within the column (see notes).
label: string: The label to appear at the top of the column.
width: Quantity: The size to allocate for the column within the table showing the choices.
forDisplay: boolean: If true, indicates that this column should be used as (or as part of) the display value for the coding or reference once selected. I.e. Coding.display or Reference.display as stored in the QuestionnaireResponse and displayed to the user as the selected answer.