Class ConceptMapEquivalenceCodes
The degree of equivalence between concepts.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ConceptMapEquivalenceCodes : object
Fields
| Improve this Doc View SourceDisjoint
This is an explicit assertion that there is no mapping between the source and target concept.
Declaration
public static readonly Coding Disjoint
Field Value
Type | Description |
---|---|
Coding |
Equal
The definitions of the concepts are exactly the same (i.e. only grammatical differences) and structural implications of meaning are identical or irrelevant (i.e. intentionally identical).
Declaration
public static readonly Coding Equal
Field Value
Type | Description |
---|---|
Coding |
Equivalent
The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).
Declaration
public static readonly Coding Equivalent
Field Value
Type | Description |
---|---|
Coding |
Inexact
The target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
Declaration
public static readonly Coding Inexact
Field Value
Type | Description |
---|---|
Coding |
LiteralConceptMapEquivalenceDisjoint
Literal for code: ConceptMapEquivalenceDisjoint
Declaration
public const string LiteralConceptMapEquivalenceDisjoint = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceEqual
Literal for code: ConceptMapEquivalenceEqual
Declaration
public const string LiteralConceptMapEquivalenceEqual = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceEquivalent
Literal for code: ConceptMapEquivalenceEquivalent
Declaration
public const string LiteralConceptMapEquivalenceEquivalent = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceInexact
Literal for code: ConceptMapEquivalenceInexact
Declaration
public const string LiteralConceptMapEquivalenceInexact = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceNarrower
Literal for code: ConceptMapEquivalenceNarrower
Declaration
public const string LiteralConceptMapEquivalenceNarrower = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceSpecializes
Literal for code: ConceptMapEquivalenceSpecializes
Declaration
public const string LiteralConceptMapEquivalenceSpecializes = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceSubsumes
Literal for code: ConceptMapEquivalenceSubsumes
Declaration
public const string LiteralConceptMapEquivalenceSubsumes = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceUnmatched
Literal for code: ConceptMapEquivalenceUnmatched
Declaration
public const string LiteralConceptMapEquivalenceUnmatched = null
Field Value
Type | Description |
---|---|
System. |
LiteralConceptMapEquivalenceWider
Literal for code: ConceptMapEquivalenceWider
Declaration
public const string LiteralConceptMapEquivalenceWider = null
Field Value
Type | Description |
---|---|
System. |
LiteralDisjoint
Literal for code: Disjoint
Declaration
public const string LiteralDisjoint = null
Field Value
Type | Description |
---|---|
System. |
LiteralEqual
Literal for code: Equal
Declaration
public const string LiteralEqual = null
Field Value
Type | Description |
---|---|
System. |
LiteralEquivalent
Literal for code: Equivalent
Declaration
public const string LiteralEquivalent = null
Field Value
Type | Description |
---|---|
System. |
LiteralInexact
Literal for code: Inexact
Declaration
public const string LiteralInexact = null
Field Value
Type | Description |
---|---|
System. |
LiteralNarrower
Literal for code: Narrower
Declaration
public const string LiteralNarrower = null
Field Value
Type | Description |
---|---|
System. |
LiteralSpecializes
Literal for code: Specializes
Declaration
public const string LiteralSpecializes = null
Field Value
Type | Description |
---|---|
System. |
LiteralSubsumes
Literal for code: Subsumes
Declaration
public const string LiteralSubsumes = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnmatched
Literal for code: Unmatched
Declaration
public const string LiteralUnmatched = null
Field Value
Type | Description |
---|---|
System. |
LiteralWider
Literal for code: Wider
Declaration
public const string LiteralWider = null
Field Value
Type | Description |
---|---|
System. |
Narrower
The target mapping is narrower in meaning that the source concept. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
Declaration
public static readonly Coding Narrower
Field Value
Type | Description |
---|---|
Coding |
Specializes
The target mapping specializes the meaning of the source concept (e.g. the target is-a source).
Declaration
public static readonly Coding Specializes
Field Value
Type | Description |
---|---|
Coding |
Subsumes
The target mapping subsumes the meaning of the source concept (e.g. the source is-a target).
Declaration
public static readonly Coding Subsumes
Field Value
Type | Description |
---|---|
Coding |
Unmatched
There is no match for this concept in the destination concept system.
Declaration
public static readonly Coding Unmatched
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up ConceptMapEquivalence Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
Wider
The target mapping is wider in meaning than the source concept.
Declaration
public static readonly Coding Wider
Field Value
Type | Description |
---|---|
Coding |