{
"description": "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.",
"_filename": "StructureDefinition-patient-correction-task.json",
"package_name": "hl7.fhir.uv.patient-corrections",
"date": "2025-07-10T15:50:53+00:00",
"derivation": "constraint",
"publisher": "HL7 International / Patient Empowerment",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"name": "PatientCorrectionTask",
"mapping": [ {
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern",
"identity": "workflow"
}, {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping",
"identity": "w5"
}, {
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping",
"identity": "v2"
} ],
"abstract": false,
"type": "Task",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Patient Correction Task",
"package_version": "1.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pe"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections"
} ]
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections"
} ]
}
} ],
"snapshot": {
"element": [ {
"constraint": [ {
"key": "dom-2",
"human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"xpath": "not(parent::f:contained and f:contained)",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.contained.empty()"
}, {
"key": "dom-3",
"human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
"xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()"
}, {
"key": "dom-4",
"human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
}, {
"key": "dom-5",
"human": "If a resource is contained in another resource, it SHALL NOT have a security label",
"xpath": "not(exists(f:contained/*/f:meta/f:security))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "error",
"expression": "contained.meta.security.empty()"
}, {
"key": "dom-6",
"human": "A resource should have narrative for robust management",
"xpath": "exists(f:text/h:div)",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
"severity": "warning",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
"valueBoolean": true
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
"valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
} ],
"expression": "text.`div`.exists()"
}, {
"key": "inv-1",
"human": "Last modified date must be greater than or equal to authored-on date.",
"xpath": "not(exists(f:lastModified/@value)) or not(exists(f:authoredOn/@value)) or f:lastModified/@value >= f:authoredOn/@value",
"source": "http://hl7.org/fhir/StructureDefinition/Task",
"severity": "error",
"expression": "lastModified.exists().not() or authoredOn.exists().not() or lastModified >= authoredOn"
}, {
"key": "task-reasonreference",
"human": "If this is a Disagreement Task, there SHALL be a reference to the original Request for Correction Communication.",
"source": "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task",
"severity": "error",
"expression": "Task.code.coding.exists(code = 'medRecCxDenialDisagree' and system = 'http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes') implies Task.reasonReference.exists()"
}, {
"key": "task-output2",
"human": "If this is a completed Request for Correction Task, there SHALL be a formal response to the request (acceptance, denial, partial acceptance/denial).",
"source": "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task",
"severity": "error",
"expression": "(Task.code.coding.exists(code = 'medRecCxReq' and system = 'http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes') and Task.status = 'completed') implies Task.output.type.coding.exists(code = 'medRecCxReqResolution' and system = 'http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionOutputTypes')"
} ],
"path": "Task",
"min": 0,
"definition": "A task to be performed.",
"isModifier": false,
"short": "A task to be performed",
"mapping": [ {
"map": "Entity. Role, or Act",
"identity": "rim"
}, {
"map": "Request, Event",
"identity": "workflow"
}, {
"map": "ControlAct[moodCode=INT]",
"identity": "rim"
} ],
"max": "*",
"id": "Task",
"base": {
"max": "*",
"min": 0,
"path": "Task"
},
"isSummary": false
}, {
"path": "Task.id",
"min": 0,
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"isModifier": false,
"short": "Logical id of this artifact",
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "id"
} ]
} ],
"max": "1",
"id": "Task.id",
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.id"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.meta",
"min": 0,
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
"isModifier": false,
"short": "Metadata about the resource",
"type": [ {
"code": "Meta"
} ],
"max": "1",
"id": "Task.meta",
"base": {
"max": "1",
"min": 0,
"path": "Resource.meta"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.implicitRules",
"min": 0,
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
"isModifier": true,
"short": "A set of rules under which this content was created",
"type": [ {
"code": "uri"
} ],
"max": "1",
"id": "Task.implicitRules",
"comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.implicitRules"
},
"isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.language",
"min": 0,
"definition": "The base language in which the resource is written.",
"isModifier": false,
"short": "Language of the resource content",
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "preferred",
"valueSet": "http://hl7.org/fhir/ValueSet/languages",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
} ],
"description": "A human language."
},
"max": "1",
"id": "Task.language",
"comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"base": {
"max": "1",
"min": 0,
"path": "Resource.language"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.text",
"min": 0,
"definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"isModifier": false,
"short": "Text summary of the resource, for human interpretation",
"mapping": [ {
"map": "Act.text?",
"identity": "rim"
} ],
"type": [ {
"code": "Narrative"
} ],
"alias": [ "narrative", "html", "xhtml", "display" ],
"max": "1",
"id": "Task.text",
"comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
"base": {
"max": "1",
"min": 0,
"path": "DomainResource.text"
},
"isSummary": false
}, {
"path": "Task.contained",
"min": 0,
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"isModifier": false,
"short": "Contained, inline Resources",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Resource"
} ],
"alias": [ "inline resources", "anonymous resources", "contained resources" ],
"max": "*",
"id": "Task.contained",
"comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.contained"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"isModifier": false,
"short": "Additional content defined by implementations",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Task.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.modifierExtension",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Task.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.modifierExtension"
},
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.identifier",
"min": 0,
"definition": "The business identifier for this task.",
"isModifier": false,
"short": "A business identifier for the correction process.",
"mapping": [ {
"map": "Request.identifier, Event.identifier",
"identity": "workflow"
}, {
"map": "FiveWs.identifier",
"identity": "w5"
}, {
"map": ".id",
"identity": "rim"
} ],
"type": [ {
"code": "Identifier"
} ],
"mustSupport": true,
"max": "*",
"id": "Task.identifier",
"base": {
"max": "*",
"min": 0,
"path": "Task.identifier"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.instantiatesCanonical",
"requirements": "Enables a formal definition of how he task is to be performed, enabling automation.",
"min": 0,
"definition": "The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.",
"isModifier": false,
"short": "Formal definition of task",
"mapping": [ {
"map": "Request.instantiatesCanonical, Event.instantiatesCanonical",
"identity": "workflow"
}, {
"map": ".outboundRelationship[typeCode=DEFN].target",
"identity": "rim"
} ],
"type": [ {
"code": "canonical",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" ]
} ],
"max": "1",
"id": "Task.instantiatesCanonical",
"base": {
"max": "1",
"min": 0,
"path": "Task.instantiatesCanonical"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.instantiatesUri",
"requirements": "Enables a formal definition of how he task is to be performed (e.g. using BPMN, BPEL, XPDL or other formal notation to be associated with a task), enabling automation.",
"min": 0,
"definition": "The URL pointing to an *externally* maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.",
"isModifier": false,
"short": "Formal definition of task",
"mapping": [ {
"map": "Event.instantiatesUrl",
"identity": "workflow"
}, {
"map": ".outboundRelationship[typeCode=DEFN].target",
"identity": "rim"
} ],
"type": [ {
"code": "uri"
} ],
"max": "1",
"id": "Task.instantiatesUri",
"base": {
"max": "1",
"min": 0,
"path": "Task.instantiatesUri"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.basedOn",
"min": 0,
"definition": "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.",
"isModifier": false,
"short": "Request fulfilled by this task",
"mapping": [ {
"map": "Request.basedOn, Event.basedOn",
"identity": "workflow"
}, {
"map": ".outboundRelationship[typeCode=FLFS].target[moodCode=INT]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ]
} ],
"max": "0",
"id": "Task.basedOn",
"base": {
"max": "*",
"min": 0,
"path": "Task.basedOn"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.groupIdentifier",
"requirements": "Billing and/or reporting can be linked to whether multiple requests were created as a single unit.",
"min": 0,
"definition": "An identifier that links together multiple tasks and other requests that were created in the same context.",
"isModifier": false,
"short": "Requisition or grouper id",
"mapping": [ {
"map": "Request.groupIdentifier",
"identity": "workflow"
}, {
"map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT].id",
"identity": "rim"
} ],
"type": [ {
"code": "Identifier"
} ],
"max": "1",
"id": "Task.groupIdentifier",
"base": {
"max": "1",
"min": 0,
"path": "Task.groupIdentifier"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.partOf",
"requirements": "Allows tasks to be broken down into sub-steps (and this division can occur independent of the original task).",
"min": 0,
"definition": "Task that this particular task is part of.",
"isModifier": false,
"short": "Composite task",
"mapping": [ {
"map": "Event.partOf",
"identity": "workflow"
}, {
"map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Task" ]
} ],
"max": "0",
"id": "Task.partOf",
"comment": "This should usually be 0..1.",
"base": {
"max": "*",
"min": 0,
"path": "Task.partOf"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "task-status-allowed",
"human": "The status of the Task SHALL be one of the following: ready, in-progress, cancelled, completed.",
"source": "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task",
"severity": "error",
"expression": "$this in ('ready' | 'in-progress' | 'cancelled' | 'completed')"
} ],
"path": "Task.status",
"requirements": "These states enable coordination of task status with off-the-shelf workflow solutions that support automation of tasks.",
"min": 1,
"definition": "The current status of the task.",
"isModifier": true,
"short": "Current status of a Correction Request or Log Disagreement.",
"mapping": [ {
"map": "Request.status, Event.status",
"identity": "workflow"
}, {
"map": "FiveWs.status",
"identity": "w5"
}, {
"map": ".statusCode",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/task-status"
},
"max": "1",
"id": "Task.status",
"comment": "The current status of the Correction Request or Log Disagreement process. This status together with the business status can be used to determine the state of the process.",
"base": {
"max": "1",
"min": 1,
"path": "Task.status"
},
"isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.statusReason",
"min": 0,
"definition": "An explanation as to why this task is held, failed, was refused, etc.",
"isModifier": false,
"short": "Reason for the correction request status.",
"mapping": [ {
"map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN, code=\"status change\"].reasonCode",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "TaskStatusReason"
} ],
"description": "Codes to identify the reason for current status. These will typically be specific to a particular workflow."
},
"max": "1",
"id": "Task.statusReason",
"comment": "The reason for the correction request status. Codes to identify the reason for current status. These will typically be specific to a particular workflow.",
"base": {
"max": "1",
"min": 0,
"path": "Task.statusReason"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.businessStatus",
"requirements": "There's often a need to track substates of a task - this is often variable by specific workflow implementation.",
"min": 0,
"definition": "Contains business-specific nuances of the business state.",
"isModifier": false,
"short": "Business status of the request for correction process or the log disagreement process.",
"mapping": [ {
"map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"business status\"]",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionBusinessStatusVS"
},
"max": "1",
"id": "Task.businessStatus",
"comment": "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.",
"base": {
"max": "1",
"min": 0,
"path": "Task.businessStatus"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.intent",
"fixedCode": "order",
"min": 1,
"definition": "Indicates 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.",
"isModifier": false,
"short": "Indicates the actionability associated with the Task.",
"mapping": [ {
"map": "Request.intent",
"identity": "workflow"
}, {
"map": "FiveWs.class",
"identity": "w5"
}, {
"map": ".moodCode",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/task-intent|4.0.1",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "TaskIntent"
} ],
"description": "Distinguishes whether the task is a proposal, plan or full order."
},
"max": "1",
"id": "Task.intent",
"comment": "This element is immutable. Proposed tasks, planned tasks, etc. must be distinct instances.\n\nIn most cases, Tasks will have an intent of \"order\".",
"base": {
"max": "1",
"min": 1,
"path": "Task.intent"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.priority",
"requirements": "Used to identify the service level expected while performing a task.",
"min": 0,
"definition": "Indicates how quickly the Task should be addressed with respect to other requests.",
"isModifier": false,
"short": "routine | urgent | asap | stat",
"mapping": [ {
"map": "Request.priority",
"identity": "workflow"
}, {
"map": "FiveWs.grade",
"identity": "w5"
}, {
"map": ".priorityCode",
"identity": "rim"
} ],
"type": [ {
"code": "code"
} ],
"meaningWhenMissing": "If missing, this task should be performed with normal priority",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "TaskPriority"
} ],
"description": "The task's priority."
},
"max": "1",
"id": "Task.priority",
"base": {
"max": "1",
"min": 0,
"path": "Task.priority"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.code",
"min": 1,
"definition": "Either a patient correction or a disagreement.",
"isModifier": false,
"short": "Correction Task type.",
"mapping": [ {
"map": "Request.code, Event.code",
"identity": "workflow"
}, {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": ".code",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionTaskTypesVS"
},
"max": "1",
"id": "Task.code",
"condition": [ "task-reasonreference" ],
"comment": "The title (eg \"My Tasks\", \"Outstanding Tasks for Patient X\") should go into the code.",
"base": {
"max": "1",
"min": 0,
"path": "Task.code"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.description",
"min": 0,
"definition": "A free-text description of what is to be performed.",
"isModifier": false,
"short": "Human-readable explanation of task",
"mapping": [ {
"map": ".text",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"max": "1",
"id": "Task.description",
"base": {
"max": "1",
"min": 0,
"path": "Task.description"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.focus",
"requirements": "Used to identify the thing to be done.",
"min": 0,
"definition": "The request being actioned or the resource being manipulated by this task.",
"isModifier": false,
"short": "What task is acting on",
"mapping": [ {
"map": "FiveWs.what[x]",
"identity": "w5"
}, {
"map": ".outboundRelationship[typeCode=SUBJ].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ]
} ],
"max": "1",
"id": "Task.focus",
"comment": "If multiple resources need to be manipulated, use sub-tasks. (This ensures that status can be tracked independently for each referenced resource.).",
"base": {
"max": "1",
"min": 0,
"path": "Task.focus"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.for",
"requirements": "Used to track tasks outstanding for a beneficiary. Do not use to track the task owner or creator (see owner and creator respectively). This can also affect access control.",
"min": 1,
"definition": "The entity who benefits from the performance of the service specified in the task (e.g., the patient).",
"isModifier": false,
"short": "Patient this correction or disagreement relates to.",
"mapping": [ {
"map": "Request.subject, Event.subject",
"identity": "workflow"
}, {
"map": "FiveWs.subject[x]",
"identity": "w5"
}, {
"map": ".participation[typeCode=RCT].role",
"identity": "rim"
}, {
"map": "FiveWs.subject",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
} ],
"mustSupport": true,
"alias": [ "Patient" ],
"max": "1",
"id": "Task.for",
"comment": "The patient whose record this correction or disagreement references. If this task was created in response to a request received through a Communication resource, this value SHALL be populated with the value of `Communication.subject` from the original request.",
"base": {
"max": "1",
"min": 0,
"path": "Task.for"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.encounter",
"requirements": "For some tasks it may be important to know the link between the encounter the task originated within.",
"min": 0,
"definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.",
"isModifier": false,
"short": "Healthcare event during which this task originated",
"mapping": [ {
"map": "Request.context, Event.context",
"identity": "workflow"
}, {
"map": "FiveWs.context",
"identity": "w5"
}, {
"map": ".inboundRelationship[typeCode=COMP].source[classCode=PCPR, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ]
} ],
"max": "0",
"id": "Task.encounter",
"base": {
"max": "1",
"min": 0,
"path": "Task.encounter"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.executionPeriod",
"min": 0,
"definition": "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).",
"isModifier": false,
"short": "When the request is completed by the Fulfiller.",
"mapping": [ {
"map": "Event.occurrence[x]",
"identity": "workflow"
}, {
"map": "FiveWs.done[x]",
"identity": "w5"
}, {
"map": ".effectiveTime",
"identity": "rim"
} ],
"type": [ {
"code": "Period"
} ],
"max": "1",
"id": "Task.executionPeriod",
"base": {
"max": "1",
"min": 0,
"path": "Task.executionPeriod"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.authoredOn",
"requirements": "Most often used along with lastUpdated to track duration of task to supporting monitoring and management.",
"min": 1,
"definition": "The date and time this task was created.",
"isModifier": false,
"short": "When this Task was created.",
"mapping": [ {
"map": "Request.authoredOn",
"identity": "workflow"
}, {
"map": "FiveWs.recorded",
"identity": "w5"
}, {
"map": ".participation[typeCode=AUT].time",
"identity": "rim"
} ],
"type": [ {
"code": "dateTime"
} ],
"mustSupport": true,
"alias": [ "Created Date" ],
"max": "1",
"id": "Task.authoredOn",
"condition": [ "inv-1" ],
"comment": "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.",
"base": {
"max": "1",
"min": 0,
"path": "Task.authoredOn"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.lastModified",
"requirements": "Used along with history to track task activity and time in a particular task state. This enables monitoring and management.",
"min": 0,
"definition": "The date and time of last modification to this task.",
"isModifier": false,
"short": "When the correction task was last modified.",
"mapping": [ {
"map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=CACT, moodCode=EVN].effectiveTime",
"identity": "rim"
} ],
"type": [ {
"code": "dateTime"
} ],
"mustSupport": true,
"alias": [ "Update Date" ],
"max": "1",
"id": "Task.lastModified",
"condition": [ "inv-1" ],
"comment": "Indicates the most recent modification date/time for the correction process. Usually this will change in conjunction with a status or businessStatus change. When `status = completed`, this element gives the process completion date/time. Note that this element is useful when doing historical version searches.",
"base": {
"max": "1",
"min": 0,
"path": "Task.lastModified"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.requester",
"requirements": "Identifies who created this task. May be used by access control mechanisms (e.g., to ensure that only the creator can cancel a task).",
"min": 0,
"definition": "The entity that is requesting the correction or logging the disagreement, such as a patient or their caregiver.",
"isModifier": false,
"short": "Entity requesting the correction or logging the disagreement.",
"mapping": [ {
"map": "Request.requester",
"identity": "workflow"
}, {
"map": "FiveWs.author",
"identity": "w5"
}, {
"map": ".participation[typeCode=AUT].role",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ]
} ],
"mustSupport": true,
"max": "1",
"id": "Task.requester",
"base": {
"max": "1",
"min": 0,
"path": "Task.requester"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.performerType",
"requirements": "Use to distinguish tasks on different activity queues.",
"min": 0,
"definition": "The kind of participant that should perform the task.",
"isModifier": false,
"short": "Requested performer",
"mapping": [ {
"map": "Event.performer.role, Request.performerType",
"identity": "workflow"
}, {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": ".participation[typeCode=PRF].role.code",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "preferred",
"valueSet": "http://hl7.org/fhir/ValueSet/performer-role",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "TaskPerformerType"
} ],
"description": "The type(s) of task performers allowed."
},
"max": "*",
"id": "Task.performerType",
"base": {
"max": "*",
"min": 0,
"path": "Task.performerType"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.owner",
"requirements": "Identifies who is expected to perform this task.",
"min": 0,
"definition": "Individual organization or Device currently responsible for task execution.",
"isModifier": false,
"short": "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.",
"mapping": [ {
"map": "Event.performer.actor, Request.performer",
"identity": "workflow"
}, {
"map": "FiveWs.actor",
"identity": "w5"
}, {
"map": ".participation[typeCode=PRF].role",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.org/fhir/StructureDefinition/CareTeam", "http://hl7.org/fhir/StructureDefinition/HealthcareService" ]
} ],
"mustSupport": true,
"alias": [ "Performer", "Executer" ],
"max": "1",
"id": "Task.owner",
"comment": "Tasks may be created with an owner not yet identified.",
"base": {
"max": "1",
"min": 0,
"path": "Task.owner"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.location",
"requirements": "Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).",
"min": 0,
"definition": "Principal physical location where the this task is performed.",
"isModifier": false,
"short": "Where task occurs",
"mapping": [ {
"map": "Request.reasonCode, Event.reasonCode",
"identity": "workflow"
}, {
"map": "FiveWs.where[x]",
"identity": "w5"
}, {
"map": ".participation[typeCode=LOC].role",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location" ]
} ],
"max": "1",
"id": "Task.location",
"base": {
"max": "1",
"min": 0,
"path": "Task.location"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.reasonCode",
"min": 0,
"definition": "A description or code indicating why this task needs to be performed.",
"isModifier": false,
"short": "Why task is needed. E.g., need record correct prior to upcoming surgery.",
"mapping": [ {
"map": "Event.location",
"identity": "workflow"
}, {
"map": "FiveWs.why[x]",
"identity": "w5"
}, {
"map": "EVN.7",
"identity": "v2"
}, {
"map": ".reasonCode",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "example",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "TaskReason"
} ],
"description": "Indicates why the task is needed. E.g. Suspended because patient admitted to hospital."
},
"max": "1",
"id": "Task.reasonCode",
"comment": "This should only be included if there is no focus or if it differs from the reason indicated on the focus.",
"base": {
"max": "1",
"min": 0,
"path": "Task.reasonCode"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.reasonReference",
"min": 0,
"definition": "A resource reference indicating why this task needs to be performed.",
"isModifier": false,
"short": "Log Disagreement Task to point to the original Request for Correction Task.",
"mapping": [ {
"map": "Request.reasonReference, Event.reasonReference",
"identity": "workflow"
}, {
"map": "FiveWs.why[x]",
"identity": "w5"
}, {
"map": ".outboundRelationship[typeCode=RSON].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task" ]
} ],
"max": "1",
"id": "Task.reasonReference",
"condition": [ "task-reasonreference" ],
"comment": "Used on Log Disagreement Task to point to the original Request for Correction Task.",
"base": {
"max": "1",
"min": 0,
"path": "Task.reasonReference"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.insurance",
"min": 0,
"definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task.",
"isModifier": false,
"short": "Associated insurance coverage",
"mapping": [ {
"map": "Request.insurance",
"identity": "workflow"
}, {
"map": "IN1/IN2",
"identity": "v2"
}, {
"map": ".outboundRelationship[typeCode=COVBY].target",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Coverage", "http://hl7.org/fhir/StructureDefinition/ClaimResponse" ]
} ],
"max": "*",
"id": "Task.insurance",
"base": {
"max": "*",
"min": 0,
"path": "Task.insurance"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.note",
"min": 0,
"definition": "Free-text information captured about the task as it progresses.",
"isModifier": false,
"short": "Non-actionable notes about this communication.",
"mapping": [ {
"map": "Request.note, Event.note",
"identity": "workflow"
}, {
"map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value(string)",
"identity": "rim"
} ],
"type": [ {
"code": "Annotation"
} ],
"max": "*",
"id": "Task.note",
"comment": "Notes from Requestors SHOULD be placed into additional communications instead of notes, so that Fulfillers review them. This element SHALL NOT contain actionable requests from either Requestors or Fulfillers.",
"base": {
"max": "*",
"min": 0,
"path": "Task.note"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.relevantHistory",
"min": 0,
"definition": "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.",
"isModifier": false,
"short": "Key events in history of the Task",
"mapping": [ {
"map": "Request.relevantHistory",
"identity": "workflow"
}, {
"map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Provenance" ]
} ],
"alias": [ "Status History" ],
"max": "*",
"id": "Task.relevantHistory",
"comment": "This element does not point to the Provenance associated with the *current* version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a _revinclude.",
"base": {
"max": "*",
"min": 0,
"path": "Task.relevantHistory"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.restriction",
"requirements": "Sometimes when fulfillment is sought, you don't want full fulfillment.",
"min": 0,
"definition": "If 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.",
"isModifier": false,
"short": "Constraints on fulfillment tasks",
"mapping": [ {
"map": "Instead of pointing to request, would point to component of request, having these characteristics",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"max": "0",
"id": "Task.restriction",
"base": {
"max": "1",
"min": 0,
"path": "Task.restriction"
},
"isSummary": false
}, {
"path": "Task.restriction.id",
"min": 0,
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"isModifier": false,
"short": "Unique id for inter-element referencing",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Task.restriction.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.restriction.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"isModifier": false,
"short": "Additional content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Task.restriction.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.restriction.modifierExtension",
"requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
"isModifier": true,
"short": "Extensions that cannot be ignored even if unrecognized",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Task.restriction.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.restriction.repetitions",
"requirements": "E.g. order that requests monthly lab tests, fulfillment is sought for 1.",
"min": 0,
"definition": "Indicates the number of times the requested action should occur.",
"isModifier": false,
"short": "How many times to repeat",
"mapping": [ {
"map": ".repeatNumber",
"identity": "rim"
} ],
"type": [ {
"code": "positiveInt"
} ],
"max": "1",
"id": "Task.restriction.repetitions",
"base": {
"max": "1",
"min": 0,
"path": "Task.restriction.repetitions"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.restriction.period",
"requirements": "E.g. order that authorizes 1 year's services. Fulfillment is sought for next 3 months.",
"min": 0,
"definition": "Over what time-period is fulfillment sought.",
"isModifier": false,
"short": "When fulfillment sought",
"mapping": [ {
"map": ".effectiveTime(IVL)",
"identity": "rim"
} ],
"type": [ {
"code": "Period"
} ],
"max": "1",
"id": "Task.restriction.period",
"comment": "Note that period.high is the due date representing the time by which the task should be completed.",
"base": {
"max": "1",
"min": 0,
"path": "Task.restriction.period"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.restriction.recipient",
"min": 0,
"definition": "For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought?",
"isModifier": false,
"short": "For whom is fulfillment sought?",
"mapping": [ {
"map": ".participation[typeCode=SBJ].role",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Group", "http://hl7.org/fhir/StructureDefinition/Organization" ]
} ],
"max": "*",
"id": "Task.restriction.recipient",
"base": {
"max": "*",
"min": 0,
"path": "Task.restriction.recipient"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.input",
"requirements": "Resources and data used to perform the task. This data is used in the business logic of task execution, and is stored separately because it varies between workflows.",
"min": 0,
"definition": "Additional information that may be needed in the execution of the task.",
"isModifier": false,
"short": "Information used to perform task",
"mapping": [ {
"map": "???",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"alias": [ "Supporting Information" ],
"max": "*",
"id": "Task.input",
"base": {
"max": "*",
"min": 0,
"path": "Task.input"
},
"isSummary": false
}, {
"path": "Task.input.id",
"min": 0,
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"isModifier": false,
"short": "Unique id for inter-element referencing",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "0",
"id": "Task.input.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.input.extension",
"min": 0,
"definition": "An Extension",
"isModifier": false,
"short": "Extension",
"type": [ {
"code": "Extension"
} ],
"max": "0",
"id": "Task.input.extension",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.input.modifierExtension",
"min": 0,
"definition": "An Extension",
"isModifier": true,
"short": "Extension",
"type": [ {
"code": "Extension"
} ],
"max": "0",
"id": "Task.input.modifierExtension",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.input.type",
"requirements": "Inputs are named to enable task automation to bind data and pass it from one task to the next.",
"min": 1,
"definition": "A code or description indicating how the input is intended to be used as part of the task execution.",
"isModifier": false,
"short": "Label for input",
"mapping": [ {
"map": "???",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionCommunicationTypesVS"
},
"alias": [ "Name" ],
"max": "1",
"id": "Task.input.type",
"comment": "If referencing a BPMN workflow or Protocol, the \"system\" is the URL for the workflow definition and the code is the \"name\" of the required input.",
"base": {
"max": "1",
"min": 1,
"path": "Task.input.type"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.input.value[x]",
"min": 1,
"definition": "The value of the input parameter as a basic type.",
"isModifier": false,
"short": "Content to use in performing the task",
"mapping": [ {
"map": "???",
"identity": "rim"
} ],
"type": [ {
"code": "string"
}, {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication" ]
} ],
"max": "1",
"id": "Task.input.value[x]",
"base": {
"max": "1",
"min": 1,
"path": "Task.input.value[x]"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.output",
"requirements": "Resources and data produced during the execution the task. This data is generated by the business logic of task execution, and is stored separately because it varies between workflows.",
"min": 0,
"definition": "Outputs produced by the Task.",
"isModifier": false,
"short": "Formal Response from Fulfiller to the Correction Request or to the Disagreement to Correction Denial.",
"mapping": [ {
"map": "???",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"max": "*",
"id": "Task.output",
"condition": [ "task-output2" ],
"base": {
"max": "*",
"min": 0,
"path": "Task.output"
},
"isSummary": false
}, {
"path": "Task.output.id",
"min": 0,
"definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"isModifier": false,
"short": "Unique id for inter-element referencing",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "http://hl7.org/fhirpath/System.String",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
"valueUrl": "string"
} ]
} ],
"representation": [ "xmlAttr" ],
"max": "0",
"id": "Task.output.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.output.extension",
"min": 0,
"definition": "An Extension",
"isModifier": false,
"short": "Extension",
"type": [ {
"code": "Extension"
} ],
"max": "0",
"id": "Task.output.extension",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Task.output.modifierExtension",
"min": 0,
"definition": "An Extension",
"isModifier": true,
"short": "Extension",
"type": [ {
"code": "Extension"
} ],
"max": "0",
"id": "Task.output.modifierExtension",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.output.type",
"requirements": "Outputs are named to enable task automation to bind data and pass it from one task to the next.",
"min": 1,
"definition": "The name of the Output parameter.",
"isModifier": false,
"short": "Label for output",
"mapping": [ {
"map": "???",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionOutputTypesVS"
},
"alias": [ "Name" ],
"max": "1",
"id": "Task.output.type",
"base": {
"max": "1",
"min": 1,
"path": "Task.output.type"
},
"isSummary": false
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element",
"severity": "error",
"expression": "hasValue() or (children().count() > id.count())"
} ],
"path": "Task.output.value[x]",
"requirements": "Task outputs can take any form.",
"min": 1,
"definition": "The value of the Output parameter as a basic type.",
"isModifier": false,
"short": "Result of output",
"mapping": [ {
"map": "???",
"identity": "rim"
} ],
"type": [ {
"code": "string"
}, {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication" ]
} ],
"max": "1",
"id": "Task.output.value[x]",
"base": {
"max": "1",
"min": 1,
"path": "Task.output.value[x]"
},
"isSummary": false
} ],
"extension": [ {
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
} ]
},
"status": "active",
"id": "741275e6-27e6-4630-988d-a92da9d8d504",
"kind": "resource",
"url": "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "Task",
"path": "Task",
"constraint": [ {
"key": "task-reasonreference",
"human": "If this is a Disagreement Task, there SHALL be a reference to the original Request for Correction Communication.",
"source": "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task",
"severity": "error",
"expression": "Task.code.coding.exists(code = 'medRecCxDenialDisagree' and system = 'http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes') implies Task.reasonReference.exists()"
}, {
"key": "task-output2",
"human": "If this is a completed Request for Correction Task, there SHALL be a formal response to the request (acceptance, denial, partial acceptance/denial).",
"source": "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task",
"severity": "error",
"expression": "(Task.code.coding.exists(code = 'medRecCxReq' and system = 'http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes') and Task.status = 'completed') implies Task.output.type.coding.exists(code = 'medRecCxReqResolution' and system = 'http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionOutputTypes')"
} ]
}, {
"id": "Task.identifier",
"path": "Task.identifier",
"short": "A business identifier for the correction process.",
"mustSupport": true
}, {
"id": "Task.basedOn",
"max": "0",
"path": "Task.basedOn"
}, {
"id": "Task.partOf",
"max": "0",
"path": "Task.partOf"
}, {
"id": "Task.status",
"path": "Task.status",
"short": "Current status of a Correction Request or Log Disagreement.",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/ValueSet/task-status"
},
"comment": "The current status of the Correction Request or Log Disagreement process. This status together with the business status can be used to determine the state of the process.",
"constraint": [ {
"key": "task-status-allowed",
"human": "The status of the Task SHALL be one of the following: ready, in-progress, cancelled, completed.",
"source": "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task",
"severity": "error",
"expression": "$this in ('ready' | 'in-progress' | 'cancelled' | 'completed')"
} ],
"mustSupport": true
}, {
"id": "Task.statusReason",
"path": "Task.statusReason",
"short": "Reason for the correction request status.",
"comment": "The reason for the correction request status. Codes to identify the reason for current status. These will typically be specific to a particular workflow."
}, {
"id": "Task.businessStatus",
"path": "Task.businessStatus",
"short": "Business status of the request for correction process or the log disagreement process.",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionBusinessStatusVS"
},
"comment": "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.",
"mustSupport": true
}, {
"id": "Task.intent",
"path": "Task.intent",
"short": "Indicates the actionability associated with the Task.",
"fixedCode": "order"
}, {
"id": "Task.code",
"min": 1,
"path": "Task.code",
"short": "Correction Task type.",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionTaskTypesVS"
},
"condition": [ "task-reasonreference" ],
"definition": "Either a patient correction or a disagreement.",
"mustSupport": true
}, {
"id": "Task.for",
"min": 1,
"path": "Task.for",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ]
} ],
"short": "Patient this correction or disagreement relates to.",
"comment": "The patient whose record this correction or disagreement references. If this task was created in response to a request received through a Communication resource, this value SHALL be populated with the value of `Communication.subject` from the original request.",
"mustSupport": true
}, {
"id": "Task.encounter",
"max": "0",
"path": "Task.encounter"
}, {
"id": "Task.executionPeriod",
"path": "Task.executionPeriod",
"short": "When the request is completed by the Fulfiller."
}, {
"id": "Task.authoredOn",
"min": 1,
"path": "Task.authoredOn",
"short": "When this Task was created.",
"comment": "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.",
"mustSupport": true
}, {
"id": "Task.lastModified",
"path": "Task.lastModified",
"short": "When the correction task was last modified.",
"comment": "Indicates the most recent modification date/time for the correction process. Usually this will change in conjunction with a status or businessStatus change. When `status = completed`, this element gives the process completion date/time. Note that this element is useful when doing historical version searches.",
"mustSupport": true
}, {
"id": "Task.requester",
"path": "Task.requester",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient", "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ]
} ],
"short": "Entity requesting the correction or logging the disagreement.",
"definition": "The entity that is requesting the correction or logging the disagreement, such as a patient or their caregiver.",
"mustSupport": true
}, {
"id": "Task.owner",
"path": "Task.owner",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole", "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.org/fhir/StructureDefinition/CareTeam", "http://hl7.org/fhir/StructureDefinition/HealthcareService" ]
} ],
"short": "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.",
"mustSupport": true
}, {
"id": "Task.reasonCode",
"path": "Task.reasonCode",
"short": "Why task is needed. E.g., need record correct prior to upcoming surgery."
}, {
"id": "Task.reasonReference",
"path": "Task.reasonReference",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task" ]
} ],
"short": "Log Disagreement Task to point to the original Request for Correction Task.",
"comment": "Used on Log Disagreement Task to point to the original Request for Correction Task.",
"condition": [ "task-reasonreference" ]
}, {
"id": "Task.note",
"path": "Task.note",
"short": "Non-actionable notes about this communication.",
"comment": "Notes from Requestors SHOULD be placed into additional communications instead of notes, so that Fulfillers review them. This element SHALL NOT contain actionable requests from either Requestors or Fulfillers."
}, {
"id": "Task.restriction",
"max": "0",
"path": "Task.restriction"
}, {
"id": "Task.input.id",
"max": "0",
"path": "Task.input.id"
}, {
"id": "Task.input.extension",
"max": "0",
"path": "Task.input.extension"
}, {
"id": "Task.input.modifierExtension",
"max": "0",
"path": "Task.input.modifierExtension"
}, {
"id": "Task.input.type",
"path": "Task.input.type",
"short": "Label for input",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionCommunicationTypesVS"
}
}, {
"id": "Task.input.value[x]",
"path": "Task.input.value[x]",
"type": [ {
"code": "string"
}, {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication" ]
} ]
}, {
"id": "Task.output",
"path": "Task.output",
"short": "Formal Response from Fulfiller to the Correction Request or to the Disagreement to Correction Denial.",
"condition": [ "task-output2" ]
}, {
"id": "Task.output.id",
"max": "0",
"path": "Task.output.id"
}, {
"id": "Task.output.extension",
"max": "0",
"path": "Task.output.extension"
}, {
"id": "Task.output.modifierExtension",
"max": "0",
"path": "Task.output.modifierExtension"
}, {
"id": "Task.output.type",
"path": "Task.output.type",
"binding": {
"strength": "required",
"valueSet": "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionOutputTypesVS"
}
}, {
"id": "Task.output.value[x]",
"path": "Task.output.value[x]",
"type": [ {
"code": "string"
}, {
"code": "Attachment"
}, {
"code": "Reference",
"targetProfile": [ "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication" ]
} ]
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/patientempowerment",
"system": "url"
} ]
}, {
"name": "Virginia Lorenzi",
"telecom": [ {
"value": "vlorenzi@nyp.org",
"system": "email"
} ]
}, {
"name": "David Pyke",
"telecom": [ {
"value": "david@pyke.ca",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task"
}