Class Code
Represents a code entity, serving as a base type for code-related constructs.
public class Code
- Inheritance
-
Code
- Inherited Members
- Extension Methods
Properties
CodingSystem
public string CodingSystem { get; set; }
Property Value
Identifier
public string Identifier { get; set; }
Property Value
Text
public string Text { get; set; }