ClinicalCodedElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A piece of clinical information, expressed as a code in a clinical coding system.
public class ClinicalCodedElement
type ClinicalCodedElement = class
Public Class ClinicalCodedElement
- Inheritance
-
ClinicalCodedElement
Constructors
ClinicalCodedElement(String, String) |
Initializes a new instance of ClinicalCodedElement. |
Properties
Code |
The code within the given clinical coding system. |
Name |
The name of this coded concept in the coding system. |
System |
The clinical coding system, e.g. ICD-10, SNOMED-CT, UMLS. |
Value |
A value associated with the code within the given clinical coding system. |
Applies to
Azure SDK for .NET