PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.psca@2.1.0-DFT
    http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps
description: This profile represents the constraints applied to the AllergyIntolerance resource by the PS-CA project, which is informed by the constraints of the [AllergyIntolerance IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-AllergyIntolerance-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-allergyintolerance.html) to allow for cross-border and cross-jurisdiction sharing of Allergies and Intolerances. It documents the relevant allergies or intolerances (conditions) for a patient, describing the kind of reaction (e.g. rash, anaphylaxis,..); preferably the agents that cause it; and optionally the criticality and the certainty of the allergy.
package_name: ca.infoway.io.psca
derivation: constraint
name: AllergyIntolerancePSCA
type: AllergyIntolerance
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps']
    index: 8
    elements:
      reference: {mustSupport: true, index: 9}
    required: [reference]
  onset:
    choices: []
    index: 11
  clinicalStatus:
    index: 2
    elements:
      coding: {index: 3}
    required: [coding]
  type: {index: 6}
  extension:
    index: 0
    slicing:
      rules: open
      description: Extensions are always sliced by (at least) url
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        abatement:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement', index: 1}
          max: 1
  code:
    short: Concept - reference to a terminology or just text
    type: CodeableConcept
    mustSupport: true
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/pharmaceuticalbiologicproductandsubstancecode'}
    index: 7
  onsetDateTime: {mustSupport: true, index: 12}
  verificationStatus:
    index: 4
    elements:
      coding: {index: 5}
    required: [coding]
  reaction:
    mustSupport: true
    index: 13
    elements:
      substance: {index: 14}
      manifestation:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
        mustSupport: true
        index: 15
      severity: {index: 16}
package_version: 2.1.0-DFT
extensions:
  abatement: {url: 'http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement', max: 1, type: Extension, index: 1}
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps
base: http://hl7.org/fhir/StructureDefinition/AllergyIntolerance
version: null
required: [code]