FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.be.public-health
Resource TypeCodeSystem
IdCodeSystem-be-cs-populationscreening-next-invitation-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/public-health/CodeSystem/be-cs-populationscreening-next-invitation-type defines the following codes:

CodeDisplay
nextinvitation A following invitation is expected
definitivelyexcluded No further invitation expected
notintargetgroup Not part of target group.
refusal No further invitations due to refusal.
temporarilyexcluded Temporarily excluded.
tobedetermined A further invitation may or not be advised, but that is not yet determined.
unknown Insufficient information to determine a future invitation.

Source1

{
  "resourceType": "CodeSystem",
  "id": "be-cs-populationscreening-next-invitation-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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.3",
  "name": "BeCSPopulationScreeningNextInvitationType",
  "title": "Population Screening Next Invitation Type",
  "status": "active",
  "experimental": false,
  "date": "2024-06-12T10:52:09+02: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."
    }
  ]
}