Structured Data Capture
3.0.0 - STU 3 International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 3.0.0 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

CodeSystem: Questionnaire answer constraint codes

Official URL: http://hl7.org/fhir/uv/sdc/CodeSystem/questionnaire-answer-constraint Version: 3.0.0
Standards status: Draft Maturity Level: 0 Computable Name: QuestionnaireAnswerConstraint
Other Identifiers: id: Uniform Resource Identifier (URI)#urn:oid:2.16.840.1.113883.4.642.1.0

Codes that describe the types of constraints possible on a question item that has a list of permitted answers [Note: This is a clone of QuestionnaireAnswerConstraint codesystem from R5 (adopting R5 capability)]

This Code system is referenced in the content logical definition of the following value sets:

This case-sensitive code system http://hl7.org/fhir/uv/sdc/CodeSystem/questionnaire-answer-constraint defines the following codes:

CodeDisplayDefinition
optionsOnly Options onlyOnly values listed as answerOption or in the expansion of the answerValueSet are permitted
optionsOrType Options or 'type'In addition to the values listed as answerOption or in the expansion of the answerValueSet, any other values that correspond to the specified item.type are permitted
optionsOrString Options or stringIn addition to the values listed as answerOption or in the expansion of the answerValueSet, free-text strings are permitted. Answers will have a type of 'string'.