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 SourceAmended
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 |
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 |
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 |
LiteralAmended
Literal for code: Amended
Declaration
public const string LiteralAmended = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralQuestionnaireAnswersStatusAmended
Literal for code: QuestionnaireAnswersStatusAmended
Declaration
public const string LiteralQuestionnaireAnswersStatusAmended = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralQuestionnaireAnswersStatusCompleted
Literal for code: QuestionnaireAnswersStatusCompleted
Declaration
public const string LiteralQuestionnaireAnswersStatusCompleted = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralQuestionnaireAnswersStatusInProgress
Literal for code: QuestionnaireAnswersStatusInProgress
Declaration
public const string LiteralQuestionnaireAnswersStatusInProgress = null
Field Value
| Type | Description |
|---|---|
| System.String |
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> |