We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Procedure and Immunization are not supported yet: When requesting a procedure or immunization a KeyError is raised.
File "/opt/flare/src/fhir/fhir_parser.py", line 19, in get_patient_ids_from_bundle id_extractor = _resource_to_extractor_mapping[resource_type] KeyError: 'immunization'
See: https://confluence.imi.med.fau.de/pages/viewpage.action?pageId=156400220
The text was updated successfully, but these errors were encountered:
rwm
juliangruendner
lukszi
No branches or pull requests
Procedure and Immunization are not supported yet:
When requesting a procedure or immunization a KeyError is raised.
File "/opt/flare/src/fhir/fhir_parser.py", line 19, in get_patient_ids_from_bundle
id_extractor = _resource_to_extractor_mapping[resource_type]
KeyError: 'immunization'
See: https://confluence.imi.med.fau.de/pages/viewpage.action?pageId=156400220
The text was updated successfully, but these errors were encountered: