This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Defining URL: | http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task |
Version: | 1.0.0-ballot |
Name: | PatientCorrectionTask |
Title: | Patient Correction Task |
Status: | Active as of 2022-03-29 04:29:26+0000 |
Definition: | Represents the process of reviewing the patient’s request for correction or the patient’s request to log a disagreement to a prior request for correction decision. This Task is spawned by the Fulfiller as a result of a post of a Communication resource that indicates a new request for correction or a new logging of a disagreement. |
Publisher: | HL7 International - Patient Empowerment Workgroup |
Source Resource: | XML / JSON / Turtle |
The official URL for this profile is:
http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task
This is the profile for the Patient Correction Task, which is used to summarize the Fulfiller process to support either a patient’s request for correction to their medical record or their logging of a disagreement to a correction denial. A Requester can query the Patient Correction Task (or request notifications) to understand the current state and history of the process for carrying out the request on the Fulfiller side. It can determine the type of process (Request for Correction or Log Disagreement), the current state of the process, timing information about the process (when did it start, when did it move through states, when did it complete), who made the original request on behalf of the Patient, and who owns the process on the Fulfiller side. This profile sets minimum expectations for the Task resource to support this workflow. It is expected to be used in conjunction with the Patient Correction Communication profile.
The following data-elements must always be present (Mandatory) definition]) or must be supported if the data is present (Must Support) definition). They are presented below in a simple human-readable explanation. Profile specific guidance is provided as well. The Formal Profile Definition below provides the formal summary, definitions, and terminology requirements. Refer to the Examples section of the guide for example resources provided in the context of an example workflow.
Each implementation of PatientCorrectionTask must provide:
id
: An idstatus
: status combined with businessStatus provide the state of the processbusinessStatus
: status combined with businessStatus provide the state of the processintent
: fixed to “order”code
: indicates whether it’s a “Request Correction” or “Log Disagreement” processfor
: the patient whose record is to be correctedrequestor
: the person who asked for the correction on behalf of the patient in Task.for.authoredOn
: date/time when the request was received on the Fulfiller sidelastModified
: date/time of last update to the process.input
: points to the Communication resource containing the original patient correction or log disagreement request.output
: points to the Communication resource containing the resolution of the request (for example, the completed amendment report)reasonReference
: if the Task represents a disagreement, points to the Task containing the original request for correction process.Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Task
This structure is derived from Task
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Task | 0..* | Task | A task to be performed | |
identifier | S | 0..* | Identifier | A business identifier for the correction process. |
basedOn | 0..0 | |||
partOf | 0..0 | |||
status | S | 1..1 | code | The current status of the Correction Request or Log Disagreement process. The status, in conjunction with the business status, can be used to determine the state of the process. Binding: TaskStatus (required) |
statusReason | 0..1 | CodeableConcept | The reason for the correction request status. Codes to identify the reason for current status. These will typically be specific to a particular workflow. | |
businessStatus | S | 0..1 | CodeableConcept | The business status of the request for correction process or the log disagreement process. The domain-specific business-contextual sub-state of the task. For example: Waiting on additional information from requester, waiting on additional information from fulfiller (could be a specific party on the fulfiller side), more time needed to review request, an amendment will be made to the record, an amendment has been made to the record, current record determined accurate and will not be amended, a partial amendment will be made to the record, a partial amendment has been made to the record, disagreement has been reviewed and attached to the record, disagreement has been rebutted. Binding: PatientCorrectionBusinessStatusVS (required) |
intent | 1..1 | code | unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option Fixed Value: order | |
code | S | 1..1 | CodeableConcept | Code and code.text to represent patient correction, or Code and code.text to represent a disagreement. Binding: PatientCorrectionTaskTypesVS (required) |
for | S | 1..1 | Reference(Patient) | The patient whose record this correction references. If request received through Communication resource, must be populated with the value of Communication.subject from the original request for correction Communication resource or log disagreement Communication resource. |
encounter | 0..0 | |||
executionPeriod | 0..1 | Period | ExecutionPeriod.end can be used by the Fulfiller to represent when the request is completed. | |
authoredOn | S | 1..1 | dateTime | The date/time that the original request was received by the Fulfiller, kicking off the request for correction or log disagreement process. If the request was received within the payload of a Communication resource, it should match Communication.sent from the original request Communication resource. |
lastModified | S | 0..1 | dateTime | Indicates the most recent modification date/time on the correction process – usually would change in conjunction with a status or businessStatus change. Useful when doing historical version searches as well. lastModified when status = completed gives the process completion date/time. |
requester | S | 0..1 | Reference(Patient | RelatedPerson) | The entity that is requesting the correction or logging the disagreement such as the patient themselves or their caregiver. |
owner | S | 0..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService) | The entity that is responsibility for fulfilling the request. Initially, this could be populated from Communication.recipient on the Communication resource of the initial request. TheFulfiller can then refine to a specific individual, group, role, or department. For example, a medical records staff person. |
reasonCode | 0..1 | CodeableConcept | Why task is needed. E.g. Need record correct prior to upcoming surgery. | |
reasonReference | I | 0..1 | Reference(Patient Correction Task) | Used on Log Disagreement Task to point to the original Request for Correction Task. task-reasonreference: If Task.code indicates this is a Disagreement Task, this field SHALL reference the original Request for Correction Communication. |
note | 0..* | Annotation | Comments made about the task | |
restriction | 0..0 | |||
input | I | 0..* | BackboneElement | Information used to perform task task-input: Task.input SHALL only be populated or updated by the CorrectionRequestor. |
id | 0..0 | |||
extension | 0..0 | |||
modifierExtension | 0..0 | |||
type | 1..1 | CodeableConcept | Label for input Binding: PatientCorrectionCommunicationTypesVS (required) | |
value[x] | 1..1 | Content to use in performing the task | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
output | I | 0..* | BackboneElement | Formal Response from Fulfiller to the Correction Request or to the Disagreement to Correction Denial. task-output1: Task.output SHALL only be populated or updated by the CorrectionFulfiller. task-output2: If Task.code indicates this is a Request for Correction Task, this field SHALL contain the formal response to the request (acceptance, denial, partial acceptance/denial). task-output3: If Task.code indicates this is a Disagreement Task, this field SHALL contain the formal response to the disagreement and optionally a rebuttal. |
id | 0..0 | |||
extension | 0..0 | |||
modifierExtension | 0..0 | |||
type | 1..1 | CodeableConcept | Label for output Binding: PatientCorrectionOutputTypesVS (required) | |
value[x] | 1..1 | Result of output | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Task | I | 0..* | Task | A task to be performed |
id | Σ | 0..1 | string | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages: A human language. | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | S | 0..* | Identifier | A business identifier for the correction process. |
instantiatesCanonical | Σ | 0..1 | canonical(ActivityDefinition) | Formal definition of task |
instantiatesUri | Σ | 0..1 | uri | Formal definition of task |
groupIdentifier | Σ | 0..1 | Identifier | Requisition or grouper id |
status | ?!SΣ | 1..1 | code | The current status of the Correction Request or Log Disagreement process. The status, in conjunction with the business status, can be used to determine the state of the process. Binding: TaskStatus (required) |
statusReason | Σ | 0..1 | CodeableConcept | The reason for the correction request status. Codes to identify the reason for current status. These will typically be specific to a particular workflow. Binding: (unbound) (example): Codes to identify the reason for current status. These will typically be specific to a particular workflow. |
businessStatus | SΣ | 0..1 | CodeableConcept | The business status of the request for correction process or the log disagreement process. The domain-specific business-contextual sub-state of the task. For example: Waiting on additional information from requester, waiting on additional information from fulfiller (could be a specific party on the fulfiller side), more time needed to review request, an amendment will be made to the record, an amendment has been made to the record, current record determined accurate and will not be amended, a partial amendment will be made to the record, a partial amendment has been made to the record, disagreement has been reviewed and attached to the record, disagreement has been rebutted. Binding: PatientCorrectionBusinessStatusVS (required) |
intent | Σ | 1..1 | code | unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option Binding: TaskIntent (required): Distinguishes whether the task is a proposal, plan or full order. Fixed Value: order |
priority | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): The task's priority. | |
code | SΣ | 1..1 | CodeableConcept | Code and code.text to represent patient correction, or Code and code.text to represent a disagreement. Binding: PatientCorrectionTaskTypesVS (required) |
description | Σ | 0..1 | string | Human-readable explanation of task |
focus | Σ | 0..1 | Reference(Resource) | What task is acting on |
for | SΣ | 1..1 | Reference(Patient) | The patient whose record this correction references. If request received through Communication resource, must be populated with the value of Communication.subject from the original request for correction Communication resource or log disagreement Communication resource. |
executionPeriod | Σ | 0..1 | Period | ExecutionPeriod.end can be used by the Fulfiller to represent when the request is completed. |
authoredOn | SI | 1..1 | dateTime | The date/time that the original request was received by the Fulfiller, kicking off the request for correction or log disagreement process. If the request was received within the payload of a Communication resource, it should match Communication.sent from the original request Communication resource. |
lastModified | SΣI | 0..1 | dateTime | Indicates the most recent modification date/time on the correction process – usually would change in conjunction with a status or businessStatus change. Useful when doing historical version searches as well. lastModified when status = completed gives the process completion date/time. |
requester | SΣ | 0..1 | Reference(Patient | RelatedPerson) | The entity that is requesting the correction or logging the disagreement such as the patient themselves or their caregiver. |
performerType | 0..* | CodeableConcept | Requested performer Binding: ProcedurePerformerRoleCodes (preferred): The type(s) of task performers allowed. | |
owner | SΣ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService) | The entity that is responsibility for fulfilling the request. Initially, this could be populated from Communication.recipient on the Communication resource of the initial request. TheFulfiller can then refine to a specific individual, group, role, or department. For example, a medical records staff person. |
location | Σ | 0..1 | Reference(Location) | Where task occurs |
reasonCode | 0..1 | CodeableConcept | Why task is needed. E.g. Need record correct prior to upcoming surgery. Binding: (unbound) (example): Indicates why the task is needed. E.g. Suspended because patient admitted to hospital. | |
reasonReference | I | 0..1 | Reference(Patient Correction Task) | Used on Log Disagreement Task to point to the original Request for Correction Task. task-reasonreference: If Task.code indicates this is a Disagreement Task, this field SHALL reference the original Request for Correction Communication. |
insurance | 0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |
note | 0..* | Annotation | Comments made about the task | |
relevantHistory | 0..* | Reference(Provenance) | Key events in history of the Task | |
input | I | 0..* | BackboneElement | Information used to perform task task-input: Task.input SHALL only be populated or updated by the CorrectionRequestor. |
type | 1..1 | CodeableConcept | Label for input Binding: PatientCorrectionCommunicationTypesVS (required) | |
value[x] | 1..1 | Content to use in performing the task | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
output | I | 0..* | BackboneElement | Formal Response from Fulfiller to the Correction Request or to the Disagreement to Correction Denial. task-output1: Task.output SHALL only be populated or updated by the CorrectionFulfiller. task-output2: If Task.code indicates this is a Request for Correction Task, this field SHALL contain the formal response to the request (acceptance, denial, partial acceptance/denial). task-output3: If Task.code indicates this is a Disagreement Task, this field SHALL contain the formal response to the disagreement and optionally a rebuttal. |
type | 1..1 | CodeableConcept | Label for output Binding: PatientCorrectionOutputTypesVS (required) | |
value[x] | 1..1 | Result of output | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Task | I | 0..* | Task | A task to be performed |
identifier | 0..* | Identifier | A business identifier for the correction process. | |
status | ?!Σ | 1..1 | code | The current status of the Correction Request or Log Disagreement process. The status, in conjunction with the business status, can be used to determine the state of the process. Binding: TaskStatus (required) |
businessStatus | Σ | 0..1 | CodeableConcept | The business status of the request for correction process or the log disagreement process. The domain-specific business-contextual sub-state of the task. For example: Waiting on additional information from requester, waiting on additional information from fulfiller (could be a specific party on the fulfiller side), more time needed to review request, an amendment will be made to the record, an amendment has been made to the record, current record determined accurate and will not be amended, a partial amendment will be made to the record, a partial amendment has been made to the record, disagreement has been reviewed and attached to the record, disagreement has been rebutted. Binding: PatientCorrectionBusinessStatusVS (required) |
code | Σ | 1..1 | CodeableConcept | Code and code.text to represent patient correction, or Code and code.text to represent a disagreement. Binding: PatientCorrectionTaskTypesVS (required) |
for | Σ | 1..1 | Reference(Patient) | The patient whose record this correction references. If request received through Communication resource, must be populated with the value of Communication.subject from the original request for correction Communication resource or log disagreement Communication resource. |
authoredOn | I | 1..1 | dateTime | The date/time that the original request was received by the Fulfiller, kicking off the request for correction or log disagreement process. If the request was received within the payload of a Communication resource, it should match Communication.sent from the original request Communication resource. |
lastModified | ΣI | 0..1 | dateTime | Indicates the most recent modification date/time on the correction process – usually would change in conjunction with a status or businessStatus change. Useful when doing historical version searches as well. lastModified when status = completed gives the process completion date/time. |
requester | Σ | 0..1 | Reference(Patient | RelatedPerson) | The entity that is requesting the correction or logging the disagreement such as the patient themselves or their caregiver. |
owner | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService) | The entity that is responsibility for fulfilling the request. Initially, this could be populated from Communication.recipient on the Communication resource of the initial request. TheFulfiller can then refine to a specific individual, group, role, or department. For example, a medical records staff person. |
Documentation for this format |
This structure is derived from Task
Differential View
This structure is derived from Task
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Task | 0..* | Task | A task to be performed | |
identifier | S | 0..* | Identifier | A business identifier for the correction process. |
basedOn | 0..0 | |||
partOf | 0..0 | |||
status | S | 1..1 | code | The current status of the Correction Request or Log Disagreement process. The status, in conjunction with the business status, can be used to determine the state of the process. Binding: TaskStatus (required) |
statusReason | 0..1 | CodeableConcept | The reason for the correction request status. Codes to identify the reason for current status. These will typically be specific to a particular workflow. | |
businessStatus | S | 0..1 | CodeableConcept | The business status of the request for correction process or the log disagreement process. The domain-specific business-contextual sub-state of the task. For example: Waiting on additional information from requester, waiting on additional information from fulfiller (could be a specific party on the fulfiller side), more time needed to review request, an amendment will be made to the record, an amendment has been made to the record, current record determined accurate and will not be amended, a partial amendment will be made to the record, a partial amendment has been made to the record, disagreement has been reviewed and attached to the record, disagreement has been rebutted. Binding: PatientCorrectionBusinessStatusVS (required) |
intent | 1..1 | code | unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option Fixed Value: order | |
code | S | 1..1 | CodeableConcept | Code and code.text to represent patient correction, or Code and code.text to represent a disagreement. Binding: PatientCorrectionTaskTypesVS (required) |
for | S | 1..1 | Reference(Patient) | The patient whose record this correction references. If request received through Communication resource, must be populated with the value of Communication.subject from the original request for correction Communication resource or log disagreement Communication resource. |
encounter | 0..0 | |||
executionPeriod | 0..1 | Period | ExecutionPeriod.end can be used by the Fulfiller to represent when the request is completed. | |
authoredOn | S | 1..1 | dateTime | The date/time that the original request was received by the Fulfiller, kicking off the request for correction or log disagreement process. If the request was received within the payload of a Communication resource, it should match Communication.sent from the original request Communication resource. |
lastModified | S | 0..1 | dateTime | Indicates the most recent modification date/time on the correction process – usually would change in conjunction with a status or businessStatus change. Useful when doing historical version searches as well. lastModified when status = completed gives the process completion date/time. |
requester | S | 0..1 | Reference(Patient | RelatedPerson) | The entity that is requesting the correction or logging the disagreement such as the patient themselves or their caregiver. |
owner | S | 0..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService) | The entity that is responsibility for fulfilling the request. Initially, this could be populated from Communication.recipient on the Communication resource of the initial request. TheFulfiller can then refine to a specific individual, group, role, or department. For example, a medical records staff person. |
reasonCode | 0..1 | CodeableConcept | Why task is needed. E.g. Need record correct prior to upcoming surgery. | |
reasonReference | I | 0..1 | Reference(Patient Correction Task) | Used on Log Disagreement Task to point to the original Request for Correction Task. task-reasonreference: If Task.code indicates this is a Disagreement Task, this field SHALL reference the original Request for Correction Communication. |
note | 0..* | Annotation | Comments made about the task | |
restriction | 0..0 | |||
input | I | 0..* | BackboneElement | Information used to perform task task-input: Task.input SHALL only be populated or updated by the CorrectionRequestor. |
id | 0..0 | |||
extension | 0..0 | |||
modifierExtension | 0..0 | |||
type | 1..1 | CodeableConcept | Label for input Binding: PatientCorrectionCommunicationTypesVS (required) | |
value[x] | 1..1 | Content to use in performing the task | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
output | I | 0..* | BackboneElement | Formal Response from Fulfiller to the Correction Request or to the Disagreement to Correction Denial. task-output1: Task.output SHALL only be populated or updated by the CorrectionFulfiller. task-output2: If Task.code indicates this is a Request for Correction Task, this field SHALL contain the formal response to the request (acceptance, denial, partial acceptance/denial). task-output3: If Task.code indicates this is a Disagreement Task, this field SHALL contain the formal response to the disagreement and optionally a rebuttal. |
id | 0..0 | |||
extension | 0..0 | |||
modifierExtension | 0..0 | |||
type | 1..1 | CodeableConcept | Label for output Binding: PatientCorrectionOutputTypesVS (required) | |
value[x] | 1..1 | Result of output | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Task | I | 0..* | Task | A task to be performed |
id | Σ | 0..1 | string | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages: A human language. | |
text | 0..1 | Narrative | Text summary of the resource, for human interpretation | |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | S | 0..* | Identifier | A business identifier for the correction process. |
instantiatesCanonical | Σ | 0..1 | canonical(ActivityDefinition) | Formal definition of task |
instantiatesUri | Σ | 0..1 | uri | Formal definition of task |
groupIdentifier | Σ | 0..1 | Identifier | Requisition or grouper id |
status | ?!SΣ | 1..1 | code | The current status of the Correction Request or Log Disagreement process. The status, in conjunction with the business status, can be used to determine the state of the process. Binding: TaskStatus (required) |
statusReason | Σ | 0..1 | CodeableConcept | The reason for the correction request status. Codes to identify the reason for current status. These will typically be specific to a particular workflow. Binding: (unbound) (example): Codes to identify the reason for current status. These will typically be specific to a particular workflow. |
businessStatus | SΣ | 0..1 | CodeableConcept | The business status of the request for correction process or the log disagreement process. The domain-specific business-contextual sub-state of the task. For example: Waiting on additional information from requester, waiting on additional information from fulfiller (could be a specific party on the fulfiller side), more time needed to review request, an amendment will be made to the record, an amendment has been made to the record, current record determined accurate and will not be amended, a partial amendment will be made to the record, a partial amendment has been made to the record, disagreement has been reviewed and attached to the record, disagreement has been rebutted. Binding: PatientCorrectionBusinessStatusVS (required) |
intent | Σ | 1..1 | code | unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option Binding: TaskIntent (required): Distinguishes whether the task is a proposal, plan or full order. Fixed Value: order |
priority | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): The task's priority. | |
code | SΣ | 1..1 | CodeableConcept | Code and code.text to represent patient correction, or Code and code.text to represent a disagreement. Binding: PatientCorrectionTaskTypesVS (required) |
description | Σ | 0..1 | string | Human-readable explanation of task |
focus | Σ | 0..1 | Reference(Resource) | What task is acting on |
for | SΣ | 1..1 | Reference(Patient) | The patient whose record this correction references. If request received through Communication resource, must be populated with the value of Communication.subject from the original request for correction Communication resource or log disagreement Communication resource. |
executionPeriod | Σ | 0..1 | Period | ExecutionPeriod.end can be used by the Fulfiller to represent when the request is completed. |
authoredOn | SI | 1..1 | dateTime | The date/time that the original request was received by the Fulfiller, kicking off the request for correction or log disagreement process. If the request was received within the payload of a Communication resource, it should match Communication.sent from the original request Communication resource. |
lastModified | SΣI | 0..1 | dateTime | Indicates the most recent modification date/time on the correction process – usually would change in conjunction with a status or businessStatus change. Useful when doing historical version searches as well. lastModified when status = completed gives the process completion date/time. |
requester | SΣ | 0..1 | Reference(Patient | RelatedPerson) | The entity that is requesting the correction or logging the disagreement such as the patient themselves or their caregiver. |
performerType | 0..* | CodeableConcept | Requested performer Binding: ProcedurePerformerRoleCodes (preferred): The type(s) of task performers allowed. | |
owner | SΣ | 0..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService) | The entity that is responsibility for fulfilling the request. Initially, this could be populated from Communication.recipient on the Communication resource of the initial request. TheFulfiller can then refine to a specific individual, group, role, or department. For example, a medical records staff person. |
location | Σ | 0..1 | Reference(Location) | Where task occurs |
reasonCode | 0..1 | CodeableConcept | Why task is needed. E.g. Need record correct prior to upcoming surgery. Binding: (unbound) (example): Indicates why the task is needed. E.g. Suspended because patient admitted to hospital. | |
reasonReference | I | 0..1 | Reference(Patient Correction Task) | Used on Log Disagreement Task to point to the original Request for Correction Task. task-reasonreference: If Task.code indicates this is a Disagreement Task, this field SHALL reference the original Request for Correction Communication. |
insurance | 0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |
note | 0..* | Annotation | Comments made about the task | |
relevantHistory | 0..* | Reference(Provenance) | Key events in history of the Task | |
input | I | 0..* | BackboneElement | Information used to perform task task-input: Task.input SHALL only be populated or updated by the CorrectionRequestor. |
type | 1..1 | CodeableConcept | Label for input Binding: PatientCorrectionCommunicationTypesVS (required) | |
value[x] | 1..1 | Content to use in performing the task | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
output | I | 0..* | BackboneElement | Formal Response from Fulfiller to the Correction Request or to the Disagreement to Correction Denial. task-output1: Task.output SHALL only be populated or updated by the CorrectionFulfiller. task-output2: If Task.code indicates this is a Request for Correction Task, this field SHALL contain the formal response to the request (acceptance, denial, partial acceptance/denial). task-output3: If Task.code indicates this is a Disagreement Task, this field SHALL contain the formal response to the disagreement and optionally a rebuttal. |
type | 1..1 | CodeableConcept | Label for output Binding: PatientCorrectionOutputTypesVS (required) | |
value[x] | 1..1 | Result of output | ||
valueString | string | |||
valueAttachment | Attachment | |||
valueReference | Reference(Patient Correction Communication) | |||
Documentation for this format |
Other representations of profile: CSV, Excel, Schematron
Path | Conformance | ValueSet / Code |
Task.language | preferred | CommonLanguages Max Binding: AllLanguages |
Task.status | required | TaskStatus |
Task.statusReason | example | |
Task.businessStatus | required | PatientCorrectionBusinessStatusVS |
Task.intent | required | Fixed Value: order |
Task.priority | required | RequestPriority |
Task.code | required | PatientCorrectionTaskTypesVS |
Task.performerType | preferred | ProcedurePerformerRoleCodes |
Task.reasonCode | example | |
Task.input.type | required | PatientCorrectionCommunicationTypesVS |
Task.output.type | required | PatientCorrectionOutputTypesVS |
Id | Grade | Path | Details | Requirements |
task-reasonreference | error | Task.reasonReference | If Task.code indicates this is a Disagreement Task, this field SHALL reference the original Request for Correction Communication. : true | |
task-input | error | Task.input | Task.input SHALL only be populated or updated by the CorrectionRequestor. : true | |
task-output1 | error | Task.output | Task.output SHALL only be populated or updated by the CorrectionFulfiller. : true | |
task-output2 | error | Task.output | If Task.code indicates this is a Request for Correction Task, this field SHALL contain the formal response to the request (acceptance, denial, partial acceptance/denial). : true | |
task-output3 | error | Task.output | If Task.code indicates this is a Disagreement Task, this field SHALL contain the formal response to the disagreement and optionally a rebuttal. : true |