{
"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": "EReferralTask.json",
"package_name": "ca.on.oh-erec-ig",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "EReferralTask",
"abstract": false,
"type": "Task",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Task",
"package_version": "0.12.3-alpha1.0.1",
"status": "draft",
"id": "e1fa2102-7000-49ab-8d46-e18a46f33f28",
"kind": "resource",
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task",
"version": "1.1.0",
"differential": {
"element": [ {
"id": "Task.meta",
"min": 1,
"path": "Task.meta",
"mustSupport": true
}, {
"id": "Task.meta.profile",
"min": 1,
"path": "Task.meta.profile",
"comment": "#### **_` FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task|1.1.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
"mustSupport": true
}, {
"id": "Task.extension:PatientNeedsToBeSeen",
"path": "Task.extension",
"sliceName": "PatientNeedsToBeSeen",
"isModifier": false
}, {
"id": "Task.identifier",
"path": "Task.identifier",
"mustSupport": false
}, {
"id": "Task.basedOn",
"path": "Task.basedOn",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-ServiceRequest" ]
} ]
}, {
"id": "Task.businessStatus",
"path": "Task.businessStatus",
"short": "E.g. \"New\", \"Pending\", \"Accepted\", etc.",
"binding": {
"strength": "extensible",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/task-business-status",
"description": "BusinessStatus is used to communicate deployment specific status information. For example: \"New\", \"Pending\", \"Accepted\", etc."
}
}, {
"id": "Task.businessStatus.coding",
"path": "Task.businessStatus.coding",
"binding": {
"strength": "example",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/task-business-status"
}
}, {
"id": "Task.businessStatus.coding.system",
"min": 1,
"path": "Task.businessStatus.coding.system",
"mustSupport": true
}, {
"id": "Task.businessStatus.coding.code",
"min": 1,
"path": "Task.businessStatus.coding.code",
"mustSupport": true
}, {
"id": "Task.businessStatus.coding.display",
"min": 1,
"path": "Task.businessStatus.coding.display",
"mustSupport": true
}, {
"id": "Task.businessStatus.text",
"path": "Task.businessStatus.text",
"mustSupport": true
}, {
"id": "Task.code",
"path": "Task.code",
"binding": {
"strength": "extensible",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/task-code"
},
"comment": "The title (eg \"My Tasks\", \"Outstanding Tasks for Patient X\") should go into the code"
}, {
"id": "Task.code.coding",
"path": "Task.code.coding",
"binding": {
"strength": "extensible",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/task-code"
}
}, {
"id": "Task.code.coding.system",
"path": "Task.code.coding.system",
"mustSupport": false
}, {
"id": "Task.code.coding.code",
"path": "Task.code.coding.code",
"mustSupport": false
}, {
"id": "Task.code.coding.display",
"path": "Task.code.coding.display",
"mustSupport": false
}, {
"id": "Task.lastModified",
"path": "Task.lastModified",
"mustSupport": true
}, {
"id": "Task.owner",
"path": "Task.owner",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-PractitionerRole" ]
} ]
}, {
"id": "Task.input",
"path": "Task.input",
"mustSupport": false
}, {
"id": "Task.output.type.coding.system",
"path": "Task.output.type.coding.system",
"binding": {
"strength": "extensible",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/task-output-type-code"
}
}, {
"id": "Task.output.value[x]",
"path": "Task.output.value[x]",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Communication" ]
} ]
} ]
},
"baseDefinition": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task"
}