FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/CA-eReC-Task

Packageca.infoway.io.erec
Resource TypeStructureDefinition
IdCA-eReC-Task
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec@1.1.1-dft-ballot&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task
Statusdraft
NameTask
TitleTask
DescriptionA 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.
TypeTask
Kindresource

Resources that use this resource

StructureDefinition
ca-on-eReferral-profile-TaskTask
CA-eReC-BundleBundle
CA-eReC-MessageHeaderMessageHeader
TaskABeReCTask (AB:eReC)

Resources that this resource uses

StructureDefinition
CA-eReC-patient-needs-to-be-seen-EXTPatientNeedsToBeSeen
CA-eReC-CommunicationCommunication
CA-eReC-HealthcareServiceHealthcareService
CA-eReC-PractitionerRolePractitionerRole
CA-eReC-ServiceRequestServiceRequest
CA-eReC-task-business-status-reason-EXTBusinessStatusReason
ValueSet
task-business-statusTask Business Status
task-codeTask Code

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "CA-eReC-Task",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task",
  "name": "Task",
  "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://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.extension",
        "path": "Task.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Task.extension:PatientNeedsToBeSeen",
        "path": "Task.extension",
        "sliceName": "PatientNeedsToBeSeen",
        "comment": "Used to support the eConsult use case where a patient is referred to a care provider. Used for when the care provider responds with an eConsult rather than accept the referral, but the patient wants a referral anyway.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-patient-needs-to-be-seen-EXT"
            ]
          }
        ]
      },
      {
        "id": "Task.basedOn",
        "path": "Task.basedOn",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://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.use",
        "path": "Task.basedOn.identifier.use",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.basedOn.identifier.system",
        "path": "Task.basedOn.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.basedOn.identifier.value",
        "path": "Task.basedOn.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.status",
        "path": "Task.status",
        "mustSupport": true
      },
      {
        "id": "Task.businessStatus",
        "path": "Task.businessStatus",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-business-status"
        }
      },
      {
        "id": "Task.businessStatus.extension:StatusReason",
        "path": "Task.businessStatus.extension",
        "sliceName": "StatusReason",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-task-business-status-reason-EXT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "patternCode": "proposal",
        "mustSupport": true
      },
      {
        "id": "Task.code",
        "path": "Task.code",
        "comment": "-",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/task-code"
        }
      },
      {
        "id": "Task.authoredOn",
        "path": "Task.authoredOn",
        "mustSupport": true
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "comment": "When the owner of the task is the CAT, then HealthcareService can be used to identify the owner.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole",
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HealthcareService"
            ]
          }
        ],
        "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",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.owner.identifier.value",
        "path": "Task.owner.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.output",
        "path": "Task.output",
        "mustSupport": true
      },
      {
        "id": "Task.output.value[x]",
        "path": "Task.output.value[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication"
            ]
          },
          {
            "code": "string"
          },
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}