drajer-health / eCRNow

Repository for eCRNow app.
Apache License 2.0
41 stars 55 forks source link

Data Quality: Patient ethnicGroupCode data element is nullFlavor #627

Closed lakshman301195 closed 1 month ago

lakshman301195 commented 11 months ago

Data Quality: Patient ethnicGroupCode data element is nullFlavor

If the Patient FHIR Response has proper values like White/Latin/Hispanic, the value is getting populated correctly in EICR. But in few Scenarios, where the patient has opted not to disclose the information, we are populating with NULLFLAVOR in EICR.

Sample FHIR Response: image

EthnicCode in EICR: image

Can this be modified to send a different code as "Asked but Unknown" or some other valid code instead of NullFlavor in EICR?

lakshman301195 commented 10 months ago

Similar can we populate as "Asked but Unknown" for Race Condition where patient has declined expressing his/her race?

nbashyam commented 8 months ago

Cannot map strings to NullFlavor. Please map the values to https://www.hl7.org/fhir/us/core/ValueSet-omb-ethnicity-category.html The code system should be different than the regular CDC OIDs.

lakshman301195 commented 8 months ago

Based on the discussions, we will follow up on this ticket with our internal team. Kindly close the issue.

nbashyam commented 7 months ago

No changes required currently.