Hello, hope your doing well.
I'm studying HAPI FHIR and FHIR in general, and i stumbled across Slicing and Profiling a existing resource to adapt to a new situation. But i'm not sure if i am making it correctly and i'll be very greatefull if someone can shed a light.
I'm using Eclipse and Docker(smartonfhir image) with a version of Hapi Fhir using R5
My questions are:
* Do i need to change the database to make new profiles/slices?
* Is there a must to be a StructureDefinition hosted in a server? (aside from validating it)
* Is there a guide on profile and slicing?
*Is there a way to change the dabase using the hibernate do deal with the creation of new profiles?
*Is there a guide for the annotations?
If needed i'll gladly share my java classes.
Thanks.