Skip to main content

ImmunizationUpdateInput

No description

input ImmunizationUpdateInput {
identifier: [IdentifierUpdateInput!]
status: String
statusReason: CodeableConceptUpdateInput
vaccineCode: CodeableConceptUpdateInput
patient: ReferenceUpdateInput
encounter: ReferenceUpdateInput
occurrenceDateTime: Date
occurrenceString: String
recorded: Date
primarySource: Boolean
reportOrigin: CodeableConceptUpdateInput
location: ReferenceUpdateInput
manufacturer: ReferenceUpdateInput
lotNumber: String
expirationDate: Date
site: CodeableConceptUpdateInput
route: CodeableConceptUpdateInput
doseQuantity: QuantityUpdateInput
performer: [ImmunizationPerformerUpdateInput!]
note: [AnnotationUpdateInput!]
reasonCode: [CodeableConceptUpdateInput!]
reasonReference: [ReferenceUpdateInput!]
isSubpotent: Boolean
subpotentReason: [CodeableConceptUpdateInput!]
education: [ImmunizationEducationUpdateInput!]
programEligibility: [CodeableConceptUpdateInput!]
fundingSource: CodeableConceptUpdateInput
reaction: [ImmunizationReactionUpdateInput!]
protocolApplied: [ImmunizationProtocolAppliedUpdateInput!]
text: NarrativeUpdateInput
contained: [ResourceUpdateInput!]
extension: [FhirExtensionUpdateInput!]
modifierExtension: [FhirExtensionUpdateInput!]
id: String
meta: FhirMetaUpdateInput
implicitRules: Uri
language: String
}

Fields

ImmunizationUpdateInput.identifier ● [IdentifierUpdateInput!] list input

A unique identifier assigned to this immunization record.

ImmunizationUpdateInput.status ● String scalar

Indicates the current status of the immunization event.

ImmunizationUpdateInput.statusReason ● CodeableConceptUpdateInput input

Indicates the reason the immunization event was not performed.

ImmunizationUpdateInput.vaccineCode ● CodeableConceptUpdateInput input

Vaccine that was administered or was to be administered.

ImmunizationUpdateInput.patient ● ReferenceUpdateInput input

The patient who either received or did not receive the immunization.

ImmunizationUpdateInput.encounter ● ReferenceUpdateInput input

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

ImmunizationUpdateInput.occurrenceDateTime ● Date scalar

Date vaccine administered or was to be administered. (choose any one of occurrence*, but only one)

ImmunizationUpdateInput.occurrenceString ● String scalar

Date vaccine administered or was to be administered. (choose any one of occurrence*, but only one)

ImmunizationUpdateInput.recorded ● Date scalar

The date the occurrence of the immunization was first captured in the record - potentially significantly after the occurrence of the event.

ImmunizationUpdateInput.primarySource ● Boolean scalar

An indication that the content of the record is based on information from the person who administered the vaccine. This reflects the context under which the data was originally recorded.

ImmunizationUpdateInput.reportOrigin ● CodeableConceptUpdateInput input

The source of the data when the report of the immunization event is not based on information from the person who administered the vaccine.

ImmunizationUpdateInput.location ● ReferenceUpdateInput input

The service delivery location where the vaccine administration occurred.

ImmunizationUpdateInput.manufacturer ● ReferenceUpdateInput input

Name of vaccine manufacturer.

ImmunizationUpdateInput.lotNumber ● String scalar

Lot number of the vaccine product.

ImmunizationUpdateInput.expirationDate ● Date scalar

Date vaccine batch expires.

ImmunizationUpdateInput.site ● CodeableConceptUpdateInput input

Body site where vaccine was administered.

ImmunizationUpdateInput.route ● CodeableConceptUpdateInput input

The path by which the vaccine product is taken into the body.

ImmunizationUpdateInput.doseQuantity ● QuantityUpdateInput input

The quantity of vaccine product that was administered.

ImmunizationUpdateInput.performer ● [ImmunizationPerformerUpdateInput!] list input

Indicates who performed the immunization event.

ImmunizationUpdateInput.note ● [AnnotationUpdateInput!] list input

Extra information about the immunization that is not conveyed by the other attributes.

ImmunizationUpdateInput.reasonCode ● [CodeableConceptUpdateInput!] list input

Reasons why the vaccine was administered.

ImmunizationUpdateInput.reasonReference ● [ReferenceUpdateInput!] list input

Condition, Observation or DiagnosticReport that supports why the immunization was administered.

ImmunizationUpdateInput.isSubpotent ● Boolean scalar

Indication if a dose is considered to be subpotent. By default, a dose should be considered to be potent.

ImmunizationUpdateInput.subpotentReason ● [CodeableConceptUpdateInput!] list input

Reason why a dose is considered to be subpotent.

ImmunizationUpdateInput.education ● [ImmunizationEducationUpdateInput!] list input

Educational material presented to the patient (or guardian) at the time of vaccine administration.

ImmunizationUpdateInput.programEligibility ● [CodeableConceptUpdateInput!] list input

Indicates a patient s eligibility for a funding program.

ImmunizationUpdateInput.fundingSource ● CodeableConceptUpdateInput input

Indicates the source of the vaccine actually administered. This may be different than the patient eligibility (e.g. the patient may be eligible for a publically purchased vaccine but due to inventory issues, vaccine purchased with private funds was actually administered).

ImmunizationUpdateInput.reaction ● [ImmunizationReactionUpdateInput!] list input

Categorical data indicating that an adverse event is associated in time to an immunization.

ImmunizationUpdateInput.protocolApplied ● [ImmunizationProtocolAppliedUpdateInput!] list input

The protocol (set of recommendations) being followed by the provider who administered the dose.

ImmunizationUpdateInput.text ● NarrativeUpdateInput input

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it clinically safe for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

ImmunizationUpdateInput.contained ● [ResourceUpdateInput!] list input

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

ImmunizationUpdateInput.extension ● [FhirExtensionUpdateInput!] list input

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

ImmunizationUpdateInput.modifierExtension ● [FhirExtensionUpdateInput!] list input

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

ImmunizationUpdateInput.id ● String scalar

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

ImmunizationUpdateInput.meta ● FhirMetaUpdateInput input

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

ImmunizationUpdateInput.implicitRules ● Uri scalar

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

ImmunizationUpdateInput.language ● String scalar

The base language in which the resource is written.

Member Of

ImmunizationUpdate mutation