PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@0.3.0-dft-ballot-2
    http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/allergyintolerance-ca-core
description: This profile represents the constraints applied to the AllergyIntolerance resource by the CA Core+ project to represent the minimum expectations for the AllergyIntolerance 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 AllergyIntolerance Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-allergyintolerance.html)
package_name: ca.infoway.io.core
derivation: constraint
name: AllergyIntoleranceCACore
type: AllergyIntolerance
elements:
  code:
    binding: {strength: preferred, valueSet: 'http://fhir.infoway-inforoute.ca/ValueSet/substanceandpharmaceuticalbiologicproductcode'}
    index: 0
    elements:
      coding:
        index: 1
        elements:
          code: {index: 2}
        required: [code]
    required: [coding]
  patient:
    type: Reference
    refers: ['http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/patient-ca-core']
    index: 3
  reaction:
    index: 4
    elements:
      manifestation:
        binding: {strength: preferred, valueSet: 'http://fhir.infoway-inforoute.ca/ca-core/ValueSet/PHCVS'}
        index: 5
        elements:
          coding:
            index: 6
            elements:
              code: {index: 7}
            required: [code]
        required: [coding]
package_version: 0.3.0-dft-ballot-2
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/allergyintolerance-ca-core
base: http://hl7.org/fhir/StructureDefinition/AllergyIntolerance
version: null
required: [code]