Class GROUP

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 GROUP extends ACTOR implements org.hl7.fhir.instance.model.api.ICompositeType
A group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose. A typical clinical example is that of the specialist care team, e.g. cardiology team . The members of the group usually work together.
See Also:
  • Constructor Details

    • GROUP

      public GROUP()
      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 GROUP copy()
      Specified by:
      copy in class ACTOR
    • copyValues

      public void copyValues(GROUP dst)
    • typedCopy

      protected GROUP typedCopy()