interface Task {
    _authoredOn?: Element;
    _description?: Element;
    _implicitRules?: Element;
    _instantiatesCanonical?: Element;
    _instantiatesUri?: Element;
    _intent?: Element;
    _language?: Element;
    _lastModified?: Element;
    _priority?: Element;
    _status?: Element;
    authoredOn?: dateTime;
    basedOn?: Reference[];
    businessStatus?: CodeableConcept;
    code?: CodeableConcept;
    contained?: ConcreteType[];
    description?: string;
    encounter?: Reference;
    executionPeriod?: Period;
    extension?: Extension[];
    focus?: Reference;
    for?: Reference;
    groupIdentifier?: Identifier;
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    input?: TaskInput[];
    instantiatesCanonical?: canonical;
    instantiatesUri?: uri;
    insurance?: Reference[];
    intent: code;
    language?: code;
    lastModified?: dateTime;
    location?: Reference;
    meta?: Meta;
    modifierExtension?: Extension[];
    note?: Annotation[];
    output?: TaskOutput[];
    owner?: Reference;
    partOf?: Reference[];
    performerType?: CodeableConcept[];
    priority?: code;
    reasonCode?: CodeableConcept;
    reasonReference?: Reference;
    relevantHistory?: Reference[];
    requester?: Reference;
    resourceType: "Task";
    restriction?: TaskRestriction;
    status: code;
    statusReason?: CodeableConcept;
    text?: Narrative;
}

Properties

_authoredOn?: Element

Task Creation Date

_description?: Element

Human-readable explanation of task

_implicitRules?: Element

A set of rules under which this content was created

_instantiatesCanonical?: Element

Formal definition of task

_instantiatesUri?: Element

Formal definition of task

_intent?: Element

unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option

_language?: Element

Language of the resource content

_lastModified?: Element

Task Last Modified Date

_priority?: Element

routine | urgent | asap | stat

_status?: Element

draft | requested | received | accepted | +

authoredOn?: dateTime

Task Creation Date

basedOn?: Reference[]

Request fulfilled by this task

businessStatus?: CodeableConcept

E.g. "Specimen collected", "IV prepped"

Task Type

contained?: ConcreteType[]

Contained, inline Resources

description?: string

Human-readable explanation of task

encounter?: Reference

Healthcare event during which this task originated

executionPeriod?: Period

Start and end time of execution

extension?: Extension[]

Additional content defined by implementations

focus?: Reference

What task is acting on

for?: Reference

Beneficiary of the Task

groupIdentifier?: Identifier

Requisition or grouper id

id?: id

Logical id of this artifact

identifier?: Identifier[]

Task Instance Identifier

implicitRules?: uri

A set of rules under which this content was created

input?: TaskInput[]

Information used to perform task

instantiatesCanonical?: canonical

Formal definition of task

instantiatesUri?: uri

Formal definition of task

insurance?: Reference[]

Associated insurance coverage

intent: code

unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option

language?: code

Language of the resource content

lastModified?: dateTime

Task Last Modified Date

location?: Reference

Where task occurs

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

note?: Annotation[]

Comments made about the task

output?: TaskOutput[]

Information produced as part of task

owner?: Reference

Responsible individual

partOf?: Reference[]

Composite task

performerType?: CodeableConcept[]

Requested performer

priority?: code

routine | urgent | asap | stat

reasonCode?: CodeableConcept

Why task is needed

reasonReference?: Reference

Why task is needed

relevantHistory?: Reference[]

Key events in history of the Task

requester?: Reference

Who is asking for task to be done

resourceType
restriction?: TaskRestriction

Constraints on fulfillment tasks

status: code

draft | requested | received | accepted | +

statusReason?: CodeableConcept

Reason for current status

text?: Narrative

Text summary of the resource, for human interpretation