Resources
Task
A task to be performed.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Task Instance Identifier |
instantiatesCanonical | No | canonical | Formal definition of task |
instantiatesUri | No | uri | Formal definition of task |
basedOn | No | Reference<Resource>[] | Request fulfilled by this task |
groupIdentifier | No | Identifier | Requisition or grouper id |
partOf | No | Reference<Task>[] | Composite task |
status | Yes | code | draft / requested / received / accepted / + |
statusReason | No | CodeableConcept | Reason for current status |
businessStatus | No | CodeableConcept | E.g. “Specimen collected”, “IV prepped” |
intent | Yes | code | unknown / proposal / plan / order / original-order / reflex-order / filler-order / instance-order / option |
priority | No | code | routine / urgent / asap / stat |
code | No | CodeableConcept | Task Type |
description | No | string | Human-readable explanation of task |
focus | No | Reference<Resource> | What task is acting on |
for | No | Reference<Resource> | Beneficiary of the Task |
encounter | No | Reference<Encounter> | Healthcare event during which this task originated |
executionPeriod | No | Period | Start and end time of execution |
authoredOn | No | dateTime | Task Creation Date |
lastModified | No | dateTime | Task Last Modified Date |
requester | No | Reference<Device / Organization / Patient / Practitioner / PractitionerRole / RelatedPerson> | Who is asking for task to be done |
performerType | No | CodeableConcept[] | Requested performer |
owner | No | Reference<Practitioner / PractitionerRole / Organization / CareTeam / HealthcareService / Patient / Device / RelatedPerson> | Responsible individual |
location | No | Reference<Location> | Where task occurs |
reasonCode | No | CodeableConcept | Why task is needed |
reasonReference | No | Reference<Resource> | Why task is needed |
insurance | No | Reference<Coverage / ClaimResponse>[] | Associated insurance coverage |
note | No | Annotation[] | Comments made about the task |
relevantHistory | No | Reference<Provenance>[] | Key events in history of the Task |
restriction | No | TaskRestriction | Constraints on fulfillment tasks |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- repetitions | No | positiveInt | How many times to repeat |
- period | No | Period | When fulfillment sought |
- recipient | No | Reference<Patient / Practitioner / PractitionerRole / RelatedPerson / Group / Organization>[] | For whom is fulfillment sought? |
input | No | TaskInput | Information used to perform task |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- type | Yes | CodeableConcept | Label for the input |
- value[x] | Yes | base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference<>, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta | Content to use in performing the task |
output | No | TaskOutput | Information produced as part of task |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- type | Yes | CodeableConcept | Label for output |
- value[x] | Yes | base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference<>, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta | Result of output |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
authored-on | date | Search by creation date | Task.authoredOn |
based-on | reference | Search by requests this task is based on | Task.basedOn |
business-status | token | Search by business status | Task.businessStatus |
code | token | Search by task code | Task.code |
encounter | reference | Search by encounter | Task.encounter |
focus | reference | Search by task focus | Task.focus |
group-identifier | token | Search by group identifier | Task.groupIdentifier |
identifier | token | Search for a task instance by its business identifier | Task.identifier |
intent | token | Search by task intent | Task.intent |
modified | date | Search by last modification date | Task.lastModified |
owner | reference | Search by task owner | Task.owner |
part-of | reference | Search by task this task is part of | Task.partOf |
patient | reference | Search by patient | Task.for |
performer | token | Search by recommended type of performer (e.g., Requester, Performer, Scheduler). | Task.performerType |
period | date | Search by period Task is/was underway | Task.executionPeriod |
priority | token | Search by task priority | Task.priority |
requester | reference | Search by task requester | Task.requester |
status | token | Search by task status | Task.status |
subject | reference | Search by subject | Task.for |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see Task.