PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@0.3.1-dft-ballot
    http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/immunization-ca-core
description: This profile represents the constraints applied to the Immunization resource by the CA Core+ project to represent the minimum expectations for the Immunization resource when used to promote capacity building for functionality found across Canadian FHIR implementations. It is informed by the constraints of shared across CIHI pCHDCF data sets and has also undergone analysis to assert alignment with the [Canadian Baseline Immunization Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-immunization.html)
package_name: ca.infoway.io.core
derivation: constraint
name: ImmunizationCACore
type: Immunization
elements:
  vaccineCode:
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/vaccineadministeredtradenamecode'}
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        index: 1
        elements:
          code: {mustSupport: true, index: 2}
          display:
            mustSupport: true
            index: 3
            extensions:
              translation: {url: 'http://hl7.org/fhir/StructureDefinition/translation', type: Extension, index: 4}
            elements:
              extension:
                type: Extension
                url: http://hl7.org/fhir/StructureDefinition/translation
                index: 4
                slicing:
                  slices:
                    translation:
                      match: {}
                      schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/translation', index: 4}
        required: [code]
    required: [coding]
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/patient-ca-core']
    index: 5
  occurrence:
    choices: []
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        occurrenceDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [occurrenceDateTime]
            index: 9
  occurrenceDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: occurrence
    index: 10
    slicing:
      slices:
        occurrenceDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: occurrence, index: 10}
  primarySource: {index: 11}
  reportOrigin:
    mustSupport: true
    index: 12
    elements:
      coding:
        mustSupport: true
        index: 13
        elements:
          code: {mustSupport: true, index: 14}
        required: [code]
package_version: 0.3.1-dft-ballot
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/immunization-ca-core
base: http://hl7.org/fhir/StructureDefinition/Immunization
version: null
required: [vaccineCode]