Show / Hide Table of Contents

Class StructureDefinitionStatusCodes

Code Values for the StructureDefinition.status field

Inheritance
System.Object
StructureDefinitionStatusCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class StructureDefinitionStatusCodes : object

Fields

| Improve this Doc View Source

ACTIVE

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

DRAFT

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

RETIRED

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

Values

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