Class TQuestionnaireResponse

Unit

Declaration

type TQuestionnaireResponse = class(TDomainResource)

Description

A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property parent : TReferenceArray read GetparentArray;
Public property questionnaire : TReference read Getquestionnaire write Setquestionnaire;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TQuestionnaireResponseStatus read GetstatusElement write SetstatusElement;
Public property subject : TReference read Getsubject write Setsubject;
Public property context : TReference read Getcontext write Setcontext;
Public property authored : string read Getauthored write Setauthored;
Public property authoredElement : TdateTime_ read GetauthoredElement write SetauthoredElement;
Public property author : TReference read Getauthor write Setauthor;
Public property source : TReference read Getsource write Setsource;
Public property item : TQuestionnaireResponseItemArray read GetitemArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

A business identifier assigned to a particular completed (or partially completed) questionnaire.

Public property basedOn : TReferenceArray read GetbasedOnArray;

The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ProcedureRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.

Public property parent : TReferenceArray read GetparentArray;

A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of.

Public property questionnaire : TReference read Getquestionnaire write Setquestionnaire;

The Questionnaire that defines and organizes the questions for which answers are being provided.

Public property status : string read Getstatus write Setstatus;

The position of the questionnaire response within its overall lifecycle.

Public property statusElement : TQuestionnaireResponseStatus read GetstatusElement write SetstatusElement;
 
Public property subject : TReference read Getsubject write Setsubject;

The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.

Public property context : TReference read Getcontext write Setcontext;

The encounter or episode of care with primary association to the questionnaire response.

Public property authored : string read Getauthored write Setauthored;

The date and/or time that this set of answers were last changed.

Public property authoredElement : TdateTime_ read GetauthoredElement write SetauthoredElement;
 
Public property author : TReference read Getauthor write Setauthor;

Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.

Public property source : TReference read Getsource write Setsource;

The person who answered the questions about the subject.

Public property item : TQuestionnaireResponseItemArray read GetitemArray;

A group or question item from the original questionnaire for which answers are provided.


Generated by PasDoc 0.15.0.