Class QuestionnaireResponse
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 underlying questions.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class QuestionnaireResponse : DomainResource, IFhirJsonSerializable
Properties
| Improve this Doc View Source_Authored
Extension container element for Authored
Declaration
public Element _Authored { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
Author
Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers.
Declaration
public Reference Author { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Authored
Clinicians need to be able to check the date that the information in the questionnaire was collected, to derive the context of the answers.
Declaration
public string Authored { get; set; }
Property Value
Type | Description |
---|---|
System. |
Encounter
Some institutions track questionnaires under a specific encounter.
Declaration
public Reference Encounter { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Group
Need to be able to logically group answers to grouped questions.
Declaration
public QuestionnaireResponseGroup Group { get; set; }
Property Value
Type | Description |
---|---|
Questionnaire |
Identifier
Used for tracking, registration and other business purposes.
Declaration
public Identifier Identifier { get; set; }
Property Value
Type | Description |
---|---|
Identifier |
Questionnaire
Needed to allow editing of the questionnaire in a manner that enforces the constraints of the original form.
Declaration
public Reference Questionnaire { get; set; }
Property Value
Type | Description |
---|---|
Reference |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSource
When answering questions about a subject that is minor, incapable of answering or an animal, another human source is used to answer the questions.
Declaration
public Reference Source { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Status
The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished. Questionnaire resources with just questions may serve as template forms, with the applicable publication statuses.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Subject
The subject context must be known.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |