description: The Immunization Medication Information represents product information about the immunization substance. The vaccine manufacturer and vaccine lot number are typically recorded in the medical record and should be included if known. package_name: hl7.cda.us.ccda derivation: constraint name: ImmunizationMedicationInformation type: http://hl7.org/cda/stds/core/StructureDefinition/ManufacturedProduct elements: templateId: index: 0 slicing: rules: open discriminator: - {path: root, type: value} - {path: extension, type: value} min: 1 slices: immunization-med-info: match: {root: 2.16.840.1.113883.10.20.22.4.54, extension: '2014-06-09'} schema: _required: true index: 1 elements: root: pattern: {type: String, value: 2.16.840.1.113883.10.20.22.4.54} index: 2 extension: pattern: {type: String, value: '2014-06-09'} index: 3 required: [root, extension] extensions: {} classCode: {index: 4} id: {index: 5} manufacturedMaterial: constraint: should-lotNumberText: {human: SHOULD contain lotNumberText, source: 'http://hl7.org/cda/us/ccda/StructureDefinition/ImmunizationMedicationInformation', severity: warning, expression: lotNumberText.exists()} index: 6 elements: code: binding: {strength: required, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.6'} index: 7 lotNumberText: {short: 'lotNumberText should be included if known. It may not be known for historical immunizations, planned immunizations, or refused/deferred immunizations.', index: 8} required: [code] manufacturerOrganization: {index: 9} package_version: 3.0.0-ballot class: logical kind: logical url: http://hl7.org/cda/us/ccda/StructureDefinition/ImmunizationMedicationInformation base: http://hl7.org/cda/stds/core/StructureDefinition/ManufacturedProduct version: 3.0.0-ballot required: [classCode, manufacturedMaterial, templateId]