{ "description": "A task resource describes an activity that can be performed and tracks the state of completion of that activity. It is a representation that an activity should be or has been initiated, and eventually, represents the successful or unsuccessful completion of that activity.", "_filename": "Task.StructureDefinition.json", "package_name": "ca.infoway.io.erec", "date": null, "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "Task", "abstract": false, "type": "Task", "experimental": null, "resourceType": "StructureDefinition", "title": "Task", "package_version": "1.0.0-dft-ballot", "status": "draft", "id": "53f7c5b2-765a-4c3b-9b72-883aafbb9651", "kind": "resource", "url": "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task", "version": "0.1.0", "differential": { "element": [ { "id": "Task.meta", "path": "Task.meta", "comment": "The MustSupport flag on this element has been relaxed in this version until further confirmation of the use of meta.profile (outside of use for certain validation suites) and impact can be assessed by the working group." }, { "id": "Task.identifier.system", "path": "Task.identifier.system", "mustSupport": true }, { "id": "Task.identifier.value", "path": "Task.identifier.value", "mustSupport": true }, { "id": "Task.basedOn", "max": "1", "min": 1, "path": "Task.basedOn", "type": [ { "code": "Reference", "aggregation": [ "referenced" ], "targetProfile": [ "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest" ] } ], "mustSupport": true }, { "id": "Task.basedOn.reference", "path": "Task.basedOn.reference", "mustSupport": true }, { "id": "Task.basedOn.identifier", "path": "Task.basedOn.identifier", "mustSupport": true }, { "id": "Task.basedOn.identifier.system", "path": "Task.basedOn.identifier.system", "mustSupport": true }, { "id": "Task.basedOn.identifier.value", "path": "Task.basedOn.identifier.value", "mustSupport": true }, { "id": "Task.status", "path": "Task.status", "mustSupport": true }, { "id": "Task.businessStatus", "path": "Task.businessStatus", "binding": { "strength": "example", "valueSet": "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status" } }, { "id": "Task.businessStatus.coding", "path": "Task.businessStatus.coding", "mustSupport": true }, { "id": "Task.businessStatus.coding.code", "path": "Task.businessStatus.coding.code", "binding": { "strength": "example", "valueSet": "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status" }, "mustSupport": true }, { "id": "Task.intent", "path": "Task.intent", "mustSupport": true }, { "id": "Task.code", "path": "Task.code", "binding": { "strength": "extensible", "valueSet": "https://fhir.infoway-inforoute.ca/io/fhir/ValueSet/CA-eReC/task-code" }, "comment": "-", "mustSupport": true }, { "id": "Task.code.coding", "path": "Task.code.coding", "mustSupport": true }, { "id": "Task.code.coding.code", "path": "Task.code.coding.code", "mustSupport": true }, { "id": "Task.owner", "path": "Task.owner", "type": [ { "code": "Reference", "targetProfile": [ "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole" ] } ], "mustSupport": true }, { "id": "Task.owner.reference", "path": "Task.owner.reference", "mustSupport": true }, { "id": "Task.owner.identifier", "path": "Task.owner.identifier", "mustSupport": true }, { "id": "Task.owner.identifier.system", "path": "Task.owner.identifier.system", "mustSupport": true }, { "id": "Task.owner.identifier.value", "path": "Task.owner.identifier.value", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task" }