Class TQuestionnaireResponse
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
A business identifier assigned to a particular completed (or partially completed) questionnaire.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
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.
|
|
property questionnaire : string read Getquestionnaire write Setquestionnaire; |
The Questionnaire that defines and organizes the questions for which answers are being provided.
|
|
property questionnaireElement : Tcanonical read GetquestionnaireElement write SetquestionnaireElement; |
|
|
property status : string read Getstatus write Setstatus; |
The position of the questionnaire response within its overall lifecycle.
|
|
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.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.
|
|
property authored : string read Getauthored write Setauthored; |
The date and/or time that this set of answers were last changed.
|
|
property authoredElement : TdateTime_ read GetauthoredElement write SetauthoredElement; |
|
|
property author : TReference read Getauthor write Setauthor; |
Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.
|
|
property source : TReference read Getsource write Setsource; |
The person who answered the questions about the subject.
|
|
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.
|