@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/public-health/CodeSystem/be-cs-populationscreening-next-invitation-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "be-cs-populationscreening-next-invitation-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.ehealth.fgov.be/standards/fhir/public-health/CodeSystem/be-cs-populationscreening-next-invitation-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">nextinvitation<a name=\"be-cs-populationscreening-next-invitation-type-nextinvitation\"> </a></td><td>A following invitation is expected</td></tr><tr><td style=\"white-space:nowrap\">definitivelyexcluded<a name=\"be-cs-populationscreening-next-invitation-type-definitivelyexcluded\"> </a></td><td>No further invitation expected</td></tr><tr><td style=\"white-space:nowrap\">notintargetgroup<a name=\"be-cs-populationscreening-next-invitation-type-notintargetgroup\"> </a></td><td>Not part of target group.</td></tr><tr><td style=\"white-space:nowrap\">refusal<a name=\"be-cs-populationscreening-next-invitation-type-refusal\"> </a></td><td>No further invitations due to refusal.</td></tr><tr><td style=\"white-space:nowrap\">temporarilyexcluded<a name=\"be-cs-populationscreening-next-invitation-type-temporarilyexcluded\"> </a></td><td>Temporarily excluded.</td></tr><tr><td style=\"white-space:nowrap\">tobedetermined<a name=\"be-cs-populationscreening-next-invitation-type-tobedetermined\"> </a></td><td>A further invitation may or not be advised, but that is not yet determined.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"be-cs-populationscreening-next-invitation-type-unknown\"> </a></td><td>Insufficient information to determine a future invitation.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "1"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/public-health/CodeSystem/be-cs-populationscreening-next-invitation-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BeCSPopulationScreeningNextInvitationType"] ; # 
  fhir:title [ fhir:v "Population Screening Next Invitation Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-06-27T13:40:58+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Platform"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "eHealth Platform" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.ehealth.fgov.be/standards/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ]
     ] )
  ] [
     fhir:name [ fhir:v "eHealth Platform" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code System containing the codes for the type of the next invitation (or exclusion of next invitation)"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "BE" ] ;
       fhir:display [ fhir:v "Belgium" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "nextinvitation" ] ;
     fhir:display [ fhir:v "A following invitation is expected" ]
  ] [
     fhir:code [ fhir:v "definitivelyexcluded" ] ;
     fhir:display [ fhir:v "No further invitation expected" ]
  ] [
     fhir:code [ fhir:v "notintargetgroup" ] ;
     fhir:display [ fhir:v "Not part of target group." ]
  ] [
     fhir:code [ fhir:v "refusal" ] ;
     fhir:display [ fhir:v "No further invitations due to refusal." ]
  ] [
     fhir:code [ fhir:v "temporarilyexcluded" ] ;
     fhir:display [ fhir:v "Temporarily excluded." ]
  ] [
     fhir:code [ fhir:v "tobedetermined" ] ;
     fhir:display [ fhir:v "A further invitation may or not be advised, but that is not yet determined." ]
  ] [
     fhir:code [ fhir:v "unknown" ] ;
     fhir:display [ fhir:v "Insufficient information to determine a future invitation." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

