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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleBCRRegistrationTask"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/StructureDefinition/bcr-registration-task"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/StructureDefinition/bcr-registration-task> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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 --> 2026-03-14</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code> ] ;
fhir:code [ fhir:v "register-cancer-case" ] ] )
] ; #
fhir:focus [
fhir:l fhir:Condition/ExampleBCRCancerCondition ;
fhir:reference [ fhir:v "Condition/ExampleBCRCancerCondition" ] ;
fhir:display [ fhir:v "Malignant tumor of breast" ]
] ; #
fhir:for [
fhir:l fhir:Patient/BCRExamplePatient ;
fhir:reference [ fhir:v "Patient/BCRExamplePatient" ] ;
fhir:display [ fhir:v "Example Patient" ]
] ; #
fhir:authoredOn [ fhir:v "2026-05-19T08:00:00+02:00"^^xsd:dateTime] ; #
fhir:lastModified [ fhir:v "2026-05-20T10:31:00+02:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:l fhir:Organization/BCRExampleRegistry ;
fhir:reference [ fhir:v "Organization/BCRExampleRegistry" ] ;
fhir:display [ fhir:v "Belgian Cancer Registry" ]
] ; #
fhir:owner [
fhir:l fhir:Organization/BCRExampleHospital ;
fhir:reference [ fhir:v "Organization/BCRExampleHospital" ] ;
fhir:display [ fhir:v "Example Oncology Hospital" ]
] ; #
fhir:restriction [
fhir:period [
fhir:start [ fhir:v "2025-09-14"^^xsd:date ] ;
fhir:end [ fhir:v "2026-03-14"^^xsd:date ] ]
] . #
IG © 2026+ eHealth Platform Belgium. Package be.fhir.bcr#0.1.0 based on FHIR 4.0.1. Generated 2026-06-03
Links: Table of Contents |
QA Report
|
Version History
|
|
Propose a change