Class DocumentRelationshipTypeCodes
The type of relationship between documents.
Inheritance
System.Object
DocumentRelationshipTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DocumentRelationshipTypeCodes : object
Fields
| Improve this Doc View SourceAppends
This document adds additional information to the target document.
Declaration
public static readonly Coding Appends
Field Value
Type | Description |
---|---|
Coding |
LiteralAppends
Literal for code: Appends
Declaration
public const string LiteralAppends = null
Field Value
Type | Description |
---|---|
System. |
LiteralDocumentRelationshipTypeAppends
Literal for code: DocumentRelationshipTypeAppends
Declaration
public const string LiteralDocumentRelationshipTypeAppends = null
Field Value
Type | Description |
---|---|
System. |
LiteralDocumentRelationshipTypeReplaces
Literal for code: DocumentRelationshipTypeReplaces
Declaration
public const string LiteralDocumentRelationshipTypeReplaces = null
Field Value
Type | Description |
---|---|
System. |
LiteralDocumentRelationshipTypeSigns
Literal for code: DocumentRelationshipTypeSigns
Declaration
public const string LiteralDocumentRelationshipTypeSigns = null
Field Value
Type | Description |
---|---|
System. |
LiteralDocumentRelationshipTypeTransforms
Literal for code: DocumentRelationshipTypeTransforms
Declaration
public const string LiteralDocumentRelationshipTypeTransforms = null
Field Value
Type | Description |
---|---|
System. |
LiteralReplaces
Literal for code: Replaces
Declaration
public const string LiteralReplaces = null
Field Value
Type | Description |
---|---|
System. |
LiteralSigns
Literal for code: Signs
Declaration
public const string LiteralSigns = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransforms
Literal for code: Transforms
Declaration
public const string LiteralTransforms = null
Field Value
Type | Description |
---|---|
System. |
Replaces
This document logically replaces or supersedes the target document.
Declaration
public static readonly Coding Replaces
Field Value
Type | Description |
---|---|
Coding |
Signs
This document is a signature of the target document.
Declaration
public static readonly Coding Signs
Field Value
Type | Description |
---|---|
Coding |
Transforms
This document was generated by transforming the target document (e.g. format or language conversion).
Declaration
public static readonly Coding Transforms
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up DocumentRelationshipType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |