Show / Hide Table of Contents

Class ConceptMapEquivalenceCodes

The degree of equivalence between concepts.

Inheritance
System.Object
ConceptMapEquivalenceCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ConceptMapEquivalenceCodes : object

Fields

| Improve this Doc View Source

Disjoint

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

LiteralConceptMapEquivalenceDisjoint

Literal for code: ConceptMapEquivalenceDisjoint

Declaration
public const string LiteralConceptMapEquivalenceDisjoint = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceEqual

Literal for code: ConceptMapEquivalenceEqual

Declaration
public const string LiteralConceptMapEquivalenceEqual = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceEquivalent

Literal for code: ConceptMapEquivalenceEquivalent

Declaration
public const string LiteralConceptMapEquivalenceEquivalent = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceInexact

Literal for code: ConceptMapEquivalenceInexact

Declaration
public const string LiteralConceptMapEquivalenceInexact = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceNarrower

Literal for code: ConceptMapEquivalenceNarrower

Declaration
public const string LiteralConceptMapEquivalenceNarrower = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceSpecializes

Literal for code: ConceptMapEquivalenceSpecializes

Declaration
public const string LiteralConceptMapEquivalenceSpecializes = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceSubsumes

Literal for code: ConceptMapEquivalenceSubsumes

Declaration
public const string LiteralConceptMapEquivalenceSubsumes = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceUnmatched

Literal for code: ConceptMapEquivalenceUnmatched

Declaration
public const string LiteralConceptMapEquivalenceUnmatched = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConceptMapEquivalenceWider

Literal for code: ConceptMapEquivalenceWider

Declaration
public const string LiteralConceptMapEquivalenceWider = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralDisjoint

Literal for code: Disjoint

Declaration
public const string LiteralDisjoint = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralEqual

Literal for code: Equal

Declaration
public const string LiteralEqual = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralEquivalent

Literal for code: Equivalent

Declaration
public const string LiteralEquivalent = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInexact

Literal for code: Inexact

Declaration
public const string LiteralInexact = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNarrower

Literal for code: Narrower

Declaration
public const string LiteralNarrower = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSpecializes

Literal for code: Specializes

Declaration
public const string LiteralSpecializes = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSubsumes

Literal for code: Subsumes

Declaration
public const string LiteralSubsumes = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralUnmatched

Literal for code: Unmatched

Declaration
public const string LiteralUnmatched = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralWider

Literal for code: Wider

Declaration
public const string LiteralWider = null
Field Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Unmatched

There is no match for this concept in the destination concept system.

Declaration
public static readonly Coding Unmatched
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up ConceptMapEquivalence Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

Wider

The target mapping is wider in meaning than the source concept.

Declaration
public static readonly Coding Wider
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX