hapifhir / hapi-fhir

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

Support of versioned meta.profile with pipe annotation in validation #2107

Open patrick-werner opened 4 years ago

patrick-werner commented 4 years ago

Describe the issue Hapi doesn't support the pipe based canonicals & version aware usage of meta.profile in its validator. The java validator supports this FHIR feature: https://www.hl7.org/fhir/datatypes.html#canonical

It would be nice to properly support canonical with the pipe notation as projects are starting to adopt this feature.

Environment (please complete the following information):

spauljon commented 2 years ago

Is this receiving any attention? How do we up vote it? I had to fix it locally but want some assurance that I can retire my patch in the future.

It is still broken in 6.0.1.

laneb commented 8 months ago

Also creating an obstacle for my project