PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.0.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips
description: This profile represents the constraints applied to the AllergyIntolerance resource by the International Patient Summary (IPS) FHIR Implementation Guide. A record of an allergy or intolerance is represented in the patient summary as an instance of an AllergyIntolerance resource constrained by this profile.\n\nIt documents the relevant allergies or intolerances 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: hl7.fhir.uv.ips
derivation: constraint
name: AllergyIntoleranceUvIps
type: AllergyIntolerance
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 6
    elements:
      reference: {mustSupport: true, index: 7}
    required: [reference]
  onset:
    mustSupport: true
    choices: []
    index: 9
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        onsetDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [onsetDateTime]
            index: 11
          min: 0
          max: 1
  clinicalStatus: {type: CodeableConcept, mustSupport: true, index: 2}
  type: {mustSupport: true, index: 4}
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        abatement:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement|5.3.0-ballot-tc1', index: 1}
          min: 0
          max: 1
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/allergies-intolerances-uv-ips'}
    mustSupport: true
    index: 5
  onsetDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: onset
    index: 12
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 12}
          min: 0
          max: 1
  verificationStatus: {index: 3}
  reaction:
    mustSupport: true
    index: 13
    elements:
      manifestation:
        type: CodeableConcept
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/allergy-reaction-uv-ips'}
        mustSupport: true
        index: 14
      severity: {mustSupport: true, index: 15}
package_version: 2.0.0
extensions:
  abatement: {url: 'http://hl7.org/fhir/StructureDefinition/allergyintolerance-abatement|5.3.0-ballot-tc1', min: 0, max: 1, type: Extension, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips
base: http://hl7.org/fhir/StructureDefinition/AllergyIntolerance
version: 2.0.0
required: [code]