Got another small item that has caused me some frustration this morning.
I've got a CCDA that isn't passing the validation due to the following error:
"Result Description: The scenario contains Basic Occupation Observation data with code 37-2011.00.028742 , however there is no matching data in the submitted CCDA."
However, when I include the Basic Occupation Observation data as part of the Social History section, I get the following:
"The scenario does not require Basic Occupation Industry Observation data , however there is no Basic Occupation Industry Observation in the submitted CCDA."
My gut feeling is it has to do with the templateId, but I have tried & confirmed against the spec multiple times. Can anyone help me out?
Thanks in advance!
Here's my XML:
<entry>
<observation classCode="OBS" moodCode="EVN">
<!-- Basic Occupation Observation templateId -->
<templateId root="2.16.840.1.113883.10.20.22.4.503" extension="2023-05-01"/>
<id root="f4dce790-8328-11db-9fe1-0800200c9a45"/>
<code code="11341-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of occupation"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="20150622" />
</effectiveTime>
<value xsi:type="CD" code="37-2011.00.028742"
displayName="Odd Jobs Day Worker"
codeSystem="2.16.840.1.114222.4.5.327"
codeSystemName="Occupational Data for Health (ODH)"/>
</observation>
</entry>
<entry>
<observation classCode="OBS" moodCode="EVN">
<!-- Basic Occupation Industry Observation templateId -->
<templateId root="2.16.840.1.113883.10.20.22.4.504"
extension="2023-05-01"/>
<id root="f4dce790-8328-11db-9fe1-0800200c9a47"/>
<code code="86188-0" codeSystem="2.16.840.1.113883.6.1"
codeSystemName="LOINC" displayName="History of occupation industry"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="20150622" />
</effectiveTime>
<value xsi:type="CD" code="561720.002294"
displayName="Building cleaning services, interior [Janitorial Services ]"
codeSystem="2.16.840.1.114222.4.5.327"
codeSystemName="Occupational Data for Health (ODH)"/>
</observation>
</entry>