Class Group

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class Group extends DomainResource
Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.
See Also:
  • Field Details

    • identifier

      A unique business identifier for this group.
    • active

      protected BooleanType active
      Indicates whether the record for the group is available for use or is merely being retained for historical purposes.
    • type

      Identifies the broad classification of the kind of resources the group includes.
    • actual

      protected BooleanType actual
      If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals.
    • code

      protected CodeableConcept code
      Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc.
    • name

      protected StringType name
      A label assigned to the group for human identification and communication.
    • quantity

      A count of the number of resource instances that are part of the group.
    • characteristic

      Identifies the traits shared by members of the group.
    • member

      Identifies the resource instances that are members of the group.
    • SP_ACTUAL

      public static final String SP_ACTUAL
      Search parameter: actual

      Description: Descriptive or actual
      Type: token
      Path: Group.actual

      See Also:
    • ACTUAL

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam ACTUAL
      Fluent Client search parameter constant for actual

      Description: Descriptive or actual
      Type: token
      Path: Group.actual

    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: Unique id
      Type: token
      Path: Group.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: Unique id
      Type: token
      Path: Group.identifier

    • SP_CHARACTERISTIC_VALUE

      public static final String SP_CHARACTERISTIC_VALUE
      Search parameter: characteristic-value

      Description: A composite of both characteristic and value
      Type: composite
      Path:

      See Also:
    • CHARACTERISTIC_VALUE

      public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> CHARACTERISTIC_VALUE
      Fluent Client search parameter constant for characteristic-value

      Description: A composite of both characteristic and value
      Type: composite
      Path:

    • SP_CODE

      public static final String SP_CODE
      Search parameter: code

      Description: The kind of resources contained
      Type: token
      Path: Group.code

      See Also:
    • CODE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
      Fluent Client search parameter constant for code

      Description: The kind of resources contained
      Type: token
      Path: Group.code

    • SP_MEMBER

      public static final String SP_MEMBER
      Search parameter: member

      Description: Reference to the group member
      Type: reference
      Path: Group.member.entity

      See Also:
    • MEMBER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam MEMBER
      Fluent Client search parameter constant for member

      Description: Reference to the group member
      Type: reference
      Path: Group.member.entity

    • INCLUDE_MEMBER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_MEMBER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Group:member".
    • SP_EXCLUDE

      public static final String SP_EXCLUDE
      Search parameter: exclude

      Description: Group includes or excludes
      Type: token
      Path: Group.characteristic.exclude

      See Also:
    • EXCLUDE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam EXCLUDE
      Fluent Client search parameter constant for exclude

      Description: Group includes or excludes
      Type: token
      Path: Group.characteristic.exclude

    • SP_TYPE

      public static final String SP_TYPE
      Search parameter: type

      Description: The type of resources the group contains
      Type: token
      Path: Group.type

      See Also:
    • TYPE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
      Fluent Client search parameter constant for type

      Description: The type of resources the group contains
      Type: token
      Path: Group.type

    • SP_VALUE

      public static final String SP_VALUE
      Search parameter: value

      Description: Value held by characteristic
      Type: token
      Path: Group.characteristic.value[x]

      See Also:
    • VALUE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam VALUE
      Fluent Client search parameter constant for value

      Description: Value held by characteristic
      Type: token
      Path: Group.characteristic.value[x]

    • SP_CHARACTERISTIC

      public static final String SP_CHARACTERISTIC
      Search parameter: characteristic

      Description: Kind of characteristic
      Type: token
      Path: Group.characteristic.code

      See Also:
    • CHARACTERISTIC

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam CHARACTERISTIC
      Fluent Client search parameter constant for characteristic

      Description: Kind of characteristic
      Type: token
      Path: Group.characteristic.code

  • Constructor Details

  • Method Details