You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
our organization has a custom Consent IG which is based on FHIR R4 Standard. In all our lower environments I have enabled profile validation to make sure that the incoming Consent JSON data is conforming to the custom Consent IG. This validation is very slow (takes about 5 seconds) because .NET validator needs to go through the custom IG and Standard R4 profiles/ valuesets. As our custom IG is derived from FHIR R4, when we are validating a resource using .NET library, is it possible to do the validation JUST based on custom IG ONLY and ignore the standard R4 package?
As of now, I am using combination of cached and multi-resolvers where it takes the content paths to custom IG and standard R4 definitions. I get an error if I omit the standard R4 definitions path.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
our organization has a custom Consent IG which is based on FHIR R4 Standard. In all our lower environments I have enabled profile validation to make sure that the incoming Consent JSON data is conforming to the custom Consent IG. This validation is very slow (takes about 5 seconds) because .NET validator needs to go through the custom IG and Standard R4 profiles/ valuesets. As our custom IG is derived from FHIR R4, when we are validating a resource using .NET library, is it possible to do the validation JUST based on custom IG ONLY and ignore the standard R4 package?
As of now, I am using combination of cached and multi-resolvers where it takes the content paths to custom IG and standard R4 definitions. I get an error if I omit the standard R4 definitions path.
Following is the code which I am using;
Thanks
Beta Was this translation helpful? Give feedback.
All reactions