Class DATA_VALUE

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
Direct Known Subclasses:
DV_BOOLEAN, DV_IDENTIFIER, DV_ORDERED, DV_PARAGRAPH, DV_STATE, DV_TEXT, DV_TIME_SPECIFICATION, DV_URI

public abstract class DATA_VALUE extends LogicalBase implements org.hl7.fhir.instance.model.api.ICompositeType
Abstract parent of all DV_ data value types. Serves as a common ancestor of all data value types in openEHR models
See Also:
  • Constructor Details

  • Method Details

    • fhirType

      public String fhirType()
      Specified by:
      fhirType in interface org.hl7.fhir.instance.model.api.IBase
      Specified by:
      fhirType in class Base
      Returns:
      the FHIR type name of the instance (not the java class name)
    • copy

      public abstract DATA_VALUE copy()
      Specified by:
      copy in class Base
    • copyValues

      public void copyValues(DATA_VALUE dst)