static ConceptMap.Group.Builder |
ConceptMap.Group.builder() |
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.element(ConceptMap.Group.Element... element) |
Mappings for an individual concept in the source to one or more concepts in the target.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.element(java.util.Collection<ConceptMap.Group.Element> element) |
Mappings for an individual concept in the source to one or more concepts in the target.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ConceptMap.Group.Builder |
ConceptMap.Group.Builder.from(ConceptMap.Group group) |
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.source(Uri source) |
An absolute URI that identifies the source system where the concepts to be mapped are defined.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.sourceVersion(String sourceVersion) |
The specific version of the code system, as determined by the code system authority.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.sourceVersion(java.lang.String sourceVersion) |
Convenience method for setting sourceVersion .
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.target(Uri target) |
An absolute URI that identifies the target system that the concepts will be mapped to.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.targetVersion(String targetVersion) |
The specific version of the code system, as determined by the code system authority.
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.targetVersion(java.lang.String targetVersion) |
Convenience method for setting targetVersion .
|
ConceptMap.Group.Builder |
ConceptMap.Group.toBuilder() |
|
ConceptMap.Group.Builder |
ConceptMap.Group.Builder.unmapped(ConceptMap.Group.Unmapped unmapped) |
What to do when there is no mapping for the source concept.
|