PackagesCanonicalsLogsProblems
    Packages
    firely.r4.sample.ig@0.2.0-draft
    https://acme.org/fhir/StructureDefinition/xAllergyIntolerance
description: AllergyIntolerance profile for the Acme sample IG
package_name: firely.r4.sample.ig
derivation: constraint
name: xAllergyIntolerance
type: AllergyIntolerance
elements:
  identifier: {index: 0}
  type:
    pattern: {type: Code, value: allergy}
    index: 1
  code:
    binding: {strength: required, valueSet: 'https://acme.org/fhir/ValueSet/AllergicDispositionFinding'}
    index: 2
  patient:
    type: Reference
    refers: ['https://acme.org/fhir/StructureDefinition/xPatient']
    index: 3
package_version: 0.2.0-draft
class: profile
kind: resource
url: https://acme.org/fhir/StructureDefinition/xAllergyIntolerance
base: http://hl7.org/fhir/StructureDefinition/AllergyIntolerance
version: null
required: [identifier, type, code]