CDA Examples
1.0.0 - active United States of America flag

CDA Examples, published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-Examples/ and changes regularly. See the Directory of published versions

Example: No Section Information Allergies

Approval Status: Approved
Task Force Approval: 2017-11-30
SDWG Approval: 2018-07-12

This is an example of no information available for allergies. This example is similar to the No Section Information Problems example. This sample is not approriate for asserting ‘No Known Allergies’.

This file includes examples of the following templates:


  <!--  ************************* ALLERGY LIST ******************************  -->
  <!--  nullFlavor of NI indicates No Information. -->
  <!--  This is NOT how a system records No Known Allergies  -->
  <!--  SITE and NIST TTT Validators has been updated to check for sections with nullFlavor  -->
<section xmlns="urn:hl7-org:v3" nullFlavor="NI">
  <!--  conforms to Allergies section with entries optional  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.6"/>
  <templateId root="2.16.840.1.113883.10.20.22.2.6" extension="2015-08-01"/>
  <!--  conforms to Allergies section with entries required  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.6.1"/>
  <templateId root="2.16.840.1.113883.10.20.22.2.6.1" extension="2015-08-01"/>
  <code displayName="Allergies, adverse reactions, alerts"
        codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="48765-2"/>
  <title>ALLERGIES</title>
  <text>No Information</text>
</section>