http://hl7.org/fhir/uv/sdc/StructureDefinition/SdcQuestionLibrary|4.0.0-ballot

An example library of questions showing how questions can be compiled into a library for use by modular questionnaires
description: An example library of questions showing how questions can be compiled into a library for use by modular questionnaires
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}
    label: What is this person's date of birth?
    index: 0
  sex:
    short: n/a
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'}
    label: What is this person's gender?
    index: 1
  address:
    short: n/a
    label: What is this person's current mailing address?
    index: 2
    elements:
      street: {short: n/a, label: Street address, index: 3}
      city: {short: n/a, label: City/Town, index: 4}
      state:
        short: n/a
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/sdc/ValueSet/sdc-question-library-states'}
        label: State
        index: 5
      postalCode: {short: n/a, label: Postal Code, index: 6}
    required: [postalCode]
  name:
    short: n/a
    label: What is the person's official name?
    index: 7
    elements:
      prefix: {short: n/a, label: Prefix, index: 8}
      first: {short: n/a, label: First, maxLength: 100, index: 9}
      last: {short: n/a, label: Last, maxLength: 100, index: 10}
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