Section Code

LOINC: 11348-0 (HISTORY OF PAST ILLNESS)

 

Description

The history of past illness section is used to capture the patient's past illnesses. It must contain a narrative and problem concern entries.

 

CDA Level

Level 3 Only

 

Template IDs

 

 

Level / Spec

Template ID

Standards Reference

3 / IHE

1.3.6.1.4.1.19376.1.5.3.1.3.8

IHE PCC TF-2: 6.3.3.2.5

Expected Entries / Sub-Sections

 

 

Entry

Template ID

Reference

Problem Concern Entry

1.3.6.1.4.1.19376.1.5.3.1.4.5.2

3.4.2.17

OpenSHR Implementation Notes

 

 

Data Model

Obs

 

Code File

HistoryOfPastIllnessSectionProcessor.java

 

Additional Constraints

  • None

 

Notes

None

 

Specification

 

 

<component typeCode="COMP" contextConductionInd="true">
<section classCode="DOCSECT" moodCode="EVN">
<!-- IHE PCC History of Past Illness Template -->
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.3.8"/>
<!-- 1..1 Section Code -->
<code code="11348-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
displayName="HISTORY OF PAST ILLNESS"/>
<!-- 1..1 Title -->
<title>History of Past Illness</title>
<!-- 1..1 Text (see general implementation notes for guidance) -->
<text>
...
</text>
<!-- 0..n Problem Concern Act entries -->
<entry typeCode="DRIV">
<act classCode="ACT" moodCode="EVN">
</act>
</entry>
</section>
</component>

 

 


  • No labels