You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
Greetings,
The Observation that is causing issues has a SHX_ACTIVITY.SHX_CATEGORY_REF_ID of 2661, which when looking in the SHX_CATEGORY_REF table, has a CATEGORY_CD of 0.
Since the CATEGORY_CD is 0, mappings can't be determined for the code, hence the failure.
To resolve this, the SHX_CATEGORY_REF table would need to be fixed to populate the CATEGORY_CD of the rows that have it set to 0 to an appropriate code value.