interface QuestionnaireResponse {
    _authored?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _questionnaire?: Element;
    _status?: Element;
    author?: Reference;
    authored?: dateTime;
    basedOn?: Reference[];
    contained?: ConcreteType[];
    encounter?: Reference;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier;
    implicitRules?: uri;
    item?: QuestionnaireResponseItem[];
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    partOf?: Reference[];
    questionnaire?: canonical;
    resourceType: "QuestionnaireResponse";
    source?: Reference;
    status: code;
    subject?: Reference;
    text?: Narrative;
}

Properties

_authored?: Element

Date the answers were gathered

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_questionnaire?: Element

Form being answered

_status?: Element

in-progress | completed | amended | entered-in-error | stopped

author?: Reference

Person who received and recorded the answers

authored?: dateTime

Date the answers were gathered

basedOn?: Reference[]

Request fulfilled by this QuestionnaireResponse

contained?: ConcreteType[]

Contained, inline Resources

encounter?: Reference

Encounter created as part of

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier

Unique id for this set of answers

implicitRules?: uri

A set of rules under which this content was created

Groups and questions

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

partOf?: Reference[]

Part of this action

questionnaire?: canonical

Form being answered

resourceType
source?: Reference

The person who answered the questions

status: code

in-progress | completed | amended | entered-in-error | stopped

subject?: Reference

The subject of the questions

text?: Narrative

Text summary of the resource, for human interpretation