Enabling Extension Input
# support
j
Hey there, we want to enable Extension Input while creating a resource. I could see the 'extension' property is in DEFAULT_IGNORED_PROPERTIES. Let me know how to enable this flow... https://storybook.medplum.com/?path=/story/medplum-resourcepropertyinput--extension-input
r
@jarluhar , we currently don't enable the extension input in the Medplum App, unless you have created a FHIR Profile.
FHIR profiles are a very advanced concept, and they can have a steep learning curve. We have some intro documentation here, but you should refer to the broader FHIR ecosystem for more information on FHIR profiles https://www.medplum.com/docs/fhir-datastore/profiles
Specifically, FHIR profiles allow you to specify required extensions. This will then show up on the "Profiles" tab on the medplum app
j
Appreciate your swift response, @rahul1. Let me learn more about the FHIR Profiles.