Package | implementation.guide.nhdr |
Resource Type | ValueSet |
Id | ImmunizationStatusReason |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/ImmunizationStatusReason |
URL | http://example.org/fhir/ValueSet/ImmunizationStatusReason |
Version | 1.0.0 |
Status | draft |
Date | 2024-11-28 |
Name | ImmunizationStatusReason |
Title | Immunization Status Reason Value Set |
Description | A value set representing reasons for immunization status. |
StructureDefinition | |
PH_Immunization | PH_Immunization |
No resources found
No narrative content found in resource
{ "resourceType": "ValueSet", "id": "ImmunizationStatusReason", "url": "http://example.org/fhir/ValueSet/ImmunizationStatusReason", "version": "1.0.0", "name": "ImmunizationStatusReason", "title": "Immunization Status Reason Value Set", "status": "draft", "experimental": false, "date": "2024-11-28", "publisher": "Your Organization Name", "description": "A value set representing reasons for immunization status.", "compose": { "include": [ { "system": "http://example.org/fhir/CodeSystem/ImmunizationStatusReasonCodeSystem", "concept": [ { "code": "MotherBusy", "display": "Mother was busy" }, { "code": "ChildSick", "display": "Child was sick" }, { "code": "ForgotSchedule", "display": "Forgot schedule" }, { "code": "AgainstBelief", "display": "Against belief" }, { "code": "NoVaccineAvailable", "display": "No vaccine available" }, { "code": "MedicalContraindication", "display": "Medical contraindication" }, { "code": "VaccinatorNotAvailable", "display": "Vaccinator not available" }, { "code": "FearOfSideEffects", "display": "Fear of side effects" }, { "code": "NotEligible", "display": "Not eligible for vaccination" }, { "code": "OtherReasonsSpecify", "display": "Other reasons, specify" } ] } ] } }