IGUHealth
    Preparing search index...
    interface CarePlan {
        _created?: Element;
        _description?: Element;
        _implicitRules?: Element;
        _instantiatesCanonical?: Element[];
        _instantiatesUri?: Element[];
        _intent?: Element;
        _language?: Element;
        _status?: Element;
        _title?: Element;
        activity?: CarePlanActivity[];
        addresses?: Reference[];
        author?: Reference;
        basedOn?: Reference[];
        careTeam?: Reference[];
        category?: CodeableConcept[];
        contained?: ConcreteType[];
        contributor?: Reference[];
        created?: dateTime;
        description?: string;
        encounter?: Reference;
        extension?: Extension[];
        goal?: Reference[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        instantiatesCanonical?: canonical[];
        instantiatesUri?: uri[];
        intent: code;
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        note?: Annotation[];
        partOf?: Reference[];
        period?: Period;
        replaces?: Reference[];
        resourceType: "CarePlan";
        status: code;
        subject: Reference;
        supportingInfo?: Reference[];
        text?: Narrative;
        title?: string;
    }
    Index

    Properties

    _created?: Element

    Date record was first recorded

    _description?: Element

    Summary of nature of plan

    _implicitRules?: Element

    A set of rules under which this content was created

    _instantiatesCanonical?: Element[]

    Instantiates FHIR protocol or definition

    _instantiatesUri?: Element[]

    Instantiates external protocol or definition

    _intent?: Element

    proposal | plan | order | option

    _language?: Element

    Language of the resource content

    _status?: Element

    draft | active | on-hold | revoked | completed | entered-in-error | unknown

    _title?: Element

    Human-friendly name for the care plan

    activity?: CarePlanActivity[]

    Action to occur as part of plan

    addresses?: Reference[]

    Health issues this plan addresses

    author?: Reference

    Who is the designated responsible party

    basedOn?: Reference[]

    Fulfills CarePlan

    careTeam?: Reference[]

    Who's involved in plan?

    category?: CodeableConcept[]

    Type of plan

    contained?: ConcreteType[]

    Contained, inline Resources

    contributor?: Reference[]

    Who provided the content of the care plan

    created?: dateTime

    Date record was first recorded

    description?: string

    Summary of nature of plan

    encounter?: Reference

    Encounter created as part of

    extension?: Extension[]

    Additional content defined by implementations

    goal?: Reference[]

    Desired outcome of plan

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    External Ids for this plan

    implicitRules?: uri

    A set of rules under which this content was created

    instantiatesCanonical?: canonical[]

    Instantiates FHIR protocol or definition

    instantiatesUri?: uri[]

    Instantiates external protocol or definition

    intent: code

    proposal | plan | order | option

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    note?: Annotation[]

    Comments about the plan

    partOf?: Reference[]

    Part of referenced CarePlan

    period?: Period

    Time period plan covers

    replaces?: Reference[]

    CarePlan replaced by this CarePlan

    resourceType: "CarePlan"
    status: code

    draft | active | on-hold | revoked | completed | entered-in-error | unknown

    subject: Reference

    Who the care plan is for

    supportingInfo?: Reference[]

    Information considered as part of plan

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Human-friendly name for the care plan