Stream: implementers
Topic: FORGE profiling question
Maria Hu (Jan 03 2019 at 01:15):
Using FORGE, am trying to add extension to resourcePatient.gender; from the profile folder I created the new extension genderIdentity, defined context type as code, but when I try to add the extension to the profile, the EXTEND ELEMENT page is all blank, not displaying the new extension I've created. What did I do wrong? Please guide here, thanks.
Lloyd McKenzie (Jan 03 2019 at 04:25):
@Michel Rutten ?
Michel Rutten (Jan 07 2019 at 10:30):
Hi @Maria Hu, happy new year! And apologies for slow response, I've been offline during the holidays.
Concerning your question, Forge should display all extensions that exist in the selected working folder. You have probably run into a caching bug. Try to use the Refresh button to force re-indexing of the directory structure. If that also fails, then try restarting the application.
I'll try and reproduce the issue and fix caching problems in the next update.
Maria Hu (Jan 07 2019 at 17:52):
Hi @Maria Hu, happy new year! And apologies for slow response, I've been offline during the holidays.
Concerning your question, Forge should display all extensions that exist in the selected working folder. You have probably run into a caching bug. Try to use the Refresh button to force re-indexing of the directory structure. If that also fails, then try restarting the application.
I'll try and reproduce the issue and fix caching problems in the next update.
Thanks Michel for your reply, it works !!!
Maria Hu (Jan 07 2019 at 17:53):
Happy New year to you too Michel :-)
Brian Postlethwaite (Jan 08 2019 at 03:00):
Just a note, that you may be referring to the standard extension http://hl7.org/fhir/extension-patient-genderidentity.html which is actually on the root of the patient resource, not under the gender property (as you don't need to record the administrative gender to record this - and is a different concept) - There may also be a US Core related concept too.
http://hl7.org/fhir/patient.html#gender
Last updated: Apr 12 2022 at 19:14 UTC