Class ConceptMap.ConceptMapGroupUnmappedComponent

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
Enclosing class:
ConceptMap

public static class ConceptMap.ConceptMapGroupUnmappedComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • mode

      Defines which action to take if there is no match for the source concept in the target system designated for the group. One of 3 actions are possible: use the unmapped source code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).
    • code

      protected CodeType code
      The fixed code to use when the mode = 'fixed' - all unmapped codes are mapped to a single fixed code.
    • display

      protected StringType display
      The display for the code. The display is only provided to help editors when editing the concept map.
    • valueSet

      The set of fixed codes to use when the mode = 'fixed' - all unmapped codes are mapped to each of the fixed codes.
    • relationship

      The default relationship value to apply between the source and target concepts when the source code is unmapped and the mode is 'fixed' or 'use-source-code'.
    • otherMap

      The canonical reference to an additional ConceptMap resource instance to use for mapping if this ConceptMap resource contains no matching mapping for the source concept.
  • Constructor Details

  • Method Details