@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/CodeSystem/bcr-task-io> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bcr-task-io"] ; # 
  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: 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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     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:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BCRTaskIO"] ; # 
  fhir:title [ fhir:v "BCR Task Input/Output Type"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-03T12:11:22+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Platform Belgium"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "eHealth Platform Belgium" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.ehealth.fgov.be" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@ehealth.fgov.be" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Types for the `Task.input` and `Task.output` slices used by the submission\nworkflow. **Draft — confirm with BCR.**"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "BE" ] ;
       fhir:display [ fhir:v "Belgium" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "questionnaire-response" ] ;
     fhir:display [ fhir:v "QuestionnaireResponse" ] ;
     fhir:definition [ fhir:v "Input: the completed cancer-registration QuestionnaireResponse being validated." ]
  ] [
     fhir:code [ fhir:v "submission-intent" ] ;
     fhir:display [ fhir:v "Submission intent" ] ;
     fhir:definition [ fhir:v "Input: whether this submission is a partial (interim) or final submission of the registration." ]
  ] [
     fhir:code [ fhir:v "validation-outcome" ] ;
     fhir:display [ fhir:v "Validation outcome" ] ;
     fhir:definition [ fhir:v "Output: the OperationOutcome carrying the validation result (errors / warnings / success)." ]
  ] [
     fhir:code [ fhir:v "registration-id" ] ;
     fhir:display [ fhir:v "Registration identifier" ] ;
     fhir:definition [ fhir:v "Output: the registry-assigned identifier issued when a case is accepted." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

