QICoreTask

A task to be performed.

= Must Support, = Is Modifier, = QiCore defined extension

FieldCard.TypeDescription
identifier1..*List<Identifier>The business identifier for this task.
instantiatesCanonical0..1canonicalThe URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.
instantiatesUri0..1StringThe URL pointing to an *externally* maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.
basedOn0..*List<Resource>BasedOn refers to a higher-level authorization that triggered the creation of the task. It references a "request" resource such as a ServiceRequest, MedicationRequest, ServiceRequest, CarePlan, etc. which is distinct from the "request" resource the task is seeking to fulfill. This latter resource is referenced by FocusOn. For example, based on a ServiceRequest (= BasedOn), a task is created to fulfill a procedureRequest ( = FocusOn ) to collect a specimen from a patient.
groupIdentifier0..1IdentifierAn identifier that links together multiple tasks and other requests that were created in the same context.
partOf0..*List<QICoreTask>Task that this particular task is part of.
status1..1StringThe current status of the task.
Binding: The current status of the task. (required)
statusReason0..1ConceptAn explanation as to why this task is held, failed, was refused, etc.
businessStatus0..1ConceptContains business-specific nuances of the business state.
intent1..1StringIndicates the "level" of actionability associated with the Task, i.e. i+R[9]Cs this a proposed task, a planned task, an actionable task, etc.
Binding: Distinguishes whether the task is a proposal, plan or full order. (required)
priority1..1StringIndicates how quickly the Task should be addressed with respect to other requests.
Binding: The task's priority. (required)
code1..1ConceptA name or code (or both) briefly describing what the task involves.
Binding: Codes to identify what the task involves. These will typically be specific to a particular workflow. (example)
description0..1StringA free-text description of what is to be performed.
focus0..1ResourceThe request being actioned or the resource being manipulated by this task.
for0..1ResourceThe entity who benefits from the performance of the service specified in the task (e.g., the patient).
encounter0..1QICoreEncounterThe healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.
executionPeriod1..1Interval<DateTime>Identifies the time action was first taken against the task (start) and/or the time final action was taken against the task prior to marking it as completed (end).
authoredOn0..1DateTimeThe date and time this task was created.
lastModified0..1DateTimeThe date and time of last modification to this task.
requester0..1QICoreDevice | QICoreOrganization | QICorePatient | QICorePractitioner | QICorePractitionerRole | QICoreRelatedPersonThe creator of the task.
performerType0..*List<Concept>The kind of participant that should perform the task.
Binding: The type(s) of task performers allowed. (preferred)
owner0..1QICorePractitioner | QICorePractitionerRole | QICoreOrganization | QICoreCareTeam | HealthcareService | QICorePatient | QICoreDevice | QICoreRelatedPersonIndividual organization or Device currently responsible for task execution.
location0..1QICoreLocationPrincipal physical location where the this task is performed.
reasonCode0..1ConceptA description or code indicating why this task needs to be performed.
reasonReference0..1ResourceA resource reference indicating why this task needs to be performed.
insurance0..*List<QICoreCoverage | ClaimResponse>Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task.
note0..*List<Annotation>Free-text information captured about the task as it progresses.
relevantHistory0..*List<Provenance>Links to Provenance records for past versions of this Task that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the task.
restriction0..1restrictionIf the Task.focus is a request resource and the task is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.
input0..*List<input>Additional information that may be needed in the execution of the task.
output0..*List<output>Outputs produced by the Task.