FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/be-cs-vaccination-status-reason

Packagehl7.fhir.be.terminology
TypeCodeSystem
Idbe-cs-vaccination-status-reason
FHIR VersionR4
Sourcehttps://hl7belgium.org/profiles/fhir/terminology/https://build.fhir.org/ig/hl7-be/terminology/CodeSystem-be-cs-vaccination-status-reason.html
URLhttps://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-status-reason
Version1.0.0
Statusdraft
Date2025-03-24T16:01:36+01:00
NameBeCSStatusReason
TitleBeCSStatusReason
Realmbe
Authorityhl7
DescriptionVaccination reason status Code System.
Contentcomplete

Resources that use this resource

ValueSet
be-vs-vaccination-status-reasonBeVSVaccinationStatusReason
be-vs-vaccination-status-reasonBeVSVaccinationStatusReason

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem be-cs-vaccination-status-reason

This case-sensitive code system https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-status-reason defines the following codes:

CodeDisplay
OTHER Other
ALLERGY Allergy to vaccine ingredient

Additional Language Displays

CodeFrench (Belgium) (fr)Nederlands (Belgiƫ) (Dutch (Belgium), nl)
OTHERAutreAndere
ALLERGYAllergieAllergie

Source

{
  "resourceType": "CodeSystem",
  "id": "be-cs-vaccination-status-reason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-status-reason",
  "version": "1.0.0",
  "name": "BeCSStatusReason",
  "title": "BeCSStatusReason",
  "status": "draft",
  "experimental": false,
  "date": "2025-03-24T16:01:36+01:00",
  "publisher": "My Organization",
  "contact": [
    {
      "name": "My Organization",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com/committees"
        },
        {
          "system": "email",
          "value": "my-group@example.com"
        }
      ]
    },
    {
      "name": "Bob Smith",
      "telecom": [
        {
          "system": "email",
          "value": "bobsmith@example.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Vaccination reason status Code System.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "OTHER",
      "display": "Other",
      "designation": [
        {
          "language": "fr-BE",
          "value": "Autre"
        },
        {
          "language": "nl-BE",
          "value": "Andere"
        }
      ]
    },
    {
      "code": "ALLERGY",
      "display": "Allergy to vaccine ingredient",
      "designation": [
        {
          "language": "fr-BE",
          "value": "Allergie"
        },
        {
          "language": "nl-BE",
          "value": "Allergie"
        }
      ]
    }
  ]
}