The scenario does not require Basic Occupation Industry Observation data , however there is no Basic Occupation Industry Observation in the submitted CCDA.

17 views
Skip to first unread message

Husnain Iftikhar

unread,
Sep 24, 2025, 6:57:31 AM (10 days ago) Sep 24
to Edge Test Tool (ETT)
here is the entries in the Social History Section, and here is the code snippet and error

S&CC Reference C-CDA Validation

Result Description: The scenario does not require Basic Occupation Industry Observation data , however there is no Basic Occupation Industry Observation in the submitted CCDA.


<entry>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.503" extension="2023-05-01"/>
<templateId root="2.16.840.1.113883.10.20.22.4.503"/>
<id root="f4dce790-8328-11db-9fe1-0800200c9a45"/>
<code code="11341-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Basic Occupation"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="2009"/>
<high value="20150622"/>
</effectiveTime>
<value xsi:type="CD" code="37-2011.00.028742" codeSystem="2.16.840.1.114222.4.5.327" displayName="Odd Jobs Day Worker [Janitors and Cleaners, Except Maids and Housekeeping]"/>
</observation>
</entry>
<!-- Basic Occupation Industry Observation -->
<entry>
<observation classCode="OBS" moodCode="EVN">
<templateId root="2.16.840.1.113883.10.20.22.4.504" extension="2023-05-01"/>
<templateId root="2.16.840.1.113883.10.20.22.4.504"/>
<id root="f4dce790-8328-11db-9fe1-0800200c9a47"/>
<code code="86188-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Basic Occupation Industry"/>
<statusCode code="completed"/>
<effectiveTime>
<low value="2009"/>
<high value="202206"/>
</effectiveTime>
<value xsi:type="CD" code="811111.001118" codeSystem="2.16.840.1.114222.4.5.327" displayName="Building cleaning services, interior [Janitorial Services]"/>
</observation>
</entry>
Screenshot 2025-09-24 at 3.34.29 PM.png

Mat Davis

unread,
Sep 24, 2025, 8:01:09 AM (10 days ago) Sep 24
to Edge Test Tool (ETT)
Hi Husnain.

Please review previous ETT Google Group Conversations here - https://groups.google.com/g/edge-test-tool/search?q=basic%20observation%20industry


Notice that this is an entry then an entryRelationship.

Let us know if the info above helps to resolve your issue.

Thanks - Mat

Husnain Iftikhar

unread,
Sep 24, 2025, 8:25:35 AM (10 days ago) Sep 24
to Edge Test Tool (ETT)
yeah, resolved thanks Mat

here is the correct structure


<entry>
    <observation classCode="OBS" moodCode="EVN">
        <templateId root="2.16.840.1.113883.10.20.22.4.503" extension="2023-05-01"/>
        <id root="a1b2c3d4-e5f6-7890-1234-567890abcdef"/>

        <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 [Janitors and Cleaners, Except Maids and Housekeeping]"
               codeSystem="2.16.840.1.114222.4.5.327"
               codeSystemName="Occupational Data for Health (ODH)"/>
       
        <entryRelationship typeCode="REFR">

            <observation classCode="OBS" moodCode="EVN">
                <templateId root="2.16.840.1.113883.10.20.22.4.504" extension="2023-05-01"/>
                <id root="fedcba98-7654-3210-fedc-ba9876543210"/>

                <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>
        </entryRelationship>
    </observation>
</entry>

Mat Davis

unread,
Sep 24, 2025, 9:17:43 AM (10 days ago) Sep 24
to Edge Test Tool (ETT)
Good news Husnain.

Much appreciated on the update.

Thanks - Mat

Reply all
Reply to author
Forward
0 new messages