We are getting an error in cypress on our diagnosis attributes:
"This code SHALL contain at least one [1..*] translation, which SHOULD be selected from ValueSet Problem Type urn:oid:2.16.840.1.113883.3.88.12.3221.7.2 2014-09-02 (CONF:1198-32848)."
The 2019 HL7 QRDA 1 implementation guide has the following for the code in question on pg 382:
- SHALL contain exactly one [1..1] code, which SHOULD be selected from ValueSet Problem Type (SNOMED CT) urn:hl7ii:2.16.840.1.113883.3.88.12.3221.7.2:2012-06-01 STATIC 2012-06-01 (CONF:1198-9045).
-
- If code is selected from ValueSet Problem Type (SNOMED CT) urn:hl7ii:2.16.840.1.113883.3.88.12.3221.7.2:2012-06-01 STATIC 2012-06-01, then it SHALL have at least one [1..*] translation, which SHOULD be selected from ValueSet Problem Type (LOINC) urn:hl7ii:2.16.840.1.113883.3.88.12.3221.7.2:2014-09-02 STATIC 2014-09-02 (CONF:1198-32950).
If the code in the encounter diagnosis attribute is not from that SNOMED Problem Type value set, does the code still require a translation?