I have created an HL7 FHIR profile in Firely Forge. Let's call it MyPatient.structureDefinition.json
I'm able to send this profile as REST call to public FHIR server, but I can't find out how to import this profile to my own HAPI FHIR server that I'm implementing. I want my FHIR server to know my profile, so that I can validate resources against it.
HAPI's documentation about profiles does not explain this. https://hapifhir.io/hapi-fhir/docs/model/profiles_and_extensions.html
Have I misunderstood that I need to import profiles to FHIR server, or do I actually need to also create an implementation guide and somehow import it to HAPI FHIR server?