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