PackagesCanonicalsLogsProblems
    Packages
    fhir.hrsa.uds-plus@1.0.1
    http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-immunization
description: The UDS+ profile is based on the Immunization resource and establishes the core elements, extensions, vocabularies and value sets for representing immunizations for UDS+ program.
package_name: fhir.hrsa.uds-plus
derivation: constraint
name: UDSPlusImmunization
type: Immunization
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/de-identified-uds-plus-patient']
    index: 6
  vaccineCode: {mustSupport: true, index: 5}
  statusReason: {mustSupport: true, index: 4}
  recorded: {mustSupport: true, index: 10}
  contained: {short: Cannot include any contained resources in the resource as part of the de-identified data., mustSupport: false, index: 2}
  primarySource: {mustSupport: true, index: 11}
  status: {mustSupport: true, index: 3}
  id: {short: The de-identified Immunization identifier created by the health center to send data to UDS+ Data Receiver, mustSupport: true, index: 0}
  occurrenceDateTime: {type: dateTime, mustSupport: true, choiceOf: occurrence, index: 9}
  occurrence:
    mustSupport: true
    choices: [occurrenceDateTime]
    index: 8
  text: {short: Cannot include any text in the resource as part of the de-identified data., mustSupport: false, index: 1}
package_version: 1.0.1
class: profile
kind: resource
url: http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-immunization
base: http://hl7.org/fhir/StructureDefinition/Immunization
version: 1.0.1
required: [primarySource, vaccineCode, occurrenceDateTime, status, occurrence, patient]