Wednesday, September 21, 2011

More Stupid CCD Tricks

I got this problem observation from another trading partner.

<observation classCode="OBS" moodCode="EVN">
    <templateId root="2.16.840.1.113883.10.20.1.28" assigningAuthorityName="CCD"/>
    <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.5" assigningAuthorityName="IHE PCC"/>
    <id/>
    <code code="" displayName="" codeSystem="" codeSystemName=""/>
    <text>
        <reference value="#problem-93333"/>
    </text>
    <statusCode code="completed"/>
    <effectiveTime>
        <low value="20081119000000"/>
        <high nullFlavor="UNK"/>
    </effectiveTime>
    <value xsi:type="CD" nullFlavor="UNK">
        <translation code="466.0" codeSystem="2.16.840.1.113883.6.103" codeSystemName="ICD9CM"/>
    </value>
</observation>

The problem type needs to be specified in the Code element. This is the error from the validator.

Error: HITSP/C83 Conditions Problem Type SHALL be coded as specified in HITSP/C80 Section 2.2.3.1.2 Problem Type. The Problem Type code element SHALL contain a code attribute that identifies the SNOMED CT code for one of the following seven conditions: Finding (404684003), Symptom (418799008), Problem (55607006), Complaint (409586006), Condition (64572001), Diagnosis (282291009, Functional limitation (248536006). See HITSP/C83 Section 2.2.2.7.3, rule C83-[DE-7.02-1].

Error: HITSP/C83 Conditions Problem Type SHALL be coded as specified in HITSP/C80 Section 2.2.3.1.2 Problem Type. The code SHALL contain a codeSystem attribute that identifies the SNOMED CT codeSystem (2.16.840.1.113883.6.96). See HITSP/C83 Section 2.2.2.7.3, rule C154-[DE-7.02-1].

The Problem Type is to be taken from the Problem Type Value Set (Table 2-60).


Concept Code
Concept Name
(SNOMED Fully Specified Name)
Definition
Usage Note
404684003
Clinical finding (finding)
Not Available
Finding
418799008
Finding reported by subject or history provider (finding)
Not Available
Symptom
55607006
Problem (finding)
Not Available
Problem
409586006
Complaint (finding)
Not Available
Complaint
64572001
Disease (disorder)
Not Available
Condition
282291009
Diagnosis interpretation (observable entity)
Not Available
Diagnosis
248536006
Finding of functional performance and activity (finding)
Not Available
Functional limitation


Then the value needs to be taken from the Problem Value set. This is constrained SNOMED-CT.


Description
Identifier
2.16.840.1.113883.3.88.12.3221.7.4
Name
Problem Value Set
Source
Veterans Administration/Kaiser Permanente (VA/KP)
URL
Purpose
Problems and Diagnosis
Definition
See VA/KP Problem List Subset of SNOMED CT
This describes the problem. Diagnosis/Problem List is broadly defined as a series of brief statements that catalog a patients medical, nursing, dental, social, preventative and psychiatric events and issues that are relevant to that patients healthcare (e.g., signs, symptoms, and defined conditions)
Version
20081203
Type
Extensional
Binding
Dynamic
Status
Active
Effective Date
Unknown
Expiration Date
N/A
Creation Date
Unknown
Revision Date
20090331
Code System Name
SNOMED CT
Code System Source
National Library of Medicine UMLS


What they are saying here is that patient has a problem, Acute Bronchitis. They coded it internally using ICD9. But, they don't know the SNOMED-CT code for this concept. They need to provide the SNOMED-CT code for this, which is 10509002.

I wonder if I am the only one that works with vendors that don't get it?


No comments:

Post a Comment