Hi folks!
Examining FHIR profile validation with InterSystems FHIR server. FHIR profiles is a very useful feature of FHIR standard that helps an organization or solution to establish constraints to a very disperse FHIR standards that are relevant to a particular business solution. Learn more on FHIR profiles.
I created a very simple FHIR profile with the following JSON:
Spoiler
{
"resourceType""StructureDefinition"
As you can see in "differential" section it makes mandatory fields of id, name and gender.

But when I test this with any HL7 message I get the error.png)
.png)
.jpg)

