When someone have to implement code within a FHIR project, it's common to have to build FHIR resources within the program... Right now that means we have to build a DynamicObject and know in advance which are the name of properties of that resource, potential embeded JSON objects and their nested properties, etc...
But, in the end, all the FHIR resources have a JSON representation that is very well established in each FHIR release or FHIR profile that we want to use in our solution. The idea would be to enhance Studio and our VS Code extension, so to make our intellisense mechanism able to identify and help with objects that represent FHIR resources .
Having that, then, for example, when we're coding a dynamicObject that we've declared that will represent a Patient resource of FHIR R4, our intellisense will help us and will offer us the list of properties available for that object in the same way that it would do for whatever object of an IRIS class.
Example:
If we want to use a patient resource or FHIR R4... I want to be able to do: