> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Immunization Object

## Object Definition

```json theme={null}
{
    "id": 140758867247274,
    "administered_date": "2021-09-22T17:01:00Z",
    "administering_physician": 720898,
    "ordering_physician": 720898,
    "description": "Comvax Intramuscular Suspension 7.5-5 MCG/0.5ML (Hib-HepB)",
    "reason": "",
    "vaccine": {
        "name": "Hib-Hep B",
        "cvx": 51,
        "cdc_name": "Haemophilus influenzae type b",
        "cdc_type": "Hib-HepB"
    },
    "qty": null,
    "qty_units": "mL",
    "lot_number": "",
    "manufacturer_name": "",
    "manufacturer_code": "PFR",
    "expiration_date": null,
    "vis": "",
    "vis_given_date": null,
    "method": "Intramuscular",
    "site": "Right Arm",
    "notes": "",
    "publicity_code": "",
    "vfc_eligibility": "",
    "funding_source": null,
    "info_source": "",
    "allowed_sharing": null,
    "practice": 140758835265540,
    "patient": 140758844637185,
    "created_date": "2022-06-29T09:59:28Z",
    "deleted_date": null,
    "dose_in_series": null,
    "priority_population": null,
    "ndc": null,
    "patient_consent": null
}
```

| Field              | Available values                                                                                                                                                                                                                                                                                                                                                                                                                    | Notes                                             |
| :----------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------ |
| allowed\_sharing   | Whether this immunization should be sent to an Immunization Registry.                                                                                                                                                                                                                                                                                                                                                               |                                                   |
| method             | "Intramuscular (IM)", "Subcutaneous (SC)", "Oral (PO)", "Intranasal (NS)"                                                                                                                                                                                                                                                                                                                                                           |                                                   |
| site               | "Left Arm", "Left Deltoid", "Left Gluteus Medius", "Left Lower Forearm", "Left Thigh", "Left Vastus Lateralis", "Right Arm", "Right Deltoid", "Right Gluteus Medius", "Right Lower Forearm", "Right Thigh", "Right Vastus Lateralis"                                                                                                                                                                                                |                                                   |
| qty\_units         | "dL", "g", "kg", "kL", "L", "mg", "mL", "ug", "uL" "tab"                                                                                                                                                                                                                                                                                                                                                                            | from UCUM value set                               |
| manufacturer\_code | [https://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=mvx](https://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=mvx)                                                                                                                                                                                                                                                                                        | from CDC value set                                |
| publicity\_code    | "No reminder/recall", "Reminder/recall - any method", "Reminder/recall - no calls", "Reminder only - any method", "Reminder only - no calls", "Recall only - any method", "Recall only - no calls", "Reminder/recall - to provider", "Reminder to provider", "Only reminder to provider, no recall", "Recall to provider", "Only recall to provider, no reminder"                                                                   | from CDC value set                                |
| vfc\_eligibility   | "Not VFC eligible", "VFC eligible - Medicaid/Medicaid Managed Care", "VFC eligible - Uninsured", "VFC eligible - American Indian/Alaskan Native", "VFC eligible - Under-insured", "317", "CHIP", "Local-specific eligibility", "Medicare", "State program eligibility", "CA State General Fund Vaccines", "ME State Eligible - Insured - Under 19", "OR Special Projects", "OR Locally Owned"                                       | from CDC value set and state/local-specific codes |
| info\_source       | "New immunization record", "Historical information - source unspecified", "Historical information - from other provider", "Historical information - from parent's written record", "Historical information - from parent's recall", "Historical information - from other registry", "Historical information - from birth certificate", "Historical information - from school record", "Historical information - from public agency" | from CDC value set                                |
| funding\_source    | "Privately funded vaccine stock", "Publicly funded vaccine stock"                                                                                                                                                                                                                                                                                                                                                                   | from CDC value set                                |
