PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.ps@0.1.0-preview
    http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-allergyintolerance
description: This profile sets minimum expectations for an AllergyIntolerance resource in the context of a patient summary in an Australian context. It is based on the [AU Base AllergyIntolerance](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-allergyintolerance.html) profile, and applies the constraints of [AU Core AllergyIntolerance](http://hl7.org.au/fhir/core/StructureDefinition/au-core-allergyintolerance) and [AllergyIntolerance (IPS)](http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips).
package_name: hl7.fhir.au.ps
derivation: constraint
name: AUPSAllergyIntolerance
type: AllergyIntolerance
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-patient']
    index: 4
    elements:
      reference: {mustSupport: true, index: 5}
    required: [reference]
  onset:
    mustSupport: true
    choices: [onsetDateTime, onsetAge, onsetPeriod, onsetRange]
    index: 7
  clinicalStatus: {type: CodeableConcept, mustSupport: true, index: 0}
  onsetRange: {type: Range, mustSupport: true, choiceOf: onset, index: 11}
  onsetAge: {type: Age, mustSupport: true, choiceOf: onset, index: 9}
  onsetPeriod: {type: Period, mustSupport: true, choiceOf: onset, index: 10}
  type: {mustSupport: true, index: 2}
  code:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/indicator-hypersensitivity-intolerance-to-substance-2'}
    mustSupport: true
    index: 3
  onsetDateTime: {type: dateTime, mustSupport: true, choiceOf: onset, index: 8}
  verificationStatus: {type: CodeableConcept, mustSupport: true, index: 1}
  reaction:
    mustSupport: true
    index: 12
    elements:
      manifestation: {type: CodeableConcept, mustSupport: true, index: 13}
      severity: {mustSupport: true, index: 14}
package_version: 0.1.0-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/ps/StructureDefinition/au-ps-allergyintolerance
base: http://hl7.org.au/fhir/StructureDefinition/au-allergyintolerance
version: 0.1.0-preview
required: [code]