@Orestis you could actually model that
# dev
i
@orestis_55600 you could actually model that in FHIR as an Questionnaire/QuestionnaireResponse/Observation
o
haha, sure we can get creative but my question remains: does medplum allow for creating custom non-FHIR-template brand new tables?
appreciate the example tho!
i
@orestis_55600 Medplum doesn't support creating new data types (or underlying tables) that don't directly extend from FHIR resources
o
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
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.