fasten-onprem icon indicating copy to clipboard operation
fasten-onprem copied to clipboard

unknown AdministrativeGender code `M` when importing from Cambridge Health Alliance

Open stephen304 opened this issue 1 year ago • 3 comments

Hi, I was just test driving fasten and encountered this error message when trying to add Cambridge Health Alliance to import data. I got error 500 in a toast notification and checking the container logs I see: (jwt encoded stuff and uuid looking things replaced with xxx)

time="2023-05-29T12:38:56-04:00" level=info msg="Parsed Create SourceCredential Credentials Payload: {{00000000-0000-0000-0000-000000000000 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC <nil>} {{00000000-0000-0000-0000-000000000000 0001-01-01 00:00:00 +0000 UTC 0001-01-01 00:00:00 +0000 UTC <nil>}     } 00000000-0000-0000-0000-000000000000 cambridge-health-alliance xxxx-xxxx-xxxx https://epicmobile.challiance.org/Interconnect-OAuth2/oauth2/authorize https://epicmobile.challiance.org/Interconnect-OAuth2/oauth2/token https://fhir.epic.com/interconnect-fhir-oauth/oauth2/introspect [fhirUser openid profile] https://fhir.epic.com [authorization_code] [code] [] https://epicmobile.challiance.org/Interconnect-oauth2/api/FHIR/R4 [S256]  https://epicmobile.challiance.org/Interconnect-oauth2/api/FHIR/R4 xxxx-xxxx-xxxx-xxxx-xxxxxxx https://lighthouse.fastenhealth.com/v1/callback/epic false false eyxxxxxx.eyJxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxx-xxx-xxx-xxx-xxx-xxx-xxx-xxx  eyJxxx.xxxxxxxxxxxxxxx.xxx-xxx--xxx-xxx-xxx-xxx-xxx-xxxxxx 1685381936  }" type=web
time="2023-05-29T12:38:57-04:00" level=error msg="An error occurred while bulk import of resources from source unknown AdministrativeGender code `M`" type=web

I'm running fasten through docker image ghcr.io/fastenhealth/fasten-onprem:main, and was able to successfully import data from Vidant Health so it seems like the install is working besides the CHA source

stephen304 avatar May 29 '23 16:05 stephen304