Immunization

Represents an immunization resource

Immunization = object

Represents an immunization resource matching GraphQL structure. Based on FHIR Immunization resource with GraphQL-compatible structure.

Properties

resourceType

resourceType: string | null

A set of rules under which this content was created


id

id: string

Logical id of this artifact


identifier

identifier: (Identifier | null)[] | null

Business identifiers for this immunization


meta

meta: Meta | null

Metadata about the resource


text

text: Narrative | null

Text summary of the resource, for human interpretation


status

status: string | null

Status of the immunization event


expirationDate

expirationDate: string | null

Expiration date of vaccine


reportOrigin

reportOrigin: CodeableConcept | null

Report origin


vaccineCode

vaccineCode: CodeableConcept | null

Vaccine administered


statusReason

statusReason: CodeableConcept | null

Reason for the current status


occurrenceDateTime

occurrenceDateTime: string | null

Date vaccine administered


primarySource

primarySource: boolean | null

Whether the record is from the primary source


doseQuantity

doseQuantity: Quantity | null

Dose quantity administered


reaction

reaction: (ImmunizationReaction | null)[] | null

Reactions following immunization


protocolApplied

protocolApplied: (ImmunizationProtocolApplied | null)[] | null

Protocols applied


manufacturer

manufacturer: Reference<Organization> | null

Manufacturer organization


lotNumber

lotNumber: string | null

Lot number of vaccine


site

site: CodeableConcept | null

Body site of administration


route

route: CodeableConcept | null

Route of administration


performer

performer: (ImmunizationPerformer | null)[] | null

Performer(s) of the immunization


location

location: Reference<Location> | null

Location where immunization was given


reasonCode

reasonCode: (CodeableConcept | null)[] | null

Reason codes for immunization


encounter

encounter: Reference<Encounter> | null

The visit or admission or other contact between patient and health care provider the immunization was performed as part of.