{
  "resourceType" : "Task",
  "id" : "ExampleRehabSportTask",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/praxis/StructureDefinition/rehabilitation-participation-pas-task-de"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task ExampleRehabSportTask</b></p><a name=\"ExampleRehabSportTask\"> </a><a name=\"hcExampleRehabSportTask\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rehabilitation-participation-pas-task-de.html\">Rehabilitation Participation PAS Task DE</a></p></div><p><b>identifier</b>: <code>https://fhir.cognovis.de/praxis/NamingSystem/authorization-task-id</code>/E56-TASK-2026-0001</p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code submit}\">Antrag einreichen</span></p><p><b>for</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p><p><b>authoredOn</b>: 2026-07-15 10:15:00+0200</p><p><b>lastModified</b>: 2026-07-18 09:00:00+0200</p><p><b>requester</b>: <a href=\"Practitioner-ExampleRehabRequester.html\">Practitioner Klara Neumann </a></p><p><b>owner</b>: <a href=\"Organization-ExampleRehabPayer.html\">Organization Example statutory payer</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type claim-reference}\">Claim Reference</span></td><td><a href=\"Claim-ExampleRehabSportClaim.html\">Claim: identifier = https://fhir.cognovis.de/praxis/NamingSystem/authorization-request-id#E56-PAS-2026-0001; status = active; type = Professional; use = preauthorization; created = 2026-07-15 10:15:00+0200; priority = Normal</a></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type response-reference}\">ClaimResponse Reference</span></td><td><a href=\"ClaimResponse-ExampleRehabSportApproval.html\">ClaimResponse: identifier = https://fhir.cognovis.de/praxis/NamingSystem/authorization-response-id#E56-DECISION-2026-0001; status = active; type = Professional; use = preauthorization; created = 2026-07-18 09:00:00+0200; outcome = complete; preAuthRef = E56-DECISION-2026-0001</a></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "https://fhir.cognovis.de/praxis/NamingSystem/authorization-task-id",
    "value" : "E56-TASK-2026-0001"
  }],
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "coding" : [{
      "system" : "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code",
      "code" : "submit"
    }]
  },
  "for" : {
    "reference" : "Patient/ExampleRehabPatient"
  },
  "authoredOn" : "2026-07-15T10:15:00+02:00",
  "lastModified" : "2026-07-18T09:00:00+02:00",
  "requester" : {
    "reference" : "Practitioner/ExampleRehabRequester"
  },
  "owner" : {
    "reference" : "Organization/ExampleRehabPayer"
  },
  "input" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type",
        "code" : "claim-reference"
      }]
    },
    "valueReference" : {
      "reference" : "Claim/ExampleRehabSportClaim"
    }
  }],
  "output" : [{
    "type" : {
      "coding" : [{
        "system" : "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type",
        "code" : "response-reference"
      }]
    },
    "valueReference" : {
      "reference" : "ClaimResponse/ExampleRehabSportApproval"
    }
  }]
}