@orestis_55600 you could actually model that in FHIR as an Questionnaire/QuestionnaireResponse/Observation
o
orestis_55600
04/29/2025, 8:05 PM
haha, sure we can get creative but my question remains: does medplum allow for creating custom non-FHIR-template brand new tables?
orestis_55600
04/29/2025, 8:06 PM
appreciate the example tho!
i
Ian Plunkett
04/29/2025, 10:02 PM
@orestis_55600 Medplum doesn't support creating new data types (or underlying tables) that don't directly extend from FHIR resources
o
orestis_55600
04/30/2025, 6:37 PM
gotcha. it seems there's no EHR that allows for that. Any reason why that might be? I find it so bizzarre to keep two types of databases!!! can't be just me.
i
Ian Plunkett
04/30/2025, 11:26 PM
Medplum is focused on being FHIR-native and the data model sits a layer above the actual database implementation. The idea is that any supported data structures should flow from the FHIR specifications.