Stream: IG creation
Topic: Failed to find referenced profile message
Rob Hausam (Mar 25 2019 at 09:20):
I'm seeing these lines in the IPS IG build log (they aren't labeled as errors or warnings and they don't show up in qa.html):
process res: CodeableConcept-uv-ips (37.0041sec) Failed to find referenced profile: [CanonicalType[http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips]] process res: abatement-dateTime-uv-ips (37.0056sec)
process res: Device-observer-uv-ips (38.0850sec) Failed to find referenced profile: [CanonicalType[http://hl7.org/fhir/uv/ips/StructureDefinition/participant-uv-ips]] process res: DeviceUseStatement-uv-ips (38.0899sec)
I don't see any references to the specified referenced profiles in the resources that are shown as being processed immediately preceding or following these messages. I don't see why either the CodeableConcept-uv-ips or the participant-uv-ips profiles would have any issues with being resolved. Does anyone have ideas of what might cause this, and if it's really an issue? @Lloyd McKenzie? @Grahame Grieve? or anyone?
Lloyd McKenzie (Mar 25 2019 at 13:47):
Check for the id and canonical matching and the case being right in both the resource and the IG reference to it.
Rob Hausam (Mar 25 2019 at 23:31):
I've done it many times before and I tried to look again for mismatches as you suggest (definitely hard to do with the literally thousands of hits on http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips in the IG) and I haven't seen any mismatches so far for either of them. I would look at the specific references in the IG that the messages seem to indicate, but, as I said before, I don't know where they are (if these "references" actually even exist). The resources that are listed adjacent to these messages don't have any reference at all to the specified "referenced profile" in the message - so I don't really know where else at this point to look for something. I think I may have to deconstruct the code to figure it where this is coming from, and I haven't done that yet.
Last updated: Apr 12 2022 at 19:14 UTC