Show / Hide Table of Contents

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.

Inheritance
System.Object
Resource
DomainResource
QuestionnaireResponse
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
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
| Improve this Doc View Source

_Status

Extension container element for Status

Declaration
public Element _Status { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

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
| Improve this Doc View Source

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.String
| Improve this Doc View Source

Encounter

Some institutions track questionnaires under a specific encounter.

Declaration
public Reference Encounter { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Group

Need to be able to logically group answers to grouped questions.

Declaration
public QuestionnaireResponseGroup Group { get; set; }
Property Value
Type Description
QuestionnaireResponseGroup
| Improve this Doc View Source

Identifier

Used for tracking, registration and other business purposes.

Declaration
public Identifier Identifier { get; set; }
Property Value
Type Description
Identifier
| Improve this Doc View Source

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
| Improve this Doc View Source

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

Source

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
| Improve this Doc View Source

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.String
| Improve this Doc View Source

Subject

The subject context must be known.

Declaration
public Reference Subject { get; set; }
Property Value
Type Description
Reference

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX