Belgian Cancer Registry on FHIR
0.1.0 - ci-build Belgium flag

Belgian Cancer Registry on FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Registration Task - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "ExampleBCRRegistrationTask",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/StructureDefinition/bcr-registration-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "in-progress",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code",
        "code" : "register-cancer-case"
      }
    ]
  },
  "focus" : {
    🔗 "reference" : "Condition/ExampleBCRCancerCondition",
    "display" : "Malignant tumor of breast"
  },
  "for" : {
    🔗 "reference" : "Patient/BCRExamplePatient",
    "display" : "Example Patient"
  },
  "authoredOn" : "2026-05-19T08:00:00+02:00",
  "lastModified" : "2026-05-20T10:31:00+02:00",
  "requester" : {
    🔗 "reference" : "Organization/BCRExampleRegistry",
    "display" : "Belgian Cancer Registry"
  },
  "owner" : {
    🔗 "reference" : "Organization/BCRExampleHospital",
    "display" : "Example Oncology Hospital"
  },
  "restriction" : {
    "period" : {
      "start" : "2025-09-14",
      "end" : "2026-03-14"
    }
  }
}