IGUHealth
    Preparing search index...
    interface Group {
        _active?: Element;
        _actual?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _name?: Element;
        _quantity?: Element;
        _type?: Element;
        active?: boolean;
        actual: boolean;
        characteristic?: GroupCharacteristic[];
        code?: CodeableConcept;
        contained?: ConcreteType[];
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        managingEntity?: Reference;
        member?: GroupMember[];
        meta?: Meta;
        modifierExtension?: Extension[];
        name?: string;
        quantity?: undefined;
        resourceType: "Group";
        text?: Narrative;
        type: code;
    }
    Index

    Properties

    _active?: Element

    Whether this group's record is in active use

    _actual?: Element

    Descriptive or actual

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _name?: Element

    Label for Group

    _quantity?: Element

    Number of members

    _type?: Element

    person | animal | practitioner | device | medication | substance

    active?: boolean

    Whether this group's record is in active use

    actual: boolean

    Descriptive or actual

    characteristic?: GroupCharacteristic[]

    Include / Exclude group members by Trait

    Kind of Group members

    contained?: ConcreteType[]

    Contained, inline Resources

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Unique id

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    managingEntity?: Reference

    Entity that is the custodian of the Group's definition

    member?: GroupMember[]

    Who or what is in group

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name?: string

    Label for Group

    quantity?: undefined

    Number of members

    resourceType: "Group"
    text?: Narrative

    Text summary of the resource, for human interpretation

    type: code

    person | animal | practitioner | device | medication | substance