Class DocumentReferenceRelatesToCodeCodes
Code Values for the DocumentReference.relatesTo.code field
Inheritance
System.Object
DocumentReferenceRelatesToCodeCodes
Assembly: fhirCsR2.dll
Syntax
public static class DocumentReferenceRelatesToCodeCodes : object
Fields
|
Improve this Doc
View Source
APPENDS
Declaration
public const string APPENDS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REPLACES
Declaration
public const string REPLACES = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SIGNS
Declaration
public const string SIGNS = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string TRANSFORMS = 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> |
|