@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 -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/registries/bcr/Task/ExampleBCRValidationTaskAccepted> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleBCRValidationTaskAccepted"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/StructureDefinition/bcr-validation-task"^^xsd:anyURI ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/StructureDefinition/bcr-validation-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 ExampleBCRValidationTaskAccepted</b></p><a name=\"ExampleBCRValidationTaskAccepted\"> </a><a name=\"hcExampleBCRValidationTaskAccepted\"> </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-validation-task.html\">BCR Validation Task</a></p></div><p><b>partOf</b>: <a href=\"Task-ExampleBCRRegistrationTask.html\">Task Register cancer case</a></p><p><b>status</b>: Completed</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 validate-submission}\">Validate submission</span></p><p><b>focus</b>: <a href=\"QuestionnaireResponse-ExampleBCRSubmittedQuestionnaireResponse.html\">Corrected QuestionnaireResponse</a></p><p><b>for</b>: <a href=\"Patient-BCRExamplePatient.html\">Example Patient</a></p><p><b>authoredOn</b>: 2026-05-22 09:00:00+0200</p><p><b>lastModified</b>: 2026-05-22 09:12:00+0200</p><p><b>requester</b>: <a href=\"Organization-BCRExampleHospital.html\">Example Oncology Hospital</a></p><p><b>owner</b>: <a href=\"Organization-BCRExampleValidationService.html\">BCR FHIR Validation Service</a></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io questionnaire-response}\">QuestionnaireResponse</span></p><p><b>value</b>: <a href=\"QuestionnaireResponse-ExampleBCRSubmittedQuestionnaireResponse.html\">Response to Questionnaire '-&gt;BCR Cancer Registration Form Questionnaire' about '-&gt;Example Patient'</a></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io submission-intent}\">Submission intent</span></p><p><b>value</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-submission-intent final}\">Final submission</span></p></blockquote><blockquote><p><b>output</b></p><p><b>type</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io validation-outcome}\">Validation outcome</span></p><p><b>value</b>: <a href=\"OperationOutcome-ExampleBCRValidationOutcomeAccepted.html\">OperationOutcome</a></p></blockquote><blockquote><p><b>output</b></p><p><b>type</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io registration-id}\">Registration identifier</span></p><p><b>value</b>: <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/NamingSystem/registration-id</code>/BCR-2026-0001234</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:partOf ( [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/Task/ExampleBCRRegistrationTask> ;
     fhir:reference [ fhir:v "Task/ExampleBCRRegistrationTask" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  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 "validate-submission" ]
     ] )
  ] ; # 
  fhir:focus [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/QuestionnaireResponse/ExampleBCRSubmittedQuestionnaireResponse> ;
     fhir:reference [ fhir:v "QuestionnaireResponse/ExampleBCRSubmittedQuestionnaireResponse" ] ;
     fhir:display [ fhir:v "Corrected QuestionnaireResponse" ]
  ] ; # 
  fhir:for [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/Patient/BCRExamplePatient> ;
     fhir:reference [ fhir:v "Patient/BCRExamplePatient" ] ;
     fhir:display [ fhir:v "Example Patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2026-05-22T09:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:lastModified [ fhir:v "2026-05-22T09:12:00+02:00"^^xsd:dateTime] ; # 
  fhir:requester [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/Organization/BCRExampleHospital> ;
     fhir:reference [ fhir:v "Organization/BCRExampleHospital" ] ;
     fhir:display [ fhir:v "Example Oncology Hospital" ]
  ] ; # 
  fhir:owner [
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/Organization/BCRExampleValidationService> ;
     fhir:reference [ fhir:v "Organization/BCRExampleValidationService" ] ;
     fhir:display [ fhir:v "BCR FHIR Validation Service" ]
  ] ; # 
  fhir:input ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io>
         ] ;
         fhir:code [ fhir:v "questionnaire-response" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/QuestionnaireResponse/ExampleBCRSubmittedQuestionnaireResponse> ;
       fhir:reference [ fhir:v "QuestionnaireResponse/ExampleBCRSubmittedQuestionnaireResponse" ]
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io>
         ] ;
         fhir:code [ fhir:v "submission-intent" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-submission-intent"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-submission-intent>
         ] ;
         fhir:code [ fhir:v "final" ] ;
         fhir:display [ fhir:v "Final submission" ]
       ] )
     ]
  ] ) ; # 
  fhir:output ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io>
         ] ;
         fhir:code [ fhir:v "validation-outcome" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/OperationOutcome/ExampleBCRValidationOutcomeAccepted> ;
       fhir:reference [ fhir:v "OperationOutcome/ExampleBCRValidationOutcomeAccepted" ]
     ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io"^^xsd:anyURI ;
           fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-io>
         ] ;
         fhir:code [ fhir:v "registration-id" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Identifier ;
       fhir:system [
         fhir:v "https://www.ehealth.fgov.be/standards/fhir/registries/bcr/NamingSystem/registration-id"^^xsd:anyURI ;
         fhir:l <https://www.ehealth.fgov.be/standards/fhir/registries/bcr/NamingSystem/registration-id>
       ] ;
       fhir:value [ fhir:v "BCR-2026-0001234" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

