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
Add a /link/ecr API endpoint that accepts a eCR document payload and returns results similar to /link.
/link/ecr
/link
The first part of this task will be to create a new parser, recordlinker.parsers.ecr for extracting the PII data from the document.
recordlinker.parsers.ecr
You can refer to the phdi FHIR convertor service for ideas on how to implement.
#5 and #80
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Add a
/link/ecr
API endpoint that accepts a eCR document payload and returns results similar to/link
.Acceptance Criteria
Details / Tasks
The first part of this task will be to create a new parser,
recordlinker.parsers.ecr
for extracting the PII data from the document.Background / Context
You can refer to the phdi FHIR convertor service for ideas on how to implement.
Dependencies
#5 and #80
The text was updated successfully, but these errors were encountered: