Class ConceptMap.MappingPropertyComponent

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.MappingPropertyComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
See Also:
  • Field Details

    • code

      protected CodeType code
      A reference to a mapping property defined in ConceptMap.property.
    • value

      protected DataType value
      The value of this property. If the type chosen for this element is 'code', then the property SHALL be defined in a ConceptMap.property element.
  • Constructor Details

  • Method Details