Example AllergyIntolerance - Deleted

This shows an example of a deleted allergy. The status is set to entered in error and the verification status has been removed.

AllergyIntolerance
AllergyIntolerance.id[0]Example-DataStandardsWales-AllergyIntolerance-Potato-SoftDelete
AllergyIntolerance.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance
AllergyIntolerance.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
AllergyIntolerance.verificationStatus[0].coding[0].code[0]entered-in-error
AllergyIntolerance.verificationStatus[0].coding[0].display[0]Entered in error
AllergyIntolerance.type[0]allergy
AllergyIntolerance.category[0]food
AllergyIntolerance.code[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.code[0].coding[0].code[0]735053000
AllergyIntolerance.code[0].coding[0].display[0]Potato
AllergyIntolerance.patient[0].reference[0]Patient/Example-DataStandardsWales-Patient-AliceJones
AllergyIntolerance.patient[0].display[0]JONES, Alice
AllergyIntolerance.recordedDate[0]2001-01-01T23:59:00+00:00
AllergyIntolerance.recorder[0].reference[0]Practitioner/Example-DataStandardsWales-Practitioner-Consultant
AllergyIntolerance.recorder[0].display[0]PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine
AllergyIntolerance.lastOccurrence[0]2001-01-01T23:59:00+00:00
AllergyIntolerance.note[0].text[0]wrong patient- similar name
AllergyIntolerance.reaction[0].substance[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.reaction[0].substance[0].coding[0].code[0]227589001
AllergyIntolerance.reaction[0].substance[0].coding[0].display[0]Potato chips (substance)
AllergyIntolerance.reaction[0].manifestation[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.reaction[0].manifestation[0].coding[0].code[0]247472004
AllergyIntolerance.reaction[0].manifestation[0].coding[0].display[0]Urticarial rash
AllergyIntolerance.reaction[0].severity[0]mild
<AllergyIntolerance xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-AllergyIntolerance-Potato-SoftDelete" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance" />
    </meta>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
            <code value="entered-in-error" />
            <display value="Entered in error" />
        </coding>
    </verificationStatus>
    <type value="allergy" />
    <category value="food" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="735053000" />
            <display value="Potato" />
        </coding>
    </code>
    <patient>
        <reference value="Patient/Example-DataStandardsWales-Patient-AliceJones" />
        <display value="JONES, Alice" />
    </patient>
    <recordedDate value="2001-01-01T23:59:00+00:00" />
    <recorder>
        <reference value="Practitioner/Example-DataStandardsWales-Practitioner-Consultant" />
        <display value="PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine" />
    </recorder>
    <lastOccurrence value="2001-01-01T23:59:00+00:00" />
    <note>
        <text value="wrong patient- similar name" />
    </note>
    <reaction>
        <substance>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="227589001" />
                <display value="Potato chips (substance)" />
            </coding>
        </substance>
        <manifestation>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="247472004" />
                <display value="Urticarial rash" />
            </coding>
        </manifestation>
        <severity value="mild" />
    </reaction>
</AllergyIntolerance>
{
    "resourceType": "AllergyIntolerance",
    "id": "Example-DataStandardsWales-AllergyIntolerance-Potato-SoftDelete",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance"
        ]
    },
    "verificationStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                "code": "entered-in-error",
                "display": "Entered in error"
            }
        ]
    },
    "note": {
        "text": "wrong patient- similar name"
    },
    "type": "allergy",
    "category":  [
        "food"
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "735053000",
                "display": "Potato"
            }
        ]
    },
    "patient": {
        "reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
        "display": "JONES, Alice"
    },
    "recorder": {
        "reference": "Practitioner/Example-DataStandardsWales-Practitioner-Consultant",
        "display": "PATEL, Dhiren (GMC:9630333), consultant, Geriatric Medicine"
    },
    "lastOccurrence": "2001-01-01T23:59:00+00:00",
    "recordedDate": "2001-01-01T23:59:00+00:00",
    "reaction":  [
        {
            "substance": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "227589001",
                        "display": "Potato chips (substance)"
                    }
                ]
            },
            "manifestation":  [
                {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "247472004",
                            "display": "Urticarial rash"
                        }
                    ]
                }
            ],
            "severity": "mild"
        }
    ]
}