PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-allergyintolerance
description: This profile constrains the AllergyIntolerance resource for representing the allergies and intolerances.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsAllergyIntolerance
type: AllergyIntolerance
elements:
  type: {mustSupport: true, index: 0}
  code:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-allergyintolerance/ValueSet/CHAllergyIntoleranceValueSet'}
    mustSupport: true
    index: 1
  patient:
    type: Reference
    short: Patient
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient']
    index: 2
    elements:
      reference: {index: 3}
    required: [reference]
  encounter:
    type: Reference
    short: Emergency service during which this allergy or intolerance was observed
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-encounter']
    index: 4
    elements:
      reference: {index: 5}
    required: [reference]
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-allergyintolerance
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-allergyintolerance
version: 2.0.0-ballot
required: [encounter]