Hello BCDA Community,
I'm working on a data analysis project where I need to flatten FHIR patient/coverage/eob resources from BCDA data and load them into PostgreSQL for analysis. I'm start with patient resource but encountering an issue with the available FHIR StructureDefinition (StructureDefinition-C4BB-Patient.json) and would appreciate guidance from the BCDA team.
Current Situation:
Use Case:
I'm building an ETL pipeline to:
Question:
Is there a complete FHIR StructureDefinition available that:
If such a profile exists, could you point me to where I can access it? If not, would the BCDA team be able to provide guidance on:
Technical Context:
I'm using Python with FHIR client libraries and need a complete StructureDefinition that includes all elements (base + extensions) so I can generate accurate database schemas that capture all the data present in the Blue Button NDJSON files.
Any guidance would be greatly appreciated!
Thank you,
Deepak