GroupMember

open class GroupMember: BackboneElement

Who or what is in group.

Identifies the resource instances that are members of the group.

  • Who or what is in group.

    Identifies the resource instances that are members of the group.

    Declaration

    Swift

    override open class var resourceType: String
  • Reference to the group member.

    Declaration

    Swift

    public var entity: Reference?
  • If member is no longer in group.

    Declaration

    Swift

    public var inactive: FHIRBool?
  • Period member belonged to the group.

    Declaration

    Swift

    public var period: Period?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(entity: Reference)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

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

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class GroupMember: BackboneElement