Group

open class Group: DomainResource

Group of multiple entities.

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.

  • Group of multiple entities.

    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.

    Declaration

    Swift

    override open class var resourceType: String
  • Whether this group’s record is in active use.

    Declaration

    Swift

    public var active: FHIRBool?
  • Descriptive or actual.

    Declaration

    Swift

    public var actual: FHIRBool?
  • Trait of group members.

    Declaration

    Swift

    public var characteristic: [GroupCharacteristic]?
  • Kind of Group members.

    Declaration

    Swift

    public var code: CodeableConcept?
  • Unique id.

    Declaration

    Swift

    public var identifier: [Identifier]?
  • Who or what is in group.

    Declaration

    Swift

    public var member: [GroupMember]?
  • Label for Group.

    Declaration

    Swift

    public var name: FHIRString?
  • Number of members.

    Declaration

    Swift

    public var quantity: FHIRInteger?
  • Identifies the broad classification of the kind of resources the group includes.

    Declaration

    Swift

    public var type: GroupType?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(actual: FHIRBool, type: GroupType)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class Group: DomainResource