Class ELEMENT

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType

public class ELEMENT extends ITEM implements org.hl7.fhir.instance.model.api.ICompositeType
The leaf variant of ITEM, to which a DATA_VALUE instance is attached.
See Also:
  • Field Details

    • null_flavour

      Flavour of null value, e.g. 253|unknown|, 271|no information|, 272|masked|, and 273|not applicable|.
    • value

      protected DATA_VALUE value
      Property representing leaf value object of ELEMENT. In real data, any concrete subtype of DATA_VALUE can be used.
    • null_reason

      protected DV_TEXT null_reason
      Optional specific reason for null value; if set, null_flavour must be set. Null reason may apply only to a minority of clinical data, commonly needed in reporting contexts.
  • Constructor Details

    • ELEMENT

      public ELEMENT()
      Constructor
  • Method Details