Class NarrativeStatusCodes
The status of a resource narrative
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class NarrativeStatusCodes : object
Fields
| Improve this Doc View SourceAdditional
The contents of the narrative contain additional information not found in the structured data
Declaration
public static readonly Coding Additional
Field Value
Type | Description |
---|---|
Coding |
Empty
The contents of the narrative are some equivalent of "No human-readable text provided in this case"
Declaration
public static readonly Coding Empty
Field Value
Type | Description |
---|---|
Coding |
Extensions
The contents of the narrative are entirely generated from the structured data in the content and some of the content is generated from extensions
Declaration
public static readonly Coding Extensions
Field Value
Type | Description |
---|---|
Coding |
Generated
The contents of the narrative are entirely generated from the structured data in the content.
Declaration
public static readonly Coding Generated
Field Value
Type | Description |
---|---|
Coding |
LiteralAdditional
Literal for code: Additional
Declaration
public const string LiteralAdditional = null
Field Value
Type | Description |
---|---|
System. |
LiteralEmpty
Literal for code: Empty
Declaration
public const string LiteralEmpty = null
Field Value
Type | Description |
---|---|
System. |
LiteralExtensions
Literal for code: Extensions
Declaration
public const string LiteralExtensions = null
Field Value
Type | Description |
---|---|
System. |
LiteralGenerated
Literal for code: Generated
Declaration
public const string LiteralGenerated = null
Field Value
Type | Description |
---|---|
System. |
LiteralNarrativeStatusAdditional
Literal for code: NarrativeStatusAdditional
Declaration
public const string LiteralNarrativeStatusAdditional = null
Field Value
Type | Description |
---|---|
System. |
LiteralNarrativeStatusEmpty
Literal for code: NarrativeStatusEmpty
Declaration
public const string LiteralNarrativeStatusEmpty = null
Field Value
Type | Description |
---|---|
System. |
LiteralNarrativeStatusExtensions
Literal for code: NarrativeStatusExtensions
Declaration
public const string LiteralNarrativeStatusExtensions = null
Field Value
Type | Description |
---|---|
System. |
LiteralNarrativeStatusGenerated
Literal for code: NarrativeStatusGenerated
Declaration
public const string LiteralNarrativeStatusGenerated = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up NarrativeStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |