| Assessment UML Documentation |
Summary:AttributesProperties | Detail:Attributes |
"A group or question item from the original questionnaire for which answers are provided." - HL7 FHIR, QuestionnaireResponse.itemNote that in FHIR, this construct appears to duplicate the Item construct in the Questionnaire resource (in FHIM called the QuestionnaireItem), apparently in order to convey a minimal amount of information for when the QuestionnaireItem is not available. Ordinarily, we would have just pointed directly to the QuestionnaireItem, but the usage is subtely different between ResponseItem and QuestionnaireItem, so for now, we've modeled this as two separate classes.
Attributes | ||
Answer | answer |
"The respondent's answer(s) to the question." - HL7 FHIR, QuestionnaireResponse.item.answer |
String | definition |
"A reference to an ElementDefinition that provides the details for the item. There is no need for this element if the item pointed to by the linkId has a definition listed." - HL7 FHIR, QuestionnaireResponse.item.definition |
ResponseItem | item |
"Questions or sub-groups nested beneath a question or group." - HL7 FHIR, QQuestionnaireResponse.item.item |
String | linkId |
"The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource." - HL7 FHIR, QuestionnaireResponse.item.linkIdNote that this is a required field in FHIR that is used to link a Questionnaire Response to its corresponding question. In the FHIM, this is handled through a pointer from the QuestionnaireResponse to the AssessmentInstrumentQuestion instance, and would ordinarily not be modeled further, as the FHIM is a logical model and is not concerned with implementation details. Nevertheless, this field is included for compatibility with FHIR, but we made it optional. [In a database, this would hold the primary key of the AssessmentInstrumentQuestion record, while the QuestionnaireResponse record would have a foreign key pointing to this record.] |
String | text |
"Text that is displayed above the contents of the group or as the text of the question being answered." - HL7 FHIR, QuestionnaireResponse.item.text |
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | ResponseItem |
Name Expression | |
Namespace | Assessment |
Owned Template Signature | |
Owner | Assessment |
Owning Template Parameter | |
Package | Assessment |
Qualified Name | FHIM::Assessment::ResponseItem |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public Answer answer
"The respondent's answer(s) to the question." - HL7 FHIR, QuestionnaireResponse.item.answer
Aggregation | None |
Alias | |
Association | responseItem_answer |
Association End | |
Class | ResponseItem |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | answer |
Name Expression | |
Namespace | ResponseItem |
Opposite | |
Owner | ResponseItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Assessment::ResponseItem::answer |
Stereotype | |
Template Parameter | |
Type | Answer |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public String definition
"A reference to an ElementDefinition that provides the details for the item. There is no need for this element if the item pointed to by the linkId has a definition listed." - HL7 FHIR, QuestionnaireResponse.item.definition
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | ResponseItem |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | definition |
Name Expression | |
Namespace | ResponseItem |
Opposite | |
Owner | ResponseItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Assessment::ResponseItem::definition |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public ResponseItem item
"Questions or sub-groups nested beneath a question or group." - HL7 FHIR, QQuestionnaireResponse.item.item
Aggregation | None |
Alias | |
Association | responseItem_responseItem |
Association End | |
Class | ResponseItem |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | item |
Name Expression | |
Namespace | ResponseItem |
Opposite | |
Owner | ResponseItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Assessment::ResponseItem::item |
Stereotype | |
Template Parameter | |
Type | ResponseItem |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public String linkId
"The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource." - HL7 FHIR, QuestionnaireResponse.item.linkIdNote that this is a required field in FHIR that is used to link a Questionnaire Response to its corresponding question. In the FHIM, this is handled through a pointer from the QuestionnaireResponse to the AssessmentInstrumentQuestion instance, and would ordinarily not be modeled further, as the FHIM is a logical model and is not concerned with implementation details. Nevertheless, this field is included for compatibility with FHIR, but we made it optional. [In a database, this would hold the primary key of the AssessmentInstrumentQuestion record, while the QuestionnaireResponse record would have a foreign key pointing to this record.]
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | ResponseItem |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | linkId |
Name Expression | |
Namespace | ResponseItem |
Opposite | |
Owner | ResponseItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Assessment::ResponseItem::linkId |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public String text
"Text that is displayed above the contents of the group or as the text of the question being answered." - HL7 FHIR, QuestionnaireResponse.item.text
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | ResponseItem |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | text |
Name Expression | |
Namespace | ResponseItem |
Opposite | |
Owner | ResponseItem |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Assessment::ResponseItem::text |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Assessment UML Documentation |
Summary:AttributesProperties | Detail:Attributes |