Show / Hide Table of Contents

Class QuestionnaireAnswersStatusCodes

Lifecycle status of the questionnaire response.

Inheritance
System.Object
QuestionnaireAnswersStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class QuestionnaireAnswersStatusCodes : object

Fields

| Improve this Doc View Source

Amended

This QuestionnaireResponse has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards.

Declaration
public static readonly Coding Amended
Field Value
Type Description
Coding
| Improve this Doc View Source

Completed

This QuestionnaireResponse has been filled out with answers, and the current content is regarded as definitive.

Declaration
public static readonly Coding Completed
Field Value
Type Description
Coding
| Improve this Doc View Source

InProgress

This QuestionnaireResponse has been partially filled out with answers, but changes or additions are still expected to be made to it.

Declaration
public static readonly Coding InProgress
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAmended

Literal for code: Amended

Declaration
public const string LiteralAmended = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralCompleted

Literal for code: Completed

Declaration
public const string LiteralCompleted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInProgress

Literal for code: InProgress

Declaration
public const string LiteralInProgress = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralQuestionnaireAnswersStatusAmended

Literal for code: QuestionnaireAnswersStatusAmended

Declaration
public const string LiteralQuestionnaireAnswersStatusAmended = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralQuestionnaireAnswersStatusCompleted

Literal for code: QuestionnaireAnswersStatusCompleted

Declaration
public const string LiteralQuestionnaireAnswersStatusCompleted = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralQuestionnaireAnswersStatusInProgress

Literal for code: QuestionnaireAnswersStatusInProgress

Declaration
public const string LiteralQuestionnaireAnswersStatusInProgress = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Values

Dictionary for looking up QuestionnaireAnswersStatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX