Class DV_ENCAPSULATED

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_MULTIMEDIA, DV_PARSABLE

public abstract class DV_ENCAPSULATED extends DV_AMOUNT implements org.hl7.fhir.instance.model.api.ICompositeType
Abstract class defining the common meta-data of all types of encapsulated data.
See Also:
  • Field Details

    • charset

      protected CODE_PHRASE charset
      Name of character encoding scheme in which this value is encoded. Coded from openEHR Code Set character sets . Unicode is the default assumption in openEHR, with UTF-8 being the assumed encoding. This attribute allows for variations from these assumptions.
    • language

      protected CODE_PHRASE language
      Optional indicator of the localised language in which the data is written, if relevant. Coded from openEHR Code Set languages.
  • Constructor Details

  • Method Details