{
  "resourceType": "StructureDefinition",
  "id": "IRD-Task",
  "url": "https://health.linova.de/fhir/v1/IRD/Task",
  "version": "1.0.0",
  "name": "IRD_Task",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "derivation": "specialization",
  "abstract": true,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "differential": {
    "element": [
      {
        "id": "Task",
        "path": "Task",
        "definition": "A task represents an exercise assigned to a patient."
      },
      {
        "id": "Task.requester",
        "path": "Task.requester",
        "definition": "The author of the task. The author might be an algorithm (automatically generated for the patient) or a manual task created or modified by a Practitioner.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/PractitionerRole",
              "https://health.linova.de/fhir/v1/IRD/CarePlan_Algorithm"
            ]
          }
        ]
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "definition": "Person responsible for executing the task. A Practitioner Role can be assigned to indicate a Practitioner should help in the task execution.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/PractitionerRole",
              "https://health.linova.de/fhir/v1/IRD/Patient"
            ]
          }
        ]
      },
      {
        "id": "Task.extension",
        "path": "Task.extension",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/Task"
          }
        ]
      },
      {
        "id": "Task.input",
        "path": "Task.input",
        "min": 0,
        "max": "0"
      },
      {
        "id": "Task.output",
        "path": "Task.output",
        "min": 0,
        "max": "0"
      }
    ]
  }
}