nightingaleproject / VRDR_javalib

Java library implementation of the VRDR fhir standard http://hl7.org/fhir/us/vrdr/
Apache License 2.0
2 stars 1 forks source link

feat: make xml and json parser not depend on vrdr ig and vrdr messaging ig structure definitions being present in the bundle #56

Closed consultantusa closed 1 year ago

whichwit commented 1 year ago

Is this ready to be reviewed? Confirming since it's been awhile.

consultantusa commented 1 year ago

Is the requirement asking for rewriting HAPI parsers? Almost all current (test) bundles have structure definition in meta profiles and extension urls.

MikeRileyGTRI commented 1 year ago

What was the intention behind this issue? HAPI FHIR parsing needs to have appropriate profile definitions within the serialized resources in order for parsing to occur correctly; and it's a requirement of the IG that implementors provide those profile statements in the resources explicitly. Remove that requirement breaks validation.

consultantusa commented 1 year ago

This is Mr. Burns' reply when I asked him last month: 'For the first one issue #10, it’s to allow loading the json without a “meta profile” field, but this is lower priority so we can ignore for now.'

whichwit commented 1 year ago

This request was submitted earlier this year. A lot had changed, both the IGs and programming. We need to re-evaluate the relevancy of these older entries.