Show / Hide Table of Contents

Class ConformanceResourceStatusCodes

The lifecycle status of a Value Set or Concept Map.

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

Fields

| Improve this Doc View Source

Active

This resource is ready for normal use.

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

Draft

This resource is still under development.

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

LiteralActive

Literal for code: Active

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

LiteralConformanceResourceStatusActive

Literal for code: ConformanceResourceStatusActive

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

LiteralConformanceResourceStatusDraft

Literal for code: ConformanceResourceStatusDraft

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

LiteralConformanceResourceStatusRetired

Literal for code: ConformanceResourceStatusRetired

Declaration
public const string LiteralConformanceResourceStatusRetired = null
Field Value
Type Description
System.String
| 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

LiteralRetired

Literal for code: Retired

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

Retired

This resource has been withdrawn or superseded and should no longer be used.

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

Values

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