A profile is a set of constraints (on FHIR resources) expressed in StructureDefinition FHIR resources which often have references to ValueSet, CodeSystem and SearchParameter resources. Thus, in order to successfully validate a FHIR resource against a given profile, your sandbox will need the StructureDefinition along with each referenced ValueSet, CodeSystem and SearchParameter uploaded to the sandbox’s FHIR server. You can do so by uploading a zip file containing all of the needed resources. We are currently only accepting zip files that contain profile-related resources that are in JSON format. Profile uploading is not working on the current R4 sandboxes but will when we release version 4.0.0 sandboxes.
There are several publicly available profiles that you can download. The QI-Core and US-Core are among the most popular profiles. Below are the instructions on how to upload them to your sandbox.
...