Show / Hide Table of Contents

Class DocumentReferenceStatusCodes

The status of the document reference.

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

Fields

| Improve this Doc View Source

Current

This is the current reference for this document.

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

EnteredInError

This reference was created in error.

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

LiteralCurrent

Literal for code: Current

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

LiteralDocumentReferenceStatusCurrent

Literal for code: DocumentReferenceStatusCurrent

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

LiteralDocumentReferenceStatusEnteredInError

Literal for code: DocumentReferenceStatusEnteredInError

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

LiteralDocumentReferenceStatusSuperseded

Literal for code: DocumentReferenceStatusSuperseded

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

LiteralEnteredInError

Literal for code: EnteredInError

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

LiteralSuperseded

Literal for code: Superseded

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

Superseded

This reference has been superseded by another reference.

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

Values

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