IGUHealth
    Preparing search index...
    interface CareTeam {
        _implicitRules?: Element;
        _language?: Element;
        _name?: Element;
        _status?: Element;
        category?: CodeableConcept[];
        contained?: ConcreteType[];
        encounter?: Reference;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        managingOrganization?: Reference[];
        meta?: Meta;
        modifierExtension?: Extension[];
        name?: string;
        note?: Annotation[];
        participant?: CareTeamParticipant[];
        period?: Period;
        reasonCode?: CodeableConcept[];
        reasonReference?: Reference[];
        resourceType: "CareTeam";
        status?: code;
        subject?: Reference;
        telecom?: ContactPoint[];
        text?: Narrative;
    }
    Index

    Properties

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _name?: Element

    Name of the team, such as crisis assessment team

    _status?: Element

    proposed | active | suspended | inactive | entered-in-error

    category?: CodeableConcept[]

    Type of team

    contained?: ConcreteType[]

    Contained, inline Resources

    encounter?: Reference

    Encounter created as part of

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    External Ids for this team

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    managingOrganization?: Reference[]

    Organization responsible for the care team

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name?: string

    Name of the team, such as crisis assessment team

    note?: Annotation[]

    Comments made about the CareTeam

    participant?: CareTeamParticipant[]

    Members of the team

    period?: Period

    Time period team covers

    reasonCode?: CodeableConcept[]

    Why the care team exists

    reasonReference?: Reference[]

    Why the care team exists

    resourceType: "CareTeam"
    status?: code

    proposed | active | suspended | inactive | entered-in-error

    subject?: Reference

    Who care team is for

    telecom?: ContactPoint[]

    A contact detail for the care team (that applies to all members)

    text?: Narrative

    Text summary of the resource, for human interpretation