FHIR Chat · Referencing profiles in an IG in Forge · conformance

Stream: conformance

Topic: Referencing profiles in an IG in Forge


view this post on Zulip Lloyd McKenzie (May 17 2016 at 18:00):

I'm trying to reference a data type profile as part of a resource profile from within Forge. The resource profile and the data type profiles are in different packages and I'm getting a "The target resource is unavailable and cannot be validated" message. Is that because the profiles are in different packages within the same IG?

view this post on Zulip Michel Rutten (May 19 2016 at 12:04):

@Lloyd McKenzie correct. Forge does an attempt to validate type references with respect to the base profile. However in order to do this, it needs access to the target StructureDefinition. If the target type is a core datatype or resource, or if the target profile is currently loaded in the application context, then Forge is able to resolve the associated StructureDefinition and validate the type reference. However if a type reference points to an external profile that is currently not loaded, then Forge cannot resolve the target StructureDefinition and will emit an information message to indicate that the unresolved type reference cannot be validated, i.e. validation status is undetermined.


Last updated: Apr 12 2022 at 19:14 UTC