FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: AllergyIntolerance/example-01 - XML Representation

Raw xml | Download


<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 class="res-header-id"><b>Generated Narrative: AllergyIntolerance example-01</b></p><a name="example-01"> </a><a name="hcexample-01"> </a><a name="example-01-hi-IN"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 716186003}">NKA</span></p><p><b>patient</b>: <a href="Patient-example-01.html">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>recordedDate</b>: 2020-07-09 15:37:31-0600</p><p><b>recorder</b>: <a href="Practitioner-example-01.html">Practitioner Dr. DEF</a></p><p><b>note</b>: The patient reports no other known allergy.</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>