<AllergyIntolerance xmlns="http://hl7.org/fhir">
    <id value="cashew-allergy-example" />
    <meta>
        <profile value="http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/allergyintolerance-ca-ps" />
    </meta>
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <clinicalStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
            <code value="active" />
        </coding>
    </clinicalStatus>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
            <code value="confirmed" />
        </coding>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="410605003" />
            <display value="Confirmed present" />
        </coding>
    </verificationStatus>
    <type value="allergy" />
    <criticality value="high" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="227493005" />
            <display value="Cashew nut (substance)" />
        </coding>
    </code>
    <patient>
        <reference value="Patient/patient1-example" />
        <display value="Donald Duck" />
    </patient>
    <onsetDateTime value="2004" />
    <asserter>
        <reference value="Patient/patient1-example" />
        <display value="Donald Duck" />
    </asserter>
    <reaction>
        <manifestation>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="39579001" />
                <display value="Anaphylaxis (disorder)" />
            </coding>
        </manifestation>
        <onset value="2004-06-12" />
        <severity value="severe" />
    </reaction>
</AllergyIntolerance>