include-dcc / inc-portal-model

Portal model Whistler Project to ETL include data into FHIR
0 stars 0 forks source link

`Race` has "Other" and "other" #15

Closed lopierra closed 2 years ago

lopierra commented 2 years ago

There are two "Other" values in the Race facet - "other" is lowercase in PCGC and uppercase in BRI-DSR.

image

torstees commented 2 years ago

This looks more like an issue with Meen's data. From what I'm seeing, everything else uses capitol letters for start: White, Black, etc (and HTP also uses Other). The text, however, is typically expected to be the value as it was originally provided as opposed to a mapped value.

jthib077 commented 2 years ago

It does seem like this is the mapped value though. Wondering if the enumeration can be changed to "O"ther instead of "o"ther on Meen's side.

image

torstees commented 2 years ago

Interesting. So, are the HTP data showing up as "Other" or "other"?

Technically, this display is defined by HL7 and shouldn't be changed. This looks like I probably need to add that code instead of the UKN which I'm using, which is fine.

torstees commented 2 years ago

This is totally on me. I was using the wrong code system for "other". This will be fixed when I load the data next