Edit extention.
# support
o
Hello, @rahul1 @reshma I added extention to a practitioner resources - years of experience but when I am using medplum app I don't see extention field as part of editing practitioner. what is the way to edit extentions added to the resource via medplum app? { "resourceType": "Practitioner", "name": [ { "family": "Smith", "given": [ "John" ] } ], "extension": [ { "url": "http://example.com/fhir/StructureDefinition/practitioner-years-of-experience", "valueInteger": 10 } ], "id": "ca6497f3-e437-4ea4-945c-f4c9e6d1be5c", "meta": { "versionId": "8499032e-b833-4933-84ec-61057ec6f749", "lastUpdated": "2024-10-08T22:14:35.141Z", "author": { "reference": "Bot/0356e259-1e43-41d4-b5a5-9f6179508245", "display": "fhir_extention" }, "project": "e23d6f70-434b-4349-b569-c86e11fdf89d", "compartment": [ { "reference": "Project/e23d6f70-434b-4349-b569-c86e11fdf89d" } ] } } question: what is the way to be able to edit extention via medplum app , is it supported or need to make any configuration changes? I am using selfhosted medplum on aws
r
Is there a profile?
you can edit the raw JSON as well - but that's less cool
o
yeah, editing json is not so convinient. I would like to be able have an ability to edit extentions via admin app? 🙂 is it supported or what is the way to do it?
r
you'll need to have a profile to do it
o
can you please pointing me on docs or example how to do it?
r

https://youtu.be/PVY7Ham2n5oâ–¾

o
great thanks @reshma . let me watch the video !
@reshma , I saw the video. question - does it allow me to add custom field which are not part of the standard profiles. also my profile tab is empty , should I configure medplum to make it enabled?
r
Did you load in the profile?
o
No @reshma , I am not. It is a first time I am dealing with profiles. I tried to use a bot with different versions but it fails with the exceptions. can you pointing me how to load the profiles. if it will now work , coming back to work with extention , how to edit and update the json? I don't see the option to edit and update json for practitioner
r
Hi @oruchovets , currently, editing of extensions can only be done using the JSON tab. Extensions will not show up in the "Edit" tab
150 Views