You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing Implementation of FHIR Reader from a Delta Table
Description
As a data engineer, I need to implement a FHIR (Fast Healthcare Interoperability Resources) reader that can read data from a Delta Table so that we can efficiently process and analyze healthcare data stored in Delta format. This relates to the "server" representation for FHIR within Databricks Lakehouse.
Acceptance Criteria
The FHIR reader should be able to read from a Delta Table.
The FHIR reader should be able to read and parse FHIR resources from the Delta Table.
The FHIR reader should handle different FHIR resource types (e.g., Patient, Observation, Encounter).
The FHIR reader should support filtering and querying of FHIR resources based on specific criteria.
The implementation should include unit tests to verify the functionality of the FHIR reader.
The implementation should include documentation on how to use the FHIR reader.
Notes
Ensure that the implementation follows best practices for performance and scalability.
Consider edge cases and error handling in the implementation.
The text was updated successfully, but these errors were encountered:
Missing Implementation of FHIR Reader from a Delta Table
Description
As a data engineer, I need to implement a FHIR (Fast Healthcare Interoperability Resources) reader that can read data from a Delta Table so that we can efficiently process and analyze healthcare data stored in Delta format. This relates to the "server" representation for FHIR within Databricks Lakehouse.
Acceptance Criteria
Notes
The text was updated successfully, but these errors were encountered: