You can, of course, just “store” your profiles on the FHIR server POSTwith their FHIR endpoint, but you probably mean: can I let instances be checked against StructureDefinition?
, , , :
- FHIR , StructureDefinition, url (
StructureDefinition.url) meta.profile, . POST :
<Patient>
<id value="44Q3"/>
<meta>
<profile value="http://example.org/StructureDefinition/PatientNL"/>
</meta>
</Patient>