This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Canonical Pedigree Project"

From HL7Wiki
Jump to navigation Jump to search
(Add interop section)
Line 1: Line 1:
 +
==Canonical Pedigree Project Overview==
 +
 
The Canonical Pedigree Project (CPP) was proposed and approved at the HL7 Phoenix meeting of the Clinical Genomics work group in January, 2010. It is intended to improve adoption of the standard V3 pedigree message. It has three aspects:
 
The Canonical Pedigree Project (CPP) was proposed and approved at the HL7 Phoenix meeting of the Clinical Genomics work group in January, 2010. It is intended to improve adoption of the standard V3 pedigree message. It has three aspects:
  
Line 5: Line 7:
 
# '''Clinical Power''': Many systems provide support only for simplified family histories. For example, they will capture that there were two instances of aunts with breast cancer. That simplified perspective is in contrast with one that maintains maternal vs. paternal line, the number of available aunts and clinical details such as age of onset. The intent behind this facet of CPP is to quantify the clinical benefits of improving the granularity of family and clinical histories.
 
# '''Clinical Power''': Many systems provide support only for simplified family histories. For example, they will capture that there were two instances of aunts with breast cancer. That simplified perspective is in contrast with one that maintains maternal vs. paternal line, the number of available aunts and clinical details such as age of onset. The intent behind this facet of CPP is to quantify the clinical benefits of improving the granularity of family and clinical histories.
  
Reference Pedigrees:
+
==Interoperability Problems==
 +
 
 +
The adoption of the HL7 Pedigree standard message is inhibited by a lack of interoperability testing. As of early 2010, that has lead to multiple systems that are generating incompatible messages. While wider use of the HL7 provided message schema would partially address that problem, there is still a problem verifying when messages are equivalent. Without requiring detailed knowledge of XML, the markup language used to capture a pedigree message, the following examples illustrate the problem.
 +
 
 +
* '''Well-Formed''': An XML message is said to be '''well-formed''' if it conforms to the high-level XML syntax rules. For people unfamiliar with XML, here is a more familiar example of a street address for a letter that would be considered well-formed:
 +
<pre>
 +
  80 Old Faithful
 +
  John Ranger
 +
</pre>
 +
* '''Valid''': An XML message is '''valid''' if it conforms to a schema definition that dictates the allowed content and ordering of elements. In the previous example, though a person may be able to guess how to send the letter to Mr. Ranger even though the street element comes before the person name element, and the state & zip code elements are missing, it would be difficult. And it certainly would be beyond the ability of a computer system. An address that is valid according to generally accepted schema rules in the United States is:
 +
<pre>
 +
  John Ranger
 +
  80 Old Faithful
 +
  Yellowstone National Park, WY, 82190
 +
</pre>
 +
* '''Equivalent''': For interoperability, it is not sufficient that pedigree messages are '''valid'''. It is critical to be able to test if two pedigree messages are '''equivalent'''. Here are two valid addresses that are subtly different:
 +
<pre>
 +
  John Ranger
 +
  Old Faithful Visitor Center
 +
  80 Old Faithful
 +
  Yellowstone National Park, WY, 82190
 +
</pre>
 +
<pre>
 +
  John Ranger
 +
  80 Old Faithful
 +
  Yellowstone National Park, WY, 82190
 +
</pre>
 +
 
 +
==Reference Pedigrees==
 +
 
 
The following sample is an elaborated pedigree that supplements the standard specification: Patient has two sisters, a husband a daughter, and a mother and a father (each has two parents): [[Media:PedigreeSampleElaborated.doc]]
 
The following sample is an elaborated pedigree that supplements the standard specification: Patient has two sisters, a husband a daughter, and a mother and a father (each has two parents): [[Media:PedigreeSampleElaborated.doc]]

Revision as of 21:40, 16 March 2010

Canonical Pedigree Project Overview

The Canonical Pedigree Project (CPP) was proposed and approved at the HL7 Phoenix meeting of the Clinical Genomics work group in January, 2010. It is intended to improve adoption of the standard V3 pedigree message. It has three aspects:

  1. Reference Pedigrees: Provide reference pedigree messages with corresponding text descriptions of the family history. Intended to be a resource for family history collection software verification.
  2. Interoperability Testing: The internal storage of a pedigree is up to the host system. Furthermore, some interoperability standards want to represent a pedigree using alternate formats (e.g. CCD, vMR, clinical statements, etc.). The canonical pedigree project shall provide test guidance to verify that host systems and alternate formats are able to accurately maintain the relationships in the reference pedigrees. If full fidelity cannot be maintained, the guidance will help quantify the lost of fidelity.
  3. Clinical Power: Many systems provide support only for simplified family histories. For example, they will capture that there were two instances of aunts with breast cancer. That simplified perspective is in contrast with one that maintains maternal vs. paternal line, the number of available aunts and clinical details such as age of onset. The intent behind this facet of CPP is to quantify the clinical benefits of improving the granularity of family and clinical histories.

Interoperability Problems

The adoption of the HL7 Pedigree standard message is inhibited by a lack of interoperability testing. As of early 2010, that has lead to multiple systems that are generating incompatible messages. While wider use of the HL7 provided message schema would partially address that problem, there is still a problem verifying when messages are equivalent. Without requiring detailed knowledge of XML, the markup language used to capture a pedigree message, the following examples illustrate the problem.

  • Well-Formed: An XML message is said to be well-formed if it conforms to the high-level XML syntax rules. For people unfamiliar with XML, here is a more familiar example of a street address for a letter that would be considered well-formed:
  80 Old Faithful
  John Ranger
  • Valid: An XML message is valid if it conforms to a schema definition that dictates the allowed content and ordering of elements. In the previous example, though a person may be able to guess how to send the letter to Mr. Ranger even though the street element comes before the person name element, and the state & zip code elements are missing, it would be difficult. And it certainly would be beyond the ability of a computer system. An address that is valid according to generally accepted schema rules in the United States is:
  John Ranger
  80 Old Faithful
  Yellowstone National Park, WY, 82190
  • Equivalent: For interoperability, it is not sufficient that pedigree messages are valid. It is critical to be able to test if two pedigree messages are equivalent. Here are two valid addresses that are subtly different:
  John Ranger
  Old Faithful Visitor Center
  80 Old Faithful
  Yellowstone National Park, WY, 82190
  John Ranger
  80 Old Faithful
  Yellowstone National Park, WY, 82190

Reference Pedigrees

The following sample is an elaborated pedigree that supplements the standard specification: Patient has two sisters, a husband a daughter, and a mother and a father (each has two parents): Media:PedigreeSampleElaborated.doc