Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.3.14"

From IHE Wiki
Jump to navigation Jump to search
m (Changed to Trial Implementation)
 
Line 1: Line 1:
 
{{CDA Section|Family Medical History|1.3.6.1.4.1.19376.1.5.3.1.3.14|Trial|The family history section shall contain a narrative description of the genetic family members, to the extent that they are known, the diseases they suffered from, their ages at death, and other relevant genetic information.  
 
{{CDA Section|Family Medical History|1.3.6.1.4.1.19376.1.5.3.1.3.14|Trial|The family history section shall contain a narrative description of the genetic family members, to the extent that they are known, the diseases they suffered from, their ages at death, and other relevant genetic information.  
|Parent=2.16.840.1.113883.10.20.1.4|ParentName=2.16.840.1.113883.10.20.1.4
+
|Parent=2.16.840.1.113883.10.20.1.4|ParentName=CCD 3.6
 
|LOINC=10157-6|LOINCName=HISTORY OF FAMILY MEMBER DISEASES
 
|LOINC=10157-6|LOINCName=HISTORY OF FAMILY MEMBER DISEASES
 
}}
 
}}

Latest revision as of 09:55, 18 September 2008

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 https://www.ihe.net/resources/technical_frameworks/#pcc

Trial.gif Family Medical History Section
Template ID 1.3.6.1.4.1.19376.1.5.3.1.3.14
Parent Template CCD 3.6 (2.16.840.1.113883.10.20.1.4)
General Description The family history section shall contain a narrative description of the genetic family members, to the extent that they are known, the diseases they suffered from, their ages at death, and other relevant genetic information.
LOINC Code Opt Description
10157-6 R HISTORY OF FAMILY MEMBER DISEASES



Parent Template

The parent of this template is CCD 3.6.

Sample Family Medical History Section
<component>
  <section>
<templateId root='2.16.840.1.113883.10.20.1.4'/> <templateId root='1.3.6.1.4.1.19376.1.5.3.1.3.14'/> <id root=' ' extension=' '/> <code code='10157-6' displayName='HISTORY OF FAMILY MEMBER DISEASES' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/> <text> Text as described above </text>     </section> </component>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.3.14'> 
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.3.14"]'> 
     <!-- Verify that the template id is used on the appropriate type of object --> 
   <assert test='../cda:section'> 
      Error: The Family Medical History can only be used on sections. 
   </assert> 
   <!-- Verify that the parent templateId is also present. --> 
   <assert test='cda:templateId[@root="2.16.840.1.113883.10.20.1.4"]'> 
     Error: The parent template identifier for Family Medical History is not present. 
   </assert> 
   <!-- Verify the section type code --> 
   <assert test='cda:code[@code = "10157-6"]'> 
     Error: The section type code of a Family Medical History must be 10157-6 
   </assert> 
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'> 
     Error: The section type code must come from the LOINC code  
     system (2.16.840.1.113883.6.1). 
   </assert> 
 </rule> 
</pattern>
Uses

See Templates using the Family Medical History Section