ClinicalCodedElement Class

Definition

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