Class ConceptMapElementTargetEquivalenceCodes
Code Values for the ConceptMap.element.target.equivalence field
Inheritance
System.Object
ConceptMapElementTargetEquivalenceCodes
Assembly: fhirCsR2.dll
Syntax
public static class ConceptMapElementTargetEquivalenceCodes : object
Fields
|
Improve this Doc
View Source
DISJOINT
Declaration
public const string DISJOINT = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EQUAL
Declaration
public const string EQUAL = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EQUIVALENT
Declaration
public const string EQUIVALENT = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
INEXACT
Declaration
public const string INEXACT = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NARROWER
Declaration
public const string NARROWER = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SPECIALIZES
Declaration
public const string SPECIALIZES = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SUBSUMES
Declaration
public const string SUBSUMES = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UNMATCHED
Declaration
public const string UNMATCHED = 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> |
|
|
Improve this Doc
View Source
WIDER
Declaration
public const string WIDER = null
Field Value
Type |
Description |
System.String |
|