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

Difference between revisions of "CDA R2 Errata"

From HL7Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
  o Incorrect OID. Change OID from “2.16.840.1.113883.5.10588” to “2.16.840.1.113883.5.111” here:  
 
  o Incorrect OID. Change OID from “2.16.840.1.113883.5.10588” to “2.16.840.1.113883.5.111” here:  
  
&lt;healthCareFacility classCode=" DSDLOC">&lt;code code=" GIM" codeSystem="2.16.840.1.113883.5.10588" displayName=" General internal medicine clinic"/> &lt;/healthCareFacility>
+
  <healthCareFacility classCode=" DSDLOC">
 +
    <code code=" GIM" codeSystem="2.16.840.1.113883.5.10588" displayName=" General internal medicine clinic"/>
 +
  </healthCareFacility>
  
 
  o Incorrect LOINC codes. Replace 10153-2, 10223-2, 10157-2 respectively with: 11348-0 HISTORY OF PAST ILLNESS, 10200-4 PHYSICAL FINDINGS HEART, 10157-6 HISTORY OF FAMILY MEMBER DISEASES
 
  o Incorrect LOINC codes. Replace 10153-2, 10223-2, 10157-2 respectively with: 11348-0 HISTORY OF PAST ILLNESS, 10200-4 PHYSICAL FINDINGS HEART, 10157-6 HISTORY OF FAMILY MEMBER DISEASES
Line 21: Line 23:
  
 
   <observation classCode="OBS" moodCode="EVN">
 
   <observation classCode="OBS" moodCode="EVN">
  <code code="251076008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Cuff blood pressure"/>
+
    <code code="251076008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Cuff blood pressure"/>
  <statusCode code="completed"/>
+
    <statusCode code="completed"/>
  <effectiveTime value="200004071430"/>
+
    <effectiveTime value="200004071430"/>
  <targetSiteCode code="368208006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Left arm"/>
+
    <targetSiteCode code="368208006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Left arm"/>
  <entryRelationship typeCode="COMP">
+
    <entryRelationship typeCode="COMP">
    <observation classCode="OBS" moodCode="EVN">
+
      <observation classCode="OBS" moodCode="EVN">
      <code code="271649006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Systolic BP"/>
+
        <code code="271649006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Systolic BP"/>
      <statusCode code="completed"/>
+
        <statusCode code="completed"/>
      <effectiveTime value="'''200004071530 --> 200004071430'''"/>
+
        <effectiveTime value="'''200004071530 --> 200004071430'''"/>
      <value xsi:type="PQ" value="132" unit="mm[Hg]"/>
+
        <value xsi:type="PQ" value="132" unit="mm[Hg]"/>
    </observation>
+
      </observation>
  </entryRelationship>
+
    </entryRelationship>
  <entryRelationship typeCode="COMP">
+
    <entryRelationship typeCode="COMP">
    <observation classCode="OBS" moodCode="EVN">
+
      <observation classCode="OBS" moodCode="EVN">
      <code code="271650006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Diastolic BP"/>
+
        <code code="271650006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Diastolic BP"/>
      <statusCode code="completed"/>
+
        <statusCode code="completed"/>
      <effectiveTime value="'''200004071530 --> 200004071430'''"/>
+
        <effectiveTime value="'''200004071530 --> 200004071430'''"/>
      <value xsi:type="PQ" value="86" unit="mm[Hg]"/>
+
        <value xsi:type="PQ" value="86" unit="mm[Hg]"/>
    </observation>
+
      </observation>
  </entryRelationship>
+
    </entryRelationship>
 
   </observation>
 
   </observation>

Revision as of 01:35, 17 August 2006

Section 3: CDA Document Exchange in HL7 Messages

o Table 4: HL7 V3 Medical Records :: CDA Mapping will need to be updated when the V3 Medical Records ballot becomes normative. 


Section 1.2.2 The “A” in “CDA”

o Example 2 – hierarchy isn’t correct. Bottom 4 bullets each need to move one step to the right.

Section A.2 Sample CDA Instance

o Where Observation.classCode=”COND”, refer to latest recommendations from Patient Care TC regarding how to value Observation.statusCode. 
o Incorrect OID. Change OID from “2.16.840.1.113883.5.10588” to “2.16.840.1.113883.5.111” here: 
 <healthCareFacility classCode=" DSDLOC">
   
 </healthCareFacility>
o Incorrect LOINC codes. Replace 10153-2, 10223-2, 10157-2 respectively with: 11348-0 HISTORY OF PAST ILLNESS, 10200-4 PHYSICAL FINDINGS HEART, 10157-6 HISTORY OF FAMILY MEMBER DISEASES
o Incorrect Date. Replace “200004071530” with “200004071430” as shown.
 <observation classCode="OBS" moodCode="EVN">
   
   <statusCode code="completed"/>
   <effectiveTime value="200004071430"/>
   <targetSiteCode code="368208006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Left arm"/>
   <entryRelationship typeCode="COMP">
     <observation classCode="OBS" moodCode="EVN">
       
       <statusCode code="completed"/>
       <effectiveTime value="200004071530 --> 200004071430"/>
       <value xsi:type="PQ" value="132" unit="mm[Hg]"/>
     </observation>
   </entryRelationship>
   <entryRelationship typeCode="COMP">
     <observation classCode="OBS" moodCode="EVN">
       
       <statusCode code="completed"/>
       <effectiveTime value="200004071530 --> 200004071430"/>
       <value xsi:type="PQ" value="86" unit="mm[Hg]"/>
     </observation>
   </entryRelationship>
 </observation>