1.3.6.1.4.1.19376.1.5.3.1.4.5.2

From IHE Wiki
(Redirected from Problem Concern Entry)
Jump to navigation Jump to search

Development Only

The PCC Wiki Content is used only for development of IHE PCC Content. The Normative content of the PCC Technical Framework and the current supplements can be found at http://www.ihe.net/Technical_Framework/index.cfm#PCC

Trial.gif Problem Concern Entry 1.3.6.1.4.1.19376.1.5.3.1.4.5.2

This entry is a specialization of the Concern Entry, wherein the subject of the concern is focused on a problem. Elements shown in the example below in gray are explained in the Concern Entry.

Standards
CCD ASTM/HL7 Continuity of Care Document
CareStruct HL7 Care Provision Care Structures (DSTU)
ClinStat HL7 Clinical Statement Pattern (Draft)
Parent Template

The parent of this template is Concern Entry. This template is compatible with the ASTM/HL7 Continuity of Care Document template: 2.16.840.1.113883.10.20.1.27

Uses

See Templates using Problem Concern Entry

Specification
Problem Concern Entry Example

<act classCode='ACT' moodCode='EVN'>
 <templateId root='2.16.840.1.113883.10.20.1.27'/>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.5.1'/>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.5.2'/>
 <id root=' ' extension=' '/>
 <code nullFlavor='NA'/>
 <statusCode code='active|suspended|aborted|completed'/>
 <effectiveTime>
   <low value=' '/>
   <high value=' '/>
 </effectiveTime>
 <!-- 1..* entry relationships identifying problems of concern -->
 <entryRelationship type='SUBJ'>
   <observation classCode='OBS' moodCode='EVN'/>
      <templateID root='1.3.6.1.4.1.19376.1.5.3.1.4.5'>
        :
   </observation>
 </entryRelationship>
 <!-- optional entry relationship providing more information about the concern -->
 <entryRelationship type='REFR'>
 </entryRelationship>
</act>


<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.5.1'/>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.5.2'/>

This entry has a template identifier of 1.3.6.1.4.1.19376.1.5.3.1.4.5.2, and is a subtype of the Concern Entry, and so must also conform to that specification, with the template identifier of 1.3.6.1.4.1.19376.1.5.3.1.4.5.1. These elements are required and shall be recorded exactly as shown above.

<!-- 1..* entry relationships identifying problems of concern -->
 <observation classCode='OBS' moodCode='EVN'>
  <templateID root=' 1.3.6.1.4.1.19376.1.5.3.1.4.5'/>
   …
 </observation>
<entryRelationship type='SUBJ'>

This entry shall contain one or more problem entries that conform to the Problem Entry template 1.3.6.1.4.1.19376.1.5.3.1.4.5. For CDA this SHALL be represented with the <entryRelationship> element. For HL7 Version 3 Messages, this SHALL be represented as a <subjectOf> element. The typeCode SHALL be ‘SUBJ’ and inversionInd SHALL be ‘false’