description: An example library of questions showing how questions can be compiled into a library for use by modular questionnaires package_name: hl7.fhir.uv.sdc derivation: specialization name: SDCQuestionLibrary type: http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary elements: dob: short: n/a minValueDate: '1900-01-01' _maxValueDate: extension: - url: http://hl7.org/fhir/StructureDefinition/cqf-expression valueExpression: {language: text/fhirpath, expression: now() as date + 1 day} type: date label: What is this person's date of birth? index: 0 sex: short: n/a type: code binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'} label: What is this person's gender? index: 1 address: type: Element label: What is this person's current mailing address? short: n/a index: 2 elements: street: {type: string, label: Street address, short: n/a, index: 3} city: {type: string, label: City/Town, short: n/a, index: 4} state: short: n/a type: code binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/sdc/ValueSet/sdc-question-library-states'} label: State index: 5 postalCode: {short: n/a, type: string, label: Postal Code, index: 6} required: [postalCode] name: type: Element label: What is the person's official name? short: n/a index: 7 elements: prefix: {type: string, label: Prefix, short: n/a, index: 8} first: {short: n/a, type: string, label: First, maxLength: 100, index: 9} last: {short: n/a, type: string, label: Last, maxLength: 100, index: 10} package_version: 4.0.0-ballot class: logical kind: logical url: http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary base: http://hl7.org/fhir/StructureDefinition/Base version: 4.0.0-ballot