Want to remove/add attributes from medplum Resourc...
# support
m
Hi Team, I am new on medplum and I am trying to figure out how we can change in forms. As I know medplum is using FHIR attributes in form creation but I don't want to use all of those resources according to my use case. Can anybody help me in term of technical aspect?
@rahul1 @reshma
@rahul1 @reshma I tried writing new migrations for the addition/removal of new attributes, but it's not impacting the actual result. My migration number against DatabaseMigration is updating in postgress but still, everything is same for me.
r
You can edit the questionnaires as follows - here is a video:

https://youtu.be/mOBC0VYtCLE

Is that what you mean?
m
@reshma Thank you for your guidance. What I’m aiming to do is modify the resource creation form by adding or removing certain fields. For example, when I create a new 'Patient' resource, the form currently includes a set of fields (some required, others optional). I’d like to adjust this by removing some of the existing fields and adding new ones. I’ve attached a screenshot of the current Patient creation form to clarify what I mean."
Can you please also guide me on how we can update dist files?
r
AH, I see - yes this is not customizable except via Profiles:

https://youtu.be/PVY7Ham2n5o

148 Views