PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.erec@0.12.0-alpha1.0.4
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task
{
  "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",
  "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.0-alpha1.0.4",
  "status": "draft",
  "id": "8e700f39-5337-4cf0-bb42-103492fbd6dd",
  "kind": "resource",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task",
  "version": "1.0.1",
  "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.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.",
      "mustSupport": true
    }, {
      "id": "Task.extension:PatientNeedsToBeSeen",
      "path": "Task.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eConsult-ext-patient-needs-to-be-seen" ]
      } ],
      "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",
        "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",
      "path": "Task.businessStatus.coding.system",
      "fixedUri": "https://ehealthontario.ca/fhir/CodeSystem/task-business-status",
      "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",
      "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",
      "fixedUri": "https://ehealthontario.ca/fhir/CodeSystem/task-code",
      "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" ]
      } ]
    } ]
  },
  "baseDefinition": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task"
}