@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-code> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "bcr-task-code"] ; # 
  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-code</b></p><a name=\"bcr-task-code\"> </a><a name=\"hcbcr-task-code\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/registries/bcr/CodeSystem/bcr-task-code</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\">register-cancer-case<a name=\"bcr-task-code-register-cancer-case\"> </a></td><td>Register cancer case</td><td>Obligation on a hospital to register a new cancer case for a patient. One per case; status only ever moves forward.</td></tr><tr><td style=\"white-space:nowrap\">validate-submission<a name=\"bcr-task-code-validate-submission\"> </a></td><td>Validate submission</td><td>A single submission of a QuestionnaireResponse to the national validation service. One per attempt.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     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:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "BCRTaskCode"] ; # 
  fhir:title [ fhir:v "BCR Task Code"] ; # 
  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 "Distinguishes the two Tasks used in the asynchronous submission channel: the\nlong-lived **registration obligation** and the short-lived, per-attempt\n**validation** Task. **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 "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "register-cancer-case" ] ;
     fhir:display [ fhir:v "Register cancer case" ] ;
     fhir:definition [ fhir:v "Obligation on a hospital to register a new cancer case for a patient. One per case; status only ever moves forward." ]
  ] [
     fhir:code [ fhir:v "validate-submission" ] ;
     fhir:display [ fhir:v "Validate submission" ] ;
     fhir:definition [ fhir:v "A single submission of a QuestionnaireResponse to the national validation service. One per attempt." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

