Problems entries required template:
<templateId root="2.16.840.1.113883.10.20.22.2.5"></templateId>
<templateId root="2.16.840.1.113883.10.20.22.2.5" extension="2015-08-01"></templateId>
<templateId root="2.16.840.1.113883.10.20.22.2.5.1"></templateId>
<templateId root="2.16.840.1.113883.10.20.22.2.5.1" extension="2015-08-01"></templateId>
<code code="11450-4" codeSystem="2.16.840.1.113883.6.1"></code>
<title>Problems</title>
<!--**** Problems Section Narrative Block ****-->
<text>
<content styleCode="Bold">Encounter Diagnosis</content>
<br></br>
<list listType="unordered">
<item>
<content ID="ZProblems.Problems.6887869">First degree burn of multiple sites of wrists and hand Onset Date:2015-07-22 00:00:00, Status:Active. </content>
</item>
</list>
</text>
<!--**** Problems Section Structured Body ****-->
<entry typeCode="DRIV">
<act classCode="ACT" moodCode="EVN">
Shall have an act
<templateId root="2.16.840.1.113883.10.20.22.4.3"></templateId>
<templateId root="2.16.840.1.113883.10.20.22.4.3" extension="2015-08-01"></templateId>
<id nullFlavor="NI"></id>
<code code="CONC" codeSystem="2.16.840.1.113883.5.6"></code>
<statusCode code="active"></statusCode>
<effectiveTime>
<low value="20150722"></low>
</effectiveTime>
<author>
<templateId root="2.16.840.1.113883.10.20.22.4.119"></templateId>
<time value="20170214111924+0000"></time>
<assignedAuthor>
<id nullFlavor="NI"></id>
<addr nullFlavor="NI"></addr>
<telecom nullFlavor="NI"></telecom>
</assignedAuthor>
</author>
<entryRelationship typeCode="SUBJ" inversionInd="false">
<observation classCode="OBS" moodCode="EVN">
Shall have an observation
<templateId root="2.16.840.1.113883.10.20.22.4.4"></templateId>
<templateId root="2.16.840.1.113883.10.20.22.4.4" extension="2015-08-01"></templateId>
<id root="1.3.6.1.4.1.21367.13.20.1000.1.3.2.6.1" extension="6887869"></id>
<code code="55607006" codeSystem="2.16.840.1.113883.6.96" displayName="Problem" codeSystemName="SNOMED CT">
<translation code="75326-9" codeSystem="2.16.840.1.113883.6.1" displayName="Problem HL7.CCDAR2" codeSystemName="LOINC"></translation>
</code>
<text>
<reference value="#ZProblems.Problems.6887869"></reference>
</text>
<statusCode code="completed"></statusCode>
<effectiveTime>
<low value="20150722"></low>
</effectiveTime>
Shall have a value
<value xsi:type="CD" code="211896002" displayName="First degree burn of multiple sites of wrists and hand" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"></value>
<entryRelationship typeCode="REFR" inversionInd="false">
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.6"></templateId>
<templateId root="2.16.840.1.113883.10.20.22.4.6" extension="2015-08-01"></templateId>
<code code="33999-4" codeSystem="2.16.840.1.113883.6.1" displayName="Status"></code>
<text>
<reference value="#ZProblems.Problems.6887869"></reference>
</text>
<statusCode code="completed"></statusCode>
<value xsi:type="CD" code="55561003" displayName="Active" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
<translation xsi:type="CD" code="S75" displayName="Active" codeSystem="1.3.6.1.4.1.21367.13.20.1000.1.11.2" codeSystemName="Mainland Health Systems Locally-assigned Problem status codes from CVE2"></translation>
</value>
</observation>
</entryRelationship>
</observation>
</entryRelationship>
</act>
</entry>
</section>
Please attach full sample.
Snippet you sent looks ok, but it’s not clear if there is another spot.
Best,
Brett
--
You received this message because you are subscribed to the Google Groups "Edge Test Tool (ETT)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
edge-test-too...@googlegroups.com.
To post to this group, send email to
edge-te...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edge-test-tool/19490084-57da-4dff-8791-b7c4fecbd4bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Catherine,
The ToC Inpatient Sample 2 requires a Problems section that denotes “No Known Problems” which is missing and hence the error you are receiving. The No Known Problems semantics use a problem code of 55607006.
Please refer to the example: https://github.com/brettmarquard/HL7-C-CDA-Task-Force-Examples/blob/master/Doc-No%20Known%20Problems%2020140226.xml
The data that you have published below is for Encounter Diagnosis which can be coded using Problem Observation but wrapped within a Diagnosis Act depending on the Document Template you are using.
Please let us know if you have any further questions.
Thanks
Dragon
To view this discussion on the web visit https://groups.google.com/d/msgid/edge-test-tool/CY1PR07MB216530DA12254A0B8AA2F7EEA85A0%40CY1PR07MB2165.namprd07.prod.outlook.com.
The negationInd is used to indicate the absence of the condition in observation/value. A negationInd of "true" coupled with an observation/value of SNOMED code 64572001 "Disease (disorder)" indicates that the patient has no known conditions.
To post to this group, send email to edge-t...@googlegroups.com.
Hi, Catherine,
C-CDA includes templates to send a Hospital Admission diagnosis, Hospital Discharge diagnosis, and Encounter Diagnosis.
C-CDA allows systems to list a problem in the problems section and reference that same problem from the encounter diagnosis section. It is contradictory to the specification to list the encounter diagnosis in the problem list section without a secondary act to indicate it is the encounter diagnosis or hospital discharge diagnosis.
Best,
Brett
--
To post to this group, send email to
edge-te...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edge-test-tool/bf431a10-c578-46da-a1fa-359c96bf07a1%40googlegroups.com.
Brett
That is not the issue and subject of the ticket.
- We do differentiate that this is an encounter diagnosis
- The specification does not enforce any specific template, ONC does not define the diagnosis so it is not mandated which dx is used, and what we have done is complaint
- That is not the issue, the issue is that the tool is trying to validate a No Known Problem observation entry in the same section where an active problem in this case, an active discharge dx which is indeed a problem, is entered. It is clinically wrong, patient safety, and not per spec to have an observation entry with negation indicator saying “no known problems” when you indeed know of a problem.
Please update the tool,
Thanks
Catherine
CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024.
Hi, Catherine,
I don’t believe an ‘encounter diagnosis’ is automatically added to the active problem list. Only items that are managed post-visit make the problem list – at least in my experience.
--Would it be more clear if ONC updated the test data to include an active problem?
On ONC ‘requiring’ a specific template, I suspect they are giving you flexibility to use Hospital Discharge Diagnosis or Encounter Diagnosis. Listing in the narrative of the problem list section that it’s the encounter diagnosis is not consistent with the C-CDA requirements
Best,
Brett
From: Britton,Catherine [mailto:Catherin...@Cerner.com]
Sent: Thursday, February 16, 2017 4:54 PM
To: Brett Marquard <br...@riverrockassociates.com>; Edge Test Tool (ETT) <edge-te...@googlegroups.com>
Subject: RE: C-CDA validator erroneously reporting error 55607006 snomed code needed for problem section
Brett
That is not the issue and subject of the ticket.
To view this discussion on the web visit https://groups.google.com/d/msgid/edge-test-tool/bf431a10-c578-46da-a1fa-359c96bf07a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No specific updates were made to the tool to remove the validation for the “No Known Problems”.
Are you following the HL7 example at http://hl7-c-cda-examples.herokuapp.com/examples/view/7353a215efda8dfe3fbacb19abbb90756ce14bab
From: edge-te...@googlegroups.com [mailto:edge-te...@googlegroups.com] On Behalf Of aher...@athenahealth.com
Sent: Wednesday, July 05, 2017 1:58 PM
To: Edge Test Tool (ETT)
Cc: Catherin...@cerner.com
Subject: Re: C-CDA validator erroneously reporting error 55607006 snomed code needed for problem section
Hello, were there any updates made to the tool? I'm getting this same error with problem codes for "no known problems".
On Thursday, February 16, 2017 at 4:30:52 PM UTC-6, Brett Marquard wrote:
Hi, Catherine,
I don’t believe an ‘encounter diagnosis’ is automatically added to the active problem list. Only items that are managed post-visit make the problem list – at least in my experience.
--Would it be more clear if ONC updated the test data to include an active problem?
On ONC ‘requiring’ a specific template, I suspect they are giving you flexibility to use Hospital Discharge Diagnosis or Encounter Diagnosis. Listing in the narrative of the problem list section that it’s the encounter diagnosis is not consistent with the C-CDA requirements
Best,
Brett
From: Britton,Catherine [mailto:Catherin...@Cerner.com]
Sent: Thursday, February 16, 2017 4:54 PM
To: Brett Marquard <br...@riverrockassociates.com>; Edge Test Tool (ETT) <edge-te...@googlegroups.com>
Subject: RE: C-CDA validator erroneously reporting error 55607006 snomed code needed for problem section
Brett
That is not the issue and subject of the ticket.
Please update the tool,
Thanks
Catherine
From: Brett Marquard [mailto:br...@riverrockassociates.com]
Sent: Thursday, February 16, 2017 4:50 PM
To: Britton,Catherine <Catherin...@Cerner.com>; Edge Test Tool (ETT) <edge-te...@googlegroups.com>
Subject: RE: C-CDA validator erroneously reporting error 55607006 snomed code needed for problem section
Hi, Catherine,
C-CDA includes templates to send a Hospital Admission diagnosis, Hospital Discharge diagnosis, and Encounter Diagnosis.
C-CDA allows systems to list a problem in the problems section and reference that same problem from the encounter diagnosis section. It is contradictory to the specification to list the encounter diagnosis in the problem list section without a secondary act to indicate it is the encounter diagnosis or hospital discharge diagnosis.
Best,
Brett
--
To post to this group, send email to edge-te...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/edge-test-tool/7edd4343-ff7e-4b35-9fb2-4fb465e7450b%40googlegroups.com.