<?xml version="1.0" encoding="UTF-8"?>

<Task xmlns="http://hl7.org/fhir">
  <id value="ExampleBCRRegistrationTask"/>
  <meta>
    <profile value="https://www.ehealth.fgov.be/standards/fhir/registries/bcr/StructureDefinition/bcr-registration-task"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Task ExampleBCRRegistrationTask</b></p><a name="ExampleBCRRegistrationTask"> </a><a name="hcExampleBCRRegistrationTask"> </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-bcr-registration-task.html">BCR Registration Task</a></p></div><p><b>status</b>: In Progress</p><p><b>intent</b>: order</p><p><b>code</b>: <span title="Codes:{https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code register-cancer-case}">Register cancer case</span></p><p><b>focus</b>: <a href="Condition-ExampleBCRCancerCondition.html">Malignant tumor of breast</a></p><p><b>for</b>: <a href="Patient-BCRExamplePatient.html">Example Patient</a></p><p><b>authoredOn</b>: 2026-05-19 08:00:00+0200</p><p><b>lastModified</b>: 2026-05-20 10:31:00+0200</p><p><b>requester</b>: <a href="Organization-BCRExampleRegistry.html">Belgian Cancer Registry</a></p><p><b>owner</b>: <a href="Organization-BCRExampleHospital.html">Example Oncology Hospital</a></p><h3>Restrictions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>2025-09-14 --&gt; 2026-03-14</td></tr></table></div>
  </text>
  <status value="in-progress"/>
  <intent value="order"/>
  <code>
    <coding>
      <system value="https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code"/>
      <code value="register-cancer-case"/>
    </coding>
  </code>
  <focus>
    <reference value="Condition/ExampleBCRCancerCondition"/>
    <display value="Malignant tumor of breast"/>
  </focus>
  <for>
    <reference value="Patient/BCRExamplePatient"/>
    <display value="Example Patient"/>
  </for>
  <authoredOn value="2026-05-19T08:00:00+02:00"/>
  <lastModified value="2026-05-20T10:31:00+02:00"/>
  <requester>
    <reference value="Organization/BCRExampleRegistry"/>
    <display value="Belgian Cancer Registry"/>
  </requester>
  <owner>
    <reference value="Organization/BCRExampleHospital"/>
    <display value="Example Oncology Hospital"/>
  </owner>
  <restriction>
    <period>
      <start value="2025-09-14"/>
      <end value="2026-03-14"/>
    </period>
  </restriction>
</Task>