PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@0.3.0-dft-preballot
    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'}
    index: 0
    elements:
      coding:
        index: 1
        elements:
          code: {index: 2}
          display:
            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
    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:
            choices: [occurrenceDateTime]
            index: 9
  occurrenceDateTime:
    type: dateTime
    choiceOf: occurrence
    index: 10
    slicing:
      slices:
        occurrenceDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: occurrence, index: 10}
  primarySource: {index: 11}
  reportOrigin:
    index: 12
    elements:
      coding:
        index: 13
        elements:
          code: {index: 14}
package_version: 0.3.0-dft-preballot
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]