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

FHIR IG Statistics: StructureDefinition/ca-on-eReferral-profile-Task

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idca-on-eReferral-profile-Task
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Task
Version1.0.1
Statusdraft
NameEReferralTask
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

CapabilityStatement
ca-on-eReferral-profile-CapabilityStatementOntario eReferral FHIR Capability Statement
StructureDefinition
ca-on-eReferral-profile-MessageHeaderMessageHeader

Resources that this resource uses

StructureDefinition
ca-on-eReferral-profile-CommunicationCommunication
ca-on-eReferral-profile-ServiceRequestServiceRequest
CA-eReC-TaskTask
ValueSet
task-output-type-codeTask Output Type Code
task-business-statusTask Business Status
task-codeTask Code

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"
            ]
          }
        ]
      }
    ]
  }
}