pub struct Task {Show 41 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub instantiates_canonical: Option<CanonicalDt>,
pub instantiates_uri: Option<UriDt>,
pub based_on: Option<Vec<Reference>>,
pub group_identifier: Option<Identifier>,
pub part_of: Option<Vec<Reference>>,
pub status: Option<CodeDt>,
pub status_reason: Option<CodeableReference>,
pub business_status: Option<CodeableConcept>,
pub intent: Option<CodeDt>,
pub priority: Option<CodeDt>,
pub do_not_perform: Option<BooleanDt>,
pub code: Option<CodeableConcept>,
pub description: Option<StringDt>,
pub focus: Option<Reference>,
pub for_: Option<Reference>,
pub encounter: Option<Reference>,
pub requested_period: Option<Period>,
pub execution_period: Option<Period>,
pub authored_on: Option<DateTimeDt>,
pub last_modified: Option<DateTimeDt>,
pub requester: Option<Reference>,
pub requested_performer: Option<Vec<CodeableReference>>,
pub owner: Option<Reference>,
pub performer: Option<Vec<TaskPerformerBackboneElement>>,
pub location: Option<Reference>,
pub reason: Option<Vec<CodeableReference>>,
pub insurance: Option<Vec<Reference>>,
pub note: Option<Vec<Annotation>>,
pub relevant_history: Option<Vec<Reference>>,
pub restriction: Option<TaskRestrictionBackboneElement>,
pub input: Option<Vec<TaskInputBackboneElement>>,
pub output: Option<Vec<TaskOutputBackboneElement>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
Task Instance Identifier
instantiates_canonical: Option<CanonicalDt>
Formal definition of task
instantiates_uri: Option<UriDt>
Formal definition of task
based_on: Option<Vec<Reference>>
Request fulfilled by this task
group_identifier: Option<Identifier>
Requisition or grouper id
part_of: Option<Vec<Reference>>
Composite task
status: Option<CodeDt>
draft | requested | received | accepted | +
status_reason: Option<CodeableReference>
Reason for current status
business_status: Option<CodeableConcept>
E.g. “Specimen collected”, “IV prepped”
intent: Option<CodeDt>
unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
priority: Option<CodeDt>
routine | urgent | asap | stat
do_not_perform: Option<BooleanDt>
True if Task is prohibiting action
code: Option<CodeableConcept>
Task Type
description: Option<StringDt>
Human-readable explanation of task
focus: Option<Reference>
What task is acting on
for_: Option<Reference>
Beneficiary of the Task
encounter: Option<Reference>
Healthcare event during which this task originated
requested_period: Option<Period>
When the task should be performed
execution_period: Option<Period>
Start and end time of execution
Task Creation Date
last_modified: Option<DateTimeDt>
Task Last Modified Date
requester: Option<Reference>
Who is asking for task to be done
requested_performer: Option<Vec<CodeableReference>>
Who should perform Task
owner: Option<Reference>
Responsible individual
performer: Option<Vec<TaskPerformerBackboneElement>>
Who or what performed the task
location: Option<Reference>
Where task occurs
reason: Option<Vec<CodeableReference>>
Why task is needed
insurance: Option<Vec<Reference>>
Associated insurance coverage
note: Option<Vec<Annotation>>
Comments made about the task
relevant_history: Option<Vec<Reference>>
Key events in history of the Task
restriction: Option<TaskRestrictionBackboneElement>
Constraints on fulfillment tasks
input: Option<Vec<TaskInputBackboneElement>>
Information used to perform task
output: Option<Vec<TaskOutputBackboneElement>>
Information produced as part of task