hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
1.94k stars 1.3k forks source link

Validation of resources with contained profile with version do not validate correctly #6040

Closed TipzCM closed 3 days ago

TipzCM commented 4 days ago

Validating a resource using a contained profile with an appended version will not validate using that profile.

Eg:

"meta": {
   "profile": [
      "http://example.com/StructureDefinition|1.0.0"
   ]
}