Class AGENT

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 AGENT extends ACTOR implements org.hl7.fhir.instance.model.api.ICompositeType
Generic concept of any kind of agent, including devices, software systems, but not humans or organisations.
See Also:
  • Constructor Details

    • AGENT

      public AGENT()
      Constructor
  • Method Details

    • fhirType

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

      public AGENT copy()
      Specified by:
      copy in class ACTOR
    • copyValues

      public void copyValues(AGENT dst)
    • typedCopy

      protected AGENT typedCopy()