FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeStructureDefinition
IdEReferralTask.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-eReferral-profile-Task",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task",
  "version": "1.2.2",
  "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.2.2 `_**\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": 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",
          "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",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.businessStatus.coding.code",
        "path": "Task.businessStatus.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.businessStatus.coding.display",
        "path": "Task.businessStatus.coding.display",
        "min": 1,
        "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": 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.focus",
        "path": "Task.focus",
        "mustSupport": true
      },
      {
        "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"
            ]
          }
        ]
      }
    ]
  }
}