Template ID(s)

1.3.6.1.4.1.19376.1.5.3.1.4.13.3 (IHE PCC TF-2: 6.3.4.57)
2.16.840.1.113883.10.20.1.22 (CCD 3.6.2.1)

 

Description

The family history observation entry is used to express a particular problem or condition experienced by a family member of the patient.

 

RMIM Class

Observation

 

Expected Entry Relationships

 

 

Entry

Template ID

Reference

Age of Onset Observation

2.16.840.1.113883.10.20.1.38

3.4.2.11

Cause of Death Observation

2.16.840.1.113883.10.20.1.42

3.4.2.12

Profiled Elements

 

 

Element

Notes

 

code [1..1]
CE

The code element identifies the observation made for example an ASSERTION of an event or DIAGNOSIS of a condition. Some recommended codes from SNOMED:

Code

Description

64572001

Condition

418799008

Symptom

404684003

Finding

409586006

Complaint

248536006

Functional limitation

55607006

Problem

282291009

Diagnosis

 

value [1..1]CD

The observed condition, problem, diagnosis, etc.

 

OpenSHR Implementation Notes

 

 

Data Model

Obs (Group)

 

Code File

FamilyHistoryOrganizerEntryProcessor.java

 

Permitted Moods

EVN

 

Additional Constraints

  • None

 

Example

 

 


The following example illustrates a family history observation indicating Asthma.

 

 

<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.1.22"/>
<!-- Family history observation template -->
<templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13.3"/>
<id root="a13c6160-5c8b-11db-b0de-0800200c9a66"/>
<code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="1942"/>
</effectiveTime>
<value xsi:type="CD" code="195967001" codeSystem="2.16.840.1.113883.6.96" displayName="Asthma"/>
</observation>

 

 

  • No labels