FHIR Implementation Guide for ABDM
6.0.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="example-01"/>
<meta>
<profile
value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/AllergyIntolerance"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>No Known Allergy</p><p>recordedDate:2015-08-06</p></div>
</text>
<clinicalStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
<code value="active"/>
<display value="Active"/>
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
<code value="confirmed"/>
<display value="Confirmed"/>
</coding>
</verificationStatus>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="716186003"/>
<display value="No known allergy"/>
</coding>
<text value="NKA"/>
</code>
<patient>🔗
<reference value="Patient/example-01"/>
</patient>
<recordedDate value="2020-07-09T15:37:31-06:00"/>
<recorder>🔗
<reference value="Practitioner/example-01"/>
</recorder>
<note>
<text value="The patient reports no other known allergy."/>
</note>
</AllergyIntolerance>