Class CompositionStatusCodes
The workflow/clinical status of the composition.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class CompositionStatusCodes : object
Fields
| Improve this Doc View SourceAmended
The composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person.
Declaration
public static readonly Coding Amended
Field Value
Type | Description |
---|---|
Coding |
EnteredInError
The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.
Declaration
public static readonly Coding EnteredInError
Field Value
Type | Description |
---|---|
Coding |
Final
This version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition.
Declaration
public static readonly Coding Final
Field Value
Type | Description |
---|---|
Coding |
LiteralAmended
Literal for code: Amended
Declaration
public const string LiteralAmended = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompositionStatusAmended
Literal for code: CompositionStatusAmended
Declaration
public const string LiteralCompositionStatusAmended = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompositionStatusEnteredInError
Literal for code: CompositionStatusEnteredInError
Declaration
public const string LiteralCompositionStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompositionStatusFinal
Literal for code: CompositionStatusFinal
Declaration
public const string LiteralCompositionStatusFinal = null
Field Value
Type | Description |
---|---|
System. |
LiteralCompositionStatusPreliminary
Literal for code: CompositionStatusPreliminary
Declaration
public const string LiteralCompositionStatusPreliminary = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralFinal
Literal for code: Final
Declaration
public const string LiteralFinal = null
Field Value
Type | Description |
---|---|
System. |
LiteralPreliminary
Literal for code: Preliminary
Declaration
public const string LiteralPreliminary = null
Field Value
Type | Description |
---|---|
System. |
Preliminary
This is a preliminary composition or document (also known as initial or interim). The content may be incomplete or unverified.
Declaration
public static readonly Coding Preliminary
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up CompositionStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |