PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient@summary-0.0.9-alpha-1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-allergyintolerance
description: This profile defines a set of constraints to the FHIR AllergyIntolerance resource for use in Ontario Patient Summaries (PS-ON).  It refines constraints applied to the AllergyIntollerance resource by the PS-CA project, which is informed by the constraints of the [AllergyIntolerance-UV-IPS 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.on.oh.patient
derivation: constraint
name: AllergyIntolerancePSON
type: AllergyIntolerance
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient']
    index: 13
    elements:
      reference: {mustSupport: true, index: 14}
    required: [reference]
  onset:
    choices: []
    index: 16
  criticality: {mustSupport: false, index: 8}
  clinicalStatus: {mustSupport: false, index: 3}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {mustSupport: true, index: 2}
    required: [profile]
  type: {mustSupport: true, index: 7}
  asserter: {mustSupport: true, index: 18}
  note: {index: 19}
  id: {index: 0}
  code:
    short: Concept - reference to a terminology or just text
    type: CodeableConcept
    mustSupport: true
    binding: {strength: preferred, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/substanceandpharmaceuticalbiologicproductcode'}
    index: 9
    slicing:
      rules: open
      description: Discriminated by the bound value set
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      max: 1
      slices:
        allergyIntoleranceGPSCode:
          match: {}
          schema:
            short: Optional slice for code for allergy or intolerance from the SNOMED CT GPS code set
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/allergy-intolerance-substance-condition-gps-uv-ips'}
            mustSupport: false
            index: 10
          max: 1
        codeAllergyCA:
          match: {}
          schema:
            short: Optional slice for code for allergy or intolerance from the SNOMED CT CA code set
            binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/substanceandpharmaceuticalbiologicproductcode'}
            mustSupport: true
            index: 11
          max: 1
        absentOrUnknownAllergyIntolerance:
          match: {}
          schema:
            short: Optional slice for code for absent or unknown allergy or intolerance
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-allergies-uv-ips'}
            index: 12
          max: 1
  onsetDateTime: {mustSupport: true, index: 17}
  verificationStatus:
    elements:
      coding:
        mustSupport: false
        index: 4
        slicing:
          rules: open
          description: Discriminated by value set
          discriminator:
          - {path: $this, type: pattern}
          min: 0
          max: 1
          slices:
            HL7VerificationStatus:
              match: {}
              schema:
                short: Required value set for AllergyIntolerance Verification Status.
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/allergyintolerance-verification|4.0.1'}
                _required: true
                index: 5
              min: 1
              max: 1
            StatusCode:
              match: {}
              schema:
                short: Code for allergy or intolerance status
                binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/allergyintolerancestatuscode'}
                index: 6
              max: 1
  reaction:
    mustSupport: true
    index: 20
    elements:
      substance: {index: 21}
      manifestation:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
        mustSupport: true
        index: 22
        slicing:
          rules: open
          description: Discriminated by the bound value set
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            allergyIntoleranceReactionManifestationGPSCode:
              match: {}
              schema:
                short: Code for the allergy or intolerance reaction manifestation from the SNOMED CT GPS code set
                type: CodeableConcept
                mustSupport: false
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/allergy-reaction-gps-uv-ips'}
                index: 23
              max: 1
            manifestationSCTCA:
              match: {}
              schema:
                short: Optional slice for representing code for the allergy or intolerance reaction manifestation from the SNOMED CT Canadian edition value set.
                binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
                index: 24
              max: 1
      onset: {index: 25}
      severity: {mustSupport: true, index: 26}
package_version: summary-0.0.9-alpha-1
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-allergyintolerance
base: http://hl7.org/fhir/StructureDefinition/AllergyIntolerance
version: 0.0.1
required: [meta, code]