| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Enumerations.ConceptMapEquivalence> |
ConceptMap.TargetElementComponent.equivalence
The equivalence between the source and target concepts (counting for the dependencies and products).
|
| Modifier and Type | Method and Description |
|---|---|
static Enumerations.ConceptMapEquivalence |
Enumerations.ConceptMapEquivalence.fromCode(String codeString) |
Enumerations.ConceptMapEquivalence |
Enumerations.ConceptMapEquivalenceEnumFactory.fromCode(String codeString) |
Enumerations.ConceptMapEquivalence |
ConceptMap.TargetElementComponent.getEquivalence() |
static Enumerations.ConceptMapEquivalence |
Enumerations.ConceptMapEquivalence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.ConceptMapEquivalence[] |
Enumerations.ConceptMapEquivalence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Enumerations.ConceptMapEquivalence> |
Enumerations.ConceptMapEquivalenceEnumFactory.fromType(Base code) |
Enumeration<Enumerations.ConceptMapEquivalence> |
ConceptMap.TargetElementComponent.getEquivalenceElement() |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.TargetElementComponent |
ConceptMap.TargetElementComponent.setEquivalence(Enumerations.ConceptMapEquivalence value) |
String |
Enumerations.ConceptMapEquivalenceEnumFactory.toCode(Enumerations.ConceptMapEquivalence code) |
String |
Enumerations.ConceptMapEquivalenceEnumFactory.toSystem(Enumerations.ConceptMapEquivalence code) |
| Modifier and Type | Method and Description |
|---|---|
ConceptMap.TargetElementComponent |
ConceptMap.TargetElementComponent.setEquivalenceElement(Enumeration<Enumerations.ConceptMapEquivalence> value) |
| Constructor and Description |
|---|
TargetElementComponent(Enumeration<Enumerations.ConceptMapEquivalence> equivalence)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.