HL7 FHIR Implementation Guide: Public Health IG Release 1 - BE Realm | STU1
1.0.2 - STU1 Belgium flag

HL7 FHIR Implementation Guide: Public Health IG Release 1 - BE Realm | STU1, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/public-health/ and changes regularly. See the Directory of published versions

: Population Screening Next Invitation Type - JSON Representation

Active as of 2024-05-07 Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-populationscreening-next-invitation-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive 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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "https://www.ehealth.fgov.be/standards/fhir/public-health/CodeSystem/be-cs-populationscreening-next-invitation-type",
  "version" : "1.0.2",
  "name" : "BeCSPopulationScreeningNextInvitationType",
  "title" : "Population Screening Next Invitation Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-07T07:59:23+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Code System containing the codes for the type of the next invitation (or exclusion of next invitation)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "nextinvitation",
      "display" : "A following invitation is expected"
    },
    {
      "code" : "definitivelyexcluded",
      "display" : "No further invitation expected"
    },
    {
      "code" : "notintargetgroup",
      "display" : "Not part of target group."
    },
    {
      "code" : "refusal",
      "display" : "No further invitations due to refusal."
    },
    {
      "code" : "temporarilyexcluded",
      "display" : "Temporarily excluded."
    },
    {
      "code" : "tobedetermined",
      "display" : "A further invitation may or not be advised, but that is not yet determined."
    },
    {
      "code" : "unknown",
      "display" : "Insufficient information to determine a future invitation."
    }
  ]
}