FHIR IG Statistics: StructureDefinition/ca-on-eReferral-profile-Task
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "ca-on-eReferral-profile-Task",
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task",
"version": "1.0.1",
"name": "EReferralTask",
"title": "Task",
"status": "draft",
"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.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Task",
"baseDefinition": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Task.meta",
"path": "Task.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Task.meta.profile",
"path": "Task.meta.profile",
"comment": "#### **_` FOR eREFERRAL USAGE: The meta.profile = http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task|1.0.1 `_**\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.",
"min": 1,
"mustSupport": true
},
{
"id": "Task.extension:PatientNeedsToBeSeen",
"path": "Task.extension",
"sliceName": "PatientNeedsToBeSeen",
"isModifier": false
},
{
"id": "Task.identifier",
"path": "Task.identifier",
"mustSupport": true
},
{
"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",
"description": "BusinessStatus is used to communicate deployment specific status information. For example: \"New\", \"Pending\", \"Accepted\", etc.",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/task-business-status"
}
},
{
"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",
"path": "Task.businessStatus.coding.system",
"mustSupport": true
},
{
"id": "Task.businessStatus.coding.display",
"path": "Task.businessStatus.coding.display",
"mustSupport": true
},
{
"id": "Task.businessStatus.text",
"path": "Task.businessStatus.text",
"mustSupport": true
},
{
"id": "Task.code",
"path": "Task.code",
"comment": "The title (eg \"My Tasks\", \"Outstanding Tasks for Patient X\") should go into the code",
"binding": {
"strength": "extensible",
"valueSet": "http://ehealthontario.ca/fhir/ValueSet/task-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": true
},
{
"id": "Task.code.coding.display",
"path": "Task.code.coding.display",
"mustSupport": true
},
{
"id": "Task.lastModified",
"path": "Task.lastModified",
"mustSupport": true
},
{
"id": "Task.owner",
"path": "Task.owner",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/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"
]
}
]
}
]
}
}