
This Implementation guide is published and maintained by NRCeS for NHA.
This version is based on the ABDM Health Data Interchange Specifications 1.0 and updated periodically.
XML Format: AllergyIntolerance-example-01
Download Raw xml
<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/1"/>
</patient>
<recordedDate value="2020-07-09T15:37:31-06:00"/>
<recorder>
<reference value="Practitioner/1"/>
</recorder>
<note>
<text value="The patient reports no other known allergy."/>
</note>
</AllergyIntolerance>