Class ENTRY

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:
ADMIN_ENTRY, CARE_ENTRY

public abstract class ENTRY extends CONTENT_ITEM implements org.hl7.fhir.instance.model.api.ICompositeType
The abstract parent of all ENTRY subtypes. An ENTRY is the root of a logical item of hard clinical information created in the clinical statement context, within a clinical session. There can be numerous such contexts in a clinical session. Observations and other Entry types only ever document information captured/created in the event documented by the enclosing Composition. An ENTRY is also the minimal unit of information any query should return, since a whole ENTRY (including subparts) records spatial structure, timing information, and contextual information, as well as the subject and generator of the information.
See Also:
  • Field Details

    • language

      protected CODE_PHRASE language
      Mandatory indicator of the localised language in which this Entry is written. Coded from openEHR Code Set languages.
    • encoding

      protected CODE_PHRASE encoding
      Name of character set in which text values in this Entry are encoded. Coded from openEHR Code Set character sets.
    • other_participationsList

      Other participations at ENTRY level.
    • workflow_id

      Identifier of externally held workflow engine data for this workflow execution, for this subject of care.
    • subject

      protected PARTY_PROXY subject
      Id of human subject of this ENTRY, e.g.: organ donor foetus a family member another clinically relevant person
    • provider

      protected PARTY_PROXY provider
      Optional identification of provider of the information in this ENTRY, which might be: the patient a patient agent, e.g. parent, guardian the clinician a device or software Generally only used when the recorder needs to make it explicit. Otherwise, Composition composer and other participants are assumed.
  • Constructor Details

  • Method Details