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

FHIR IG analytics

Packagehl7.fhir.be.terminology
Resource TypeCodeSystem
IdCodeSystem-be-cs-populationscreening-next-invitation-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/terminology/CodeSystem-be-cs-populationscreening-next-invitation-type.html
URLhttps://www.ehealth.fgov.be/standards/fhir/public-health/CodeSystem/be-cs-populationscreening-next-invitation-type
Version1.0.3
Statusactive
Date2024-06-12T10:56:47+02:00
NameBeCSPopulationScreeningNextInvitationType
TitlePopulation Screening Next Invitation Type
Realmbe
Authorityhl7
DescriptionCode System containing the codes for the type of the next invitation (or exclusion of next invitation)
Contentcomplete

Resources that use this resource

ValueSet
be-vs-populationscreening-next-invitation-typePopulation Screening Next Invitation Type Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "be-cs-populationscreening-next-invitation-type",
  "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:56:47+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."
    }
  ]
}