Belgian Cancer Registry on FHIR
0.1.0 - ci-build
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
| Draft as of 2026-06-03 |
{
"resourceType" : "CodeSystem",
"id" : "bcr-task-io",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem bcr-task-io</b></p><a name=\"bcr-task-io\"> </a><a name=\"hcbcr-task-io\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">questionnaire-response<a name=\"bcr-task-io-questionnaire-response\"> </a></td><td>QuestionnaireResponse</td><td>Input: the completed cancer-registration QuestionnaireResponse being validated.</td></tr><tr><td style=\"white-space:nowrap\">submission-intent<a name=\"bcr-task-io-submission-intent\"> </a></td><td>Submission intent</td><td>Input: whether this submission is a partial (interim) or final submission of the registration.</td></tr><tr><td style=\"white-space:nowrap\">validation-outcome<a name=\"bcr-task-io-validation-outcome\"> </a></td><td>Validation outcome</td><td>Output: the OperationOutcome carrying the validation result (errors / warnings / success).</td></tr><tr><td style=\"white-space:nowrap\">registration-id<a name=\"bcr-task-io-registration-id\"> </a></td><td>Registration identifier</td><td>Output: the registry-assigned identifier issued when a case is accepted.</td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io",
"version" : "0.1.0",
"name" : "BCRTaskIO",
"title" : "BCR Task Input/Output Type",
"status" : "draft",
"experimental" : true,
"date" : "2026-06-03T12:11:22+00:00",
"publisher" : "eHealth Platform Belgium",
"contact" : [
{
"name" : "eHealth Platform Belgium",
"telecom" : [
{
"system" : "url",
"value" : "https://www.ehealth.fgov.be"
},
{
"system" : "email",
"value" : "info@ehealth.fgov.be"
}
]
}
],
"description" : "Types for the `Task.input` and `Task.output` slices used by the submission\nworkflow. **Draft — confirm with BCR.**",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "questionnaire-response",
"display" : "QuestionnaireResponse",
"definition" : "Input: the completed cancer-registration QuestionnaireResponse being validated."
},
{
"code" : "submission-intent",
"display" : "Submission intent",
"definition" : "Input: whether this submission is a partial (interim) or final submission of the registration."
},
{
"code" : "validation-outcome",
"display" : "Validation outcome",
"definition" : "Output: the OperationOutcome carrying the validation result (errors / warnings / success)."
},
{
"code" : "registration-id",
"display" : "Registration identifier",
"definition" : "Output: the registry-assigned identifier issued when a case is accepted."
}
]
}