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" />
<profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance" />
</meta>
<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" />
<system value="http://snomed.info/sct" />
<code value="735053000" />
<display value="Potato" />
</coding>
</code>
<reference value="Patient/Example-DataStandardsWales-Patient-AliceJones" />
<display value="JONES, Alice" />
</patient>
<recordedDate value="2001-01-01T23:59:00+00:00" />
<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" />
<text value="wrong patient- similar name" />
</note>
<system value="http://snomed.info/sct" />
<code value="227589001" />
<display value="Potato chips (substance)" />
</coding>
</substance>
<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"
]
},
"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",
"food"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "735053000",
"display": "Potato"
}
]
},
"patient": {
"reference": "Patient/Example-DataStandardsWales-Patient-AliceJones",
"display": "JONES, Alice"
},
"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",
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "227589001",
"display": "Potato chips (substance)"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Urticarial rash"
}
]
}
],
"severity": "mild"
}
]
}