http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|8.0.0-ballot

The US Core Immunization Profile inherits from the FHIR [Immunization](https://hl7.org/fhir/R4/immunization.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the Immunization resource to record, search, and fetch immunization history associated with a patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
description: The US Core Immunization Profile inherits from the FHIR [Immunization](https://hl7.org/fhir/R4/immunization.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the Immunization resource to record, search, and fetch immunization history associated with a patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
derivation: constraint
name: USCoreImmunizationProfile
type: Immunization
elements:
  patient: {mustSupport: true, index: 3}
  encounter: {short: Encounter the immunization was part of, mustSupport: true, index: 4}
  vaccineCode:
    short: Vaccine Product Type (bind to CVX)
    mustSupport: true
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1010.6'}
    index: 2
  statusReason:
    mustSupport: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/immunization-status-reason'}
    index: 1
  primarySource: {mustSupport: true, index: 7}
  status:
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/immunization-status'}
    index: 0
  lotNumber: {mustSupport: true, index: 9}
  location: {short: Where the vaccine was administered, mustSupport: true, index: 8}
  occurrence:
    mustSupport: true
    choices: []
    index: 6
  performer:
    mustSupport: true
    index: 10
    elements:
      actor: {mustSupport: true, index: 11}
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization
base: http://hl7.org/fhir/StructureDefinition/Immunization
version: 8.0.0-ballot