interface Questionnaire {
    _approvalDate?: Element;
    _copyright?: Element;
    _date?: Element;
    _derivedFrom?: Element[];
    _description?: Element;
    _experimental?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _lastReviewDate?: Element;
    _name?: Element;
    _publisher?: Element;
    _purpose?: Element;
    _status?: Element;
    _subjectType?: Element[];
    _title?: Element;
    _url?: Element;
    _version?: Element;
    approvalDate?: date;
    code?: Coding[];
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    copyright?: markdown;
    date?: dateTime;
    derivedFrom?: canonical[];
    description?: markdown;
    effectivePeriod?: Period;
    experimental?: boolean;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    item?: QuestionnaireItem[];
    jurisdiction?: CodeableConcept[];
    language?: code;
    lastReviewDate?: date;
    meta?: Meta;
    modifierExtension?: Extension[];
    name?: string;
    publisher?: string;
    purpose?: markdown;
    resourceType: "Questionnaire";
    status: code;
    subjectType?: code[];
    text?: Narrative;
    title?: string;
    url?: uri;
    useContext?: UsageContext[];
    version?: string;
}

Properties

_approvalDate?: Element

When the questionnaire was approved by publisher

_copyright?: Element

Use and/or publishing restrictions

_date?: Element

Date last changed

_derivedFrom?: Element[]

Instantiates protocol or definition

_description?: Element

Natural language description of the questionnaire

_experimental?: Element

For testing purposes, not real usage

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_lastReviewDate?: Element

When the questionnaire was last reviewed

_name?: Element

Name for this questionnaire (computer friendly)

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this questionnaire is defined

_status?: Element

draft | active | retired | unknown

_subjectType?: Element[]

Resource that can be subject of QuestionnaireResponse

_title?: Element

Name for this questionnaire (human friendly)

_url?: Element

Canonical identifier for this questionnaire, represented as a URI (globally unique)

_version?: Element

Business version of the questionnaire

approvalDate?: date

When the questionnaire was approved by publisher

code?: Coding[]

Concept that represents the overall questionnaire

contact?: ContactDetail[]

Contact details for the publisher

contained?: ConcreteType[]

Contained, inline Resources

copyright?: markdown

Use and/or publishing restrictions

date?: dateTime

Date last changed

derivedFrom?: canonical[]

Instantiates protocol or definition

description?: markdown

Natural language description of the questionnaire

effectivePeriod?: Period

When the questionnaire is expected to be used

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Additional identifier for the questionnaire

implicitRules?: uri

A set of rules under which this content was created

Questions and sections within the Questionnaire

jurisdiction?: CodeableConcept[]

Intended jurisdiction for questionnaire (if applicable)

language?: code

Language of the resource content

lastReviewDate?: date

When the questionnaire was last reviewed

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name?: string

Name for this questionnaire (computer friendly)

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this questionnaire is defined

resourceType
status: code

draft | active | retired | unknown

subjectType?: code[]

Resource that can be subject of QuestionnaireResponse

text?: Narrative

Text summary of the resource, for human interpretation

title?: string

Name for this questionnaire (human friendly)

url?: uri

Canonical identifier for this questionnaire, represented as a URI (globally unique)

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the questionnaire