C-CDA Section Mapping

The NLP API Python SDK client attempts to normalize section headings based on XML section information. The normalization of section headings is essential for aggregation and analysis of information from disparate sources. This section provides some background information and explains how headings in C-CDA based documents are normalized. It explains these key points:

  • The C-CDA standard defines section templates which contain necessary metadata to uniquely identify document sections.
  • The NLP API client first tries to normalize section headings using the templateId OID (object identifier) provided for the section in the C-CDA XML markup.
  • If normalization from OID was not possible, it then tries to normalize section headings using any LOINC codes provided in the C-CDA XML markup.
  • If neither of the above normalizations succeeded, the client has other methods to create a section heading.

A mapping table of C-CDA Section template OID to the normalized section names is provided for reference, see Normalization using template OID).

Background

The HL7 Consolidated Clinical Document Architecture (C-CDA) standard provides a clear specification for the structure of clinical note documents of which there are many types, one of which is the Continuity of Care Document (CCD). Examples of other common clinical note document types are: Progress Notes, Referral Notes, and Discharge Summaries. The C-CDA implementation guide defines templates that specify the conformance requirements for each type of clinical note and their contents. The template structure of a C-CDA clinical note has 3 levels (document, section and entry levels), as shown in the image below:

Template Structure of C-CDA

Figure 1. (source: Template structure of C-CDA. HL7 CDA(R) R2 Implementation Guide: C-CDA Templates for Clinical Notes STU Companion Guide Release 3 (US Realm), May 2022 )

Each Section Template in a C-CDA document contains two copies of its data; the first copy is in XML-encoded HTML, and the second copy is encoded in “machine-processable” XML form. When the client reads a C-CDA document, it converts the XML-encoded HTML into text form, and sends it to the NLP API for processing. It also converts the “machine-processable” XML portion of the C-CDA document into JSON metadata, but does not send it for processing. Upon receipt of the NLP API’s output, the NLP API output will be stored in an NLP API database, normalized into a number of tables, and the JSON corresponding to the machine-processable XML portion of the C-CDA document will be stored as a key/value store in the documentstructuredmetadata table. For more information about how coded entries are extracted see Structured entries as metadata.

As noted above, section templates contain information in human-readable form (the XML-encoded HTML portion of the section template). Each section template represents a type of section; some examples of these are: Encounters, History of Present Illness, Assessment sections, and many others as defined by the C-CDA Implementation Guide. Section templates are globally-defined and may be found in more than one type of clinical note. For example, the Immunization section is found as a required or optional section in CCDs, Consultation Notes, and Discharge Summaries. Critically, the NLP API utilizes the metadata found in the section-level templates to identify a C-CDA defined section and map them to standardized section names as described in the next section.

Section normalization for C-CDA documents

Section templates specify the format of section metadata, namely that XML markup for section templates must provide a templateId OID identifier (i.e. an object identifier that is a globally unique ISO identifier) and some C-CDA documents (it appears to be vendor/version dependent) also include LOINC code.

An example of this is:

<section>
<templateId root="2.16.840.1.113883.10.20.22.2.3.1"></templateId>
<code code="30954-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Relevant diagnostic tests and/or laboratory data"></code>

In this example, the OID 2.16.840.1.113883.10.20.22.2.3.1 indicates that this is a the RESULTS SECTION, and this is concordant with LOINC code 30954-2, which has a long name of Relevant diagnostic tests/laboratory data Narrative. Similar to the templateId OID, the required LOINC code for a section indicates what the type of information that the section contains. For example, the PROBLEM SECTION has the LOINC code of 11450-4 (Problem List). A full list of section templates can be found in the HL7 CDA<sup>(R)</sup> Release 2 Implementation Guide: C-CDA Templates for Clinical Notes STU Companion Guide Release 3 (US Realm) Standard for Trial Use May 2022. It should be noted that the client recognizes all the section template OID identifiers in this version of the implementation guide and others that we have encountered in our testing.

Normalization using template OID

The NLP API client uses the section template’s OID as key criteria for section normalization. The table below shows the mapping of template OIDs to NLP API section names. For convenience, the LOINC code that the C-CDA standard assigns to each template OID is also listed, although in Emtelligent’s experience, there can be variability in template OID to LOINC code mappings. This may be useful for remapping NLP API section names to LOINC codes for systems which use LOINC coding as the preferred coding system for sections.

If there are multiple applicable OIDs for a section, the client uses the shortest (more general) code.

template OIDCanonical LOINC codeSection heading for NLP API
2.16.840.1.113883.10.20.35.4.1177599-9Additional Documentation Section
2.16.840.1.113883.10.20.22.2.4346241-6Admission Diagnosis Section
2.16.840.1.113883.10.20.22.2.4442346-7Admission Medications Section
2.16.840.1.113883.10.20.1.142348-3Advance Directives Section
2.16.840.1.113883.10.20.22.2.2142348-3Advance Directives Section
2.16.840.1.113883.10.20.22.2.21.142348-3Advance Directives Section
2.16.840.1.113883.10.20.1.248765-2Alerts Section
2.16.840.1.113883.10.20.22.2.648765-2Allergies and Intolerances Section
2.16.840.1.113883.10.20.22.2.6.148765-2Allergies and Intolerances Section
2.16.840.1.113883.10.20.22.2.2559774-0Anesthesia Section
2.16.840.1.113883.10.20.22.2.951847-2Assessment and Plan Section
2.16.840.1.113883.10.20.22.2.851848-0Assessment Section
2.16.840.1.113883.10.20.22.2.50085847-2Care Teams Section
2.16.840.1.113883.10.20.22.2.1310154-3Chief Complaint and Reason for Visit Section
1.3.6.1.4.1.19376.1.5.3.1.1.13.2.110154-3Chief Complaint Section
2.16.840.1.113883.10.20.22.2.3755109-3Complications Section
2.16.840.1.113883.10.20.22.2.648648-8Course of Care Section
2.16.840.1.113883.10.20.6.1.1DCM 121181DICOM Object Catalog Section
1.3.6.1.4.1.19376.1.5.3.1.3.3342344-2Discharge Diet Section
2.16.840.1.113883.10.20.22.2.1110183-2Discharge Medications Section
2.16.840.1.113883.10.20.22.2.11.110183-2Discharge Medications Section
2.16.840.1.113883.10.20.1.346240-8Encounters Section
2.16.840.1.113883.10.20.22.2.2246240-8Encounters Section
2.16.840.1.113883.10.20.22.2.22.146240-8Encounters Section
2.16.840.1.113883.10.20.35.2.277598-1Externally Defined CDE Section
2.16.840.1.113883.10.20.1.410157-6Family History Section
2.16.840.1.113883.10.20.22.2.1510157-6Family History Section
2.16.840.1.113883.10.20.22.4.45Family History Section
2.16.840.1.113883.10.20.6.1.218792-3Findings (DIR) Section
1.3.6.1.4.19376.1.5.3.1.1.5.3.610182-4Foreign Travel Section
2.16.840.1.113883.10.20.1.547420-5Functional Status Section
2.16.840.1.113883.10.20.22.2.1447420-5Functional Status Section
2.16.840.1.113883.10.20.2.510210-3General Status Section
2.16.840.1.113883.10.20.22.2.6061146-7Goals Section
2.16.840.1.113883.10.20.22.2.5875310-3Health Concerns Section
2.16.840.1.113883.10.20.22.2.6111383-7Health Status Evaluations and Outcomes Section
1.3.6.1.4.1.19376.1.5.3.1.3.410164-2History of Present Illness Section
2.16.840.1.113883.10.20.22.2.4218841-7Hospital Consultations Section
1.3.6.1.4.1.19376.1.5.3.1.3.58648-8Hospital Course Section
2.16.840.1.113883.10.20.22.2.2411535-2Hospital Discharge Diagnosis Section
2.16.840.1.113883.10.20.22.2.418653-8Hospital Discharge Instructions Section
1.3.6.1.4.1.19376.1.5.3.1.3.210184-0Hospital Discharge Physical Section
1.3.6.1.4.1.19376.1.5.3.1.3.2610184-0Hospital Discharge Physical Section
2.16.840.1.113883.10.20.22.2.1611493-4Hospital Discharge Studies Summary Section
2.16.840.1.113883.10.20.1.611369-6Immunizations Section
2.16.840.1.113883.10.20.22.2.211369-6Immunizations Section
2.16.840.1.113883.10.20.22.2.2.111369-6Immunizations Section
2.16.840.1.113883.10.20.34.2.711369-6Immunizations Section
2.16.840.1.113883.10.20.22.2.33Implants Section
2.16.840.1.113883.10.20.22.2.4569730-0Instructions Section
2.16.840.1.113883.10.20.22.4.2069730-0Instructions Sections
2.16.840.1.113883.10.20.21.2.362387-6Interventions Section
1.3.6.1.4.1.19376.1.5.3.1.3.1147519-4List of Surgeries Section
1.3.6.1.4.1.19376.1.5.3.1.3.1247519-4List of Surgeries Section
2.16.840.1.113883.10.20.24.2.355186-1Measure QDM Section
2.16.840.1.113883.10.20.1.746264-8Medical Equipment Section
2.16.840.1.113883.10.20.22.2.2346264-8Medical Equipment Section
2.16.840.1.113883.10.20.22.2.3911329-0Medical General History Section
2.16.840.1.113883.10.20.22.2.3829549-3Medications Administered Section
2.16.840.1.113883.10.20.1.810160-0Medications Section
2.16.840.1.113883.10.20.22.2.110160-0Medications Section
2.16.840.1.113883.10.20.22.2.1.110160-0Medications Section
2.16.840.1.113883.10.20.22.2.5610190-7Mental Status Section
2.16.840.1.113883.10.20.22.2.6586744-0Notes Section
2.16.840.1.113883.10.20.22.2.5761144-2Nutrition Section
2.16.840.1.113883.10.20.21.2.161149-1Objective Section
2.16.840.1.113883.10.20.7.1210216-0Operative Note Fluids Section
2.16.840.1.113883.10.20.7.1410223-6Operative Note Surgical Procedure Section
2.16.840.1.113883.10.20.35.2.377597-3Orders Placed Section
2.16.840.1.113883.10.20.22.2.2011348-0Past Medical History Section
2.16.840.1.113883.10.20.1.948768-6Payers Section
2.16.840.1.113883.10.20.22.2.1848768-6Payers Section
2.16.840.1.113883.10.20.2.1029545-1Physical Exam Section
2.16.840.1.113883.10.20.1.1018776-5Plan of Treatment Section
2.16.840.1.113883.10.20.22.2.1018776-5Plan of Treatment Section
2.16.840.1.113883.10.20.35.2.6Plan of Treatment Section
2.16.840.1.113883.10.20.22.2.3059772-4Planned Procedure Section
2.16.840.1.113883.10.20.22.2.3510219-4Postoperative Diagnosis Section
2.16.840.1.113883.10.20.22.2.3659769-0Postprocedure Diagnosis Section
2.16.840.1.113883.10.20.22.2.3410219-4Preoperative Diagnosis Section
2.16.840.1.113883.3.3251.1.557017-6Privacy Policy Section
2.16.840.1.113883.10.20.1.1111450-4Problem Section
2.16.840.1.113883.10.20.22.2.511450-4Problem Section
2.16.840.1.113883.10.20.22.2.5.111450-4Problem Section
2.16.840.1.113883.10.20.22.2.2729554-3Procedure Description Section
2.16.840.1.113883.10.20.18.2.1259775-7Procedure Disposition Section
2.16.840.1.113883.10.20.18.2.959770-8Procedure Estimated Blood Loss Section
2.16.840.1.113883.10.20.22.2.2859776-5Procedure Findings Section
2.16.840.1.113883.10.20.22.2.4059771-6Procedure Implants Section
2.16.840.1.113883.10.20.22.2.2959768-2Procedure Indications Section
2.16.840.1.113883.10.20.22.2.3159773-2Procedure Specimens Taken Section
2.16.840.1.113883.10.20.1.1247519-4Procedures Section
2.16.840.1.113883.10.20.22.2.747519-4Procedures Section
2.16.840.1.113883.10.20.22.2.7.147519-4Procedures Section
2.16.840.1.113883.10.20.1.1348764-5Purpose Section
1.3.6.1.4.1.19376.1.5.3.1.3.142349-1Reason for Referral Section
2.16.840.1.113883.10.20.22.2.1229299-5Reason for Visit Section
2.16.840.1.113883.10.20.1.1430954-2Results Section
2.16.840.1.113883.10.20.22.2.330954-2Results Section
2.16.840.1.113883.10.20.22.2.3.130954-2Results Section
1.3.6.1.4.1.19376.1.5.3.1.3.1810187-3Review of Systems Section
2.16.840.1.113883.10.20.1.1529762-2Social History Section
2.16.840.1.113883.10.20.22.2.1729762-2Social History Section
2.16.840.1.113883.10.20.35.2.729762-2Social History Section
2.16.840.1.113883.10.20.21.2.261150-9Subjective Section
2.16.840.1.113883.10.20.22.2.26Surgery Description Section
2.16.840.1.113883.10.20.7.1311537-8Surgical Drains Section
2.16.840.1.113883.10.20.1.168716-3Vital Signs Section
2.16.840.1.113883.10.20.22.2.48716-3Vital Signs Section
2.16.840.1.113883.10.20.22.2.4.18716-3Vital Signs Section
2.16.840.1.113883.10.20.22.4.268716-3Vital Signs Section

Mapping of OIDs to headings for the NLP API.

Note, that OIDs have 2 parts - a root and version indicator. For backward compatibility, an NLP API section name can map to multiple OIDs.

This mapping was generated using the C-CDA R2 Implementation Guide Release 3 (May 2022). As of the date of writing, this is the version currently designated as ‘Standard for Trial Use’ (STU). This maturity designation indicates that the version “has been well reviewed and is considered by the authors to be ready for use in production systems.” It may not be exhaustive relative to subsequently released erratas or versions.

If you encounter a template OID in your data set not in the above list, please contact Emtelligent. Note, however, that even though the missing OID is not recognized by the NLP API, its section contents will still be extracted and processed by the NLP API. The section below explains this case - where either no template OID is found, or an unrecognized OID is encountered.

Normalization using LOINC codes

If the NLP API client is not able to normalize a section from template OID, then it attempts to normalize based on any LOINC codes found in the XML for the section. The table below shows the mapping of LOINC codes to NLP API section names.

In the case that a section has at least one LOINC code but no LOINC code for it is in the mapping, the client uses a default code of 85847-2 (NOTES SECTION).

LOINC codeSection heading for NLP API
8648-8COURSE OF CARE SECTION
8653-8HOSPITAL DISCHARGE INSTRUCTIONS SECTION
8716-3VITAL SIGNS SECTION
10154-3CHIEF COMPLAINT SECTION
10157-6FAMILY HISTORY SECTION
10160-0MEDICATIONS SECTION
10164-2HISTORY OF PRESENT ILLNESS SECTION
10182-4FOREIGN TRAVEL SECTION
10183-2DISCHARGE MEDICATIONS SECTION
10184-0HOSPITAL DISCHARGE PHYSICAL SECTION
10187-3REVIEW OF SYSTEMS SECTION
10190-7MENTAL STATUS SECTION
10210-3GENERAL STATUS SECTION
10216-0OPERATIVE NOTE FLUIDS SECTION
10219-4OPERATIVE DIAGNOSES SECTION
10223-6OPERATIVE NOTE SURGICAL PROCEDURE SECTION
11329-0MEDICAL GENERAL HISTORY SECTION
11348-0PAST MEDICAL HISTORY SECTION
11369-6IMMUNIZATIONS SECTION
11383-7HEALTH STATUS EVALUATIONS AND OUTCOMES SECTION
11450-4PROBLEM SECTION
11493-4HOSPITAL DISCHARGE STUDIES SUMMARY SECTION
11535-2HOSPITAL DISCHARGE DIAGNOSIS SECTION
11537-8SURGICAL DRAINS SECTION
18776-5PLAN OF TREATMENT SECTION
18792-3FINDINGS (DIR) SECTION
18841-7HOSPITAL CONSULTATIONS SECTION
29299-5REASON FOR VISIT SECTION
29545-1PHYSICAL EXAM SECTION
29549-3MEDICATIONS ADMINISTERED SECTION
29554-3PROCEDURE DESCRIPTION SECTION
29762-2SOCIAL HISTORY SECTION
30954-2RESULTS SECTION
42344-2DISCHARGE DIET SECTION
42346-7ADMISSION MEDICATIONS SECTION
42348-3ADVANCE DIRECTIVES SECTION
42349-1REASON FOR REFERRAL SECTION
46240-8ENCOUNTERS SECTION
46241-6ADMISSION DIAGNOSIS SECTION
46264-8MEDICAL EQUIPMENT SECTION
47420-5FUNCTIONAL STATUS SECTION
47519-4LIST OF SURGERIES SECTION
47519-4PROCEDURES SECTION
48764-5PURPOSE SECTION
48765-2ALLERGIES AND INTOLERANCES SECTION
48768-6PAYERS SECTION
51847-2ASSESSMENT AND PLAN SECTION
51848-0ASSESSMENT SECTION
55109-3COMPLICATIONS SECTION
55186-1MEASURE QDM SECTION
57017-6PRIVACY POLICY SECTION
59768-2PROCEDURE INDICATIONS SECTION
59769-0POSTPROCEDURE DIAGNOSIS SECTION
59770-8PROCEDURE ESTIMATED BLOOD LOSS SECTION
59771-6PROCEDURE IMPLANTS SECTION
59772-4PLANNED PROCEDURE SECTION
59773-2PROCEDURE SPECIMENS TAKEN SECTION
59774-0ANESTHESIA SECTION
59775-7PROCEDURE DISPOSITION SECTION
59776-5PROCEDURE FINDINGS SECTION
61144-2NUTRITION SECTION
61146-7GOALS SECTION
61149-1OBJECTIVE SECTION
61150-9SUBJECTIVE SECTION
62387-6INTERVENTIONS SECTION
69730-0INSTRUCTIONS SECTION
75310-3HEALTH CONCERNS SECTION
77597-3ORDERS PLACED SECTION
77598-1EXTERNALLY DEFINED CDE SECTION
77599-9ADDITIONAL DOCUMENTATION SECTION
34109-9NOTES SECTION
86744-0CARE TEAM SECTION
DCM 121181DICOM OBJECT CATALOG SECTION
11488-4CONSULT NOTE SECTION
11504-8SURGICAL OPERATION NOTE SECTION
11506-3PROGRESS NOTE SECTION
18751-8ENDOSCOPY STUDY SECTION
18842-5DISCHARGE SUMMARY SECTION
28568-4PHYSICIAN EMERGENCY DEPARTMENT NOTE SECTION
28570-0PROCEDURE NOTE SECTION
34099-2CARDIOLOGY CONSULT NOTE SECTION
34103-2PULMONARY CONSULT NOTE SECTION
34109-9NOTES SECTION
34111-5EMERGENCY DEPARTMENT NOTE SECTION
34117-2HISTORY AND PHYSICAL NOTE SECTION
34746-8NURSE NOTE SECTION
34748-4TELEPHONE ENCOUNTER NOTE SECTION
34753-4CARDIOLOGY OUTPATIENT NOTE SECTION
34761-7GASTROENTEROLOGY CONSULT NOTE SECTION
34779-9HEMATOLOGY+MEDICAL ONCOLOGY CONSULT NOTE SECTION
34781-5INFECTIOUS DISEASE CONSULT NOTE SECTION
34795-5NEPHROLOGY CONSULT NOTE SECTION
34797-1NEUROLOGY CONSULT NOTE SECTION
34798-9NEUROLOGICAL SURGERY CONSULT NOTE SECTION
34801-1NUTRITION AND DIETETICS NOTE SECTION
34805-2ONCOLOGY CONSULT NOTE SECTION
34807-8OPHTHALMOLOGY CONSULT NOTE SECTION
34814-4ORTHOPAEDIC SURGERY CONSULT NOTE SECTION
34819-3PATHOLOGY NOTE SECTION
34826-8PLASTIC SURGERY CONSULT NOTE SECTION
34831-8RADIATION ONCOLOGY CONSULT NOTE SECTION
34847-4SURGERY CONSULT NOTE SECTION
34850-8CARDIOTHORACIC SURGERY OUTPATIENT NOTE SECTION
34851-6UROLOGY CONSULT NOTE SECTION
34853-2VASCULAR SURGERY CONSULT NOTE SECTION
34854-0VASCULAR SURGERY OUTPATIENT NOTE SECTION
46239-0CHIEF COMPLAINT+REASON FOR VISIT NARRATIVE SECTION
64057-3SURGERY HOSPITAL PROGRESS NOTE SECTION
64059-9CRITICAL CARE MEDICINE HOSPITAL PROGRESS NOTE SECTION
68582-6ORTHOPAEDIC SURGERY PROGRESS NOTE SECTION
68595-8PLASTIC SURGERY PROGRESS NOTE SECTION
68693-1NEUROLOGICAL SURGERY PROGRESS NOTE SECTION
68834-1PRIMARY CARE NOTE SECTION
75220-4UROLOGY PROGRESS NOTE SECTION
75221-2NEUROLOGY PROGRESS NOTE SECTION
75493-7SURGERY OUTPATIENT NOTE SECTION
78254-0CLINICAL GENETICS CONSULT NOTE SECTION
78323-3GASTROENTEROLOGY PROGRESS NOTE SECTION
78325-8INFECTIOUS DISEASE PROGRESS NOTE SECTION
78480-1NEPHROLOGY PROGRESS NOTE SECTION
78482-7ONCOLOGY PROGRESS NOTE SECTION
78568-3PALLIATIVE CARE CONSULT NOTE SECTION
78710-1CARDIOLOGY PROGRESS NOTE SECTION
78732-5TRAUMA CONSULT NOTE SECTION
80819-6PULMONARY PROGRESS NOTE SECTION
83725-2PHYSICAL MEDICINE AND REHAB OUTPATIENT NOTE SECTION
83798-9PHYSICIAN OUTPATIENT NOTE SECTION
83915-9PULMONARY OUTPATIENT NOTE SECTION
83948-0RHEUMATOLOGY OUTPATIENT NOTE SECTION
84073-6COLON AND RECTAL SURGERY NOTE SECTION
84099-1ENDOCRINOLOGY OUTPATIENT NOTE SECTION
84107-2GASTROENTEROLOGY OUTPATIENT NOTE SECTION
84165-0PATIENT’S HOME PLAN OF CARE NOTE SECTION
84169-2INFECTIOUS DISEASE OUTPATIENT NOTE SECTION
84222-9NEPHROLOGY OUTPATIENT NOTE SECTION
84229-4NEUROLOGY OUTPATIENT NOTE SECTION
84237-7NEUROLOGICAL SURGERY OUTPATIENT NOTE SECTION
85238-4INTERNAL MEDICINE CONSULT NOTE SECTION
89233-1OBSTETRICS PROGRESS NOTE SECTION
89461-8GYNECOLOGY OUTPATIENT NOTE SECTION
90711-3SLEEP MEDICINE OUTPATIENT NOTE SECTION
97578-9INTERNAL MEDICINE PROGRESS NOTE SECTION

Mapping of LOINC codes to headings for the NLP API.

Headings when no normalization was possible

As the C-CDA standard is continuously evolving, it is possible to encounter older C-CDA documents which do not specify a template OID for each document section, or those that specify a template OID that is pre-standard or unknown to the client. In the case where the client cannot do normalization from template OID or LOINC, it will give the section the heading that is specified in the <title> tags in the XML-encoded HTML portion of the document. The NLP API may then normalize this section heading.

Subsections

C-CDA document sections may contain multiple subsections. These are usually delimited in the XML-encoded HTML with <caption> tags. An example of this would be in Allscripts C-CDA documents, where the Functional Status Section of the CCD has a Functional Status Health Issues subsection and a Cognitive Status Health Issues subsection. In these cases, the client will add the sub-section titles from these <caption> tags with the suffix SUBSECTION:. These subsections will then be identified by the NLP API as Level 1 sections.

Sections in Embedded Documents

C-CDA documents may contain embedded documents such as surgical or diagnostic reports, that the document creation workflow has pasted in as relevant results. These documents often contain their own section headings - for example, a radiology report pasted into a CCD in this manner may contain an INDICATION section and an IMPRESSIONS section. When the NLP API detects sections of this type inside of CCD documents, they will be detected as Level 1 or higher (i.e. Level 2 or Level 3) section headings to prevent conflict with the C-CDA specified Level 0 section headings.

When exploring the structured output returned by the NLP API, we recommend that you get a list of all section names returned by the NLP API for the clinical notes of interest, before filtering by the selected section names. There may be more than one section name that should be used to query for the data you want. For example, to return data about patient’s social histories, you may need to filter for section names like SOCIAL HISTORY SECTION (the OID mapped section name) and SOCIAL HISTORY (the section name assigned when OID is not give) to retrieve the complete set of results. For documentation on how to search the NLP API Database please refer to the NLP API Output Database documentation, Entity-level Tables section.

References