Class ConceptMap.OtherElementComponent

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

    • property Link icon

      protected UriType property
      A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.
    • system Link icon

      protected CanonicalType system
      An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).
    • value Link icon

      protected StringType value
      Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.
    • display Link icon

      protected StringType display
      The display for the code. The display is only provided to help editors when editing the concept map.
  • Constructor Details Link icon

  • Method Details Link icon

    • getPropertyElement Link icon

      Returns:
      property (A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.). This is the underlying object with id, value and extensions. The accessor "getProperty" gives direct access to the value
    • hasPropertyElement Link icon

      public boolean hasPropertyElement()
    • hasProperty Link icon

      public boolean hasProperty()
    • setPropertyElement Link icon

      Parameters:
      value - property (A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.). This is the underlying object with id, value and extensions. The accessor "getProperty" gives direct access to the value
    • getProperty Link icon

      public String getProperty()
      Returns:
      A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.
    • setProperty Link icon

      Parameters:
      value - A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.
    • getSystemElement Link icon

      Returns:
      system (An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).). This is the underlying object with id, value and extensions. The accessor "getSystem" gives direct access to the value
    • hasSystemElement Link icon

      public boolean hasSystemElement()
    • hasSystem Link icon

      public boolean hasSystem()
    • setSystemElement Link icon

      Parameters:
      value - system (An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).). This is the underlying object with id, value and extensions. The accessor "getSystem" gives direct access to the value
    • getSystem Link icon

      public String getSystem()
      Returns:
      An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).
    • setSystem Link icon

      Parameters:
      value - An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).
    • getValueElement Link icon

      Returns:
      value (Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the value
    • hasValueElement Link icon

      public boolean hasValueElement()
    • hasValue Link icon

      public boolean hasValue()
    • setValueElement Link icon

      Parameters:
      value - value (Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.). This is the underlying object with id, value and extensions. The accessor "getValue" gives direct access to the value
    • getValue Link icon

      public String getValue()
      Returns:
      Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.
    • setValue Link icon

      Parameters:
      value - Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.
    • getDisplayElement Link icon

      Returns:
      display (The display for the code. The display is only provided to help editors when editing the concept map.). This is the underlying object with id, value and extensions. The accessor "getDisplay" gives direct access to the value
    • hasDisplayElement Link icon

      public boolean hasDisplayElement()
    • hasDisplay Link icon

      public boolean hasDisplay()
    • setDisplayElement Link icon

      Parameters:
      value - display (The display for the code. The display is only provided to help editors when editing the concept map.). This is the underlying object with id, value and extensions. The accessor "getDisplay" gives direct access to the value
    • getDisplay Link icon

      public String getDisplay()
      Returns:
      The display for the code. The display is only provided to help editors when editing the concept map.
    • setDisplay Link icon

      Parameters:
      value - The display for the code. The display is only provided to help editors when editing the concept map.
    • listChildren Link icon

      protected void listChildren(List<Property> children)
      Overrides:
      listChildren in class BackboneElement
    • getNamedProperty Link icon

      public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      getNamedProperty in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • getProperty Link icon

      public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      getProperty in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • setProperty Link icon

      public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      setProperty in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • setProperty Link icon

      public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      setProperty in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • removeChild Link icon

      public void removeChild(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      removeChild in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • makeProperty Link icon

      public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      makeProperty in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • getTypesForProperty Link icon

      public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      getTypesForProperty in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • addChild Link icon

      public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      addChild in class BackboneElement
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • copy Link icon

      Specified by:
      copy in class BackboneElement
    • copyValues Link icon

    • equalsDeep Link icon

      public boolean equalsDeep(Base other_)
      Overrides:
      equalsDeep in class BackboneElement
    • equalsShallow Link icon

      public boolean equalsShallow(Base other_)
      Overrides:
      equalsShallow in class BackboneElement
    • isEmpty Link icon

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
      Overrides:
      isEmpty in class BackboneElement
    • fhirType Link icon

      public String fhirType()
      Specified by:
      fhirType in interface org.hl7.fhir.instance.model.api.IBase
      Overrides:
      fhirType in class BackboneElement