Skip to content
New issue

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

OAI-61: FHIR R4 Converters implemented #17

Merged
merged 6 commits into from
Jan 12, 2022
Merged

Conversation

dborowiecki
Copy link
Contributor

TICKET: OAI-61

For reference purposes deprecated unit test and payloads are not yet removed from repository.
This implementation is capable of accepting bundles and transforming them to AI input,
however evaluation will fails because of change in Diagnosis type (previously used ID (int) replaced with ICD code (str)).

@@ -64,6 +64,7 @@ async def _send_evaluation(self, bundle, event_index):
evaluation_response = {'type': 'claim.bundle.payload', 'content': evaluation_result, 'index': event_index}
await self.send({'type': 'websocket.send', 'text': json.dumps(evaluation_response)})
except Exception as e:
print(traceback.format_exc())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this for dev reasons?

@dragos-dobre dragos-dobre merged commit cd73d84 into develop Jan 12, 2022
@dragos-dobre dragos-dobre deleted the feature/OAI-61 branch January 12, 2022 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants