Show / Hide Table of Contents

Class QuestionnaireStatusCodes

Lifecycle status of the questionnaire.

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

Fields

| Improve this Doc View Source

Draft

This Questionnaire is not ready for official use.

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

LiteralDraft

Literal for code: Draft

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

LiteralPublished

Literal for code: Published

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

LiteralQuestionnaireStatusDraft

Literal for code: QuestionnaireStatusDraft

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

LiteralQuestionnaireStatusPublished

Literal for code: QuestionnaireStatusPublished

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

LiteralQuestionnaireStatusRetired

Literal for code: QuestionnaireStatusRetired

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

LiteralRetired

Literal for code: Retired

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

Published

This Questionnaire is ready for use.

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

Retired

This Questionnaire should no longer be used to gather data.

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

Values

Dictionary for looking up QuestionnaireStatus 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