| Package | hl7.fhir.be.terminology |
| Resource Type | ValueSet |
| Id | be-vs-vaccination-status-reason |
| FHIR Version | R4 |
| Source | https://hl7belgium.org/profiles/fhir/terminology/https://build.fhir.org/ig/hl7-be/terminology/ValueSet-be-vs-vaccination-status-reason.html |
| URL | https://www.ehealth.fgov.be/standards/fhir/vaccination/ValueSet/be-vs-vaccination-status-reason |
| Version | 1.0.0 |
| Status | draft |
| Date | 2025-03-24T16:01:36+01:00 |
| Name | BeVSVaccinationStatusReason |
| Title | BeVSVaccinationStatusReason |
| Realm | be |
| Authority | hl7 |
| Description | Vaccination status reason Value Set - the reasons for an vaccination status - typically representing the reason why a vaccination is not performed |
| StructureDefinition | |
| be-model-vaccination | BeModelVaccination |
| be-vaccination | BeVaccination |
| CodeSystem | |
| be-cs-vaccination-status-reason | BeCSStatusReason |
| v3-ActReason | ActReason |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet be-vs-vaccination-status-reason
This value set includes codes based on the following rules:
https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-status-reasonhttp://terminology.hl7.org/CodeSystem/v3-ActReason| Code | Display | Definition |
| IMMUNE | Immune | **Definition:**Testing has shown that the patient already has immunity to the agent targeted by the immunization. |
| MEDPREC | Medical Precaution | **Definition:**The patient currently has a medical condition for which the vaccine is contraindicated or for which precaution is warranted. |
| OSTOCK | Out of Stock | **Definition:**There was no supply of the product on hand to perform the service. |
| PATOBJ | Patient Objection | **Definition:**The patient or their guardian objects to receiving the vaccine. |
{
"resourceType": "ValueSet",
"id": "be-vs-vaccination-status-reason",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
}
],
"url": "https://www.ehealth.fgov.be/standards/fhir/vaccination/ValueSet/be-vs-vaccination-status-reason",
"version": "1.0.0",
"name": "BeVSVaccinationStatusReason",
"title": "BeVSVaccinationStatusReason",
"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 status reason Value Set - the reasons for an vaccination status - typically representing the reason why a vaccination is not performed",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"compose": {
"include": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccination-status-reason"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"concept": [
{
"code": "IMMUNE",
"display": "Immune"
},
{
"code": "MEDPREC",
"display": "Medical Precaution"
},
{
"code": "OSTOCK",
"display": "Out of Stock"
},
{
"code": "PATOBJ",
"display": "Patient Objection"
}
]
}
]
}
}