Stream: IG creation
Topic: What does this exception mean from the publisher?
Brian Reinhold (Feb 28 2022 at 15:03):
THe IG publisher gives this exception but it generates the guide and no errors. What does this mean?
Exception rendering http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation|0.3.0||http://hl7.org/fhir/uv/phd/StructureDefinition/PhdNumericObservation|current: Unable to resolve Stru
ctureDefinition resolving content reference #Observation.referenceRange
org.hl7.fhir.exceptions.FHIRException: Unable to resolve StructureDefinition resolving content reference #Observation.referenceRange
at org.hl7.fhir.r5.conformance.ProfileUtilities.getElementByName(ProfileUtilities.java:3744)
at org.hl7.fhir.r5.conformance.ProfileUtilities.genTypes(ProfileUtilities.java:3513)
at org.hl7.fhir.r5.conformance.ProfileUtilities.genElementCells(ProfileUtilities.java:4263)
at org.hl7.fhir.r5.comparison.ProfileComparer.genElementComp(ProfileComparer.java:991)
at org.hl7.fhir.r5.comparison.ProfileComparer.genElementComp(ProfileComparer.java:1003)
at org.hl7.fhir.r5.comparison.ProfileComparer.genElementComp(ProfileComparer.java:1003)
at org.hl7.fhir.r5.comparison.ProfileComparer.renderStructure(ProfileComparer.java:926)
at org.hl7.fhir.r5.comparison.ComparisonRenderer.renderProfile(ComparisonRenderer.java:208)
at org.hl7.fhir.r5.comparison.ComparisonRenderer.renderComparison(ComparisonRenderer.java:131)
at org.hl7.fhir.r5.comparison.ComparisonRenderer.processList(ComparisonRenderer.java:98)
at org.hl7.fhir.r5.comparison.ComparisonRenderer.render(ComparisonRenderer.java:74)
at org.hl7.fhir.igtools.publisher.PreviousVersionComparator.finishChecks(PreviousVersionComparator.java:260)
at org.hl7.fhir.igtools.publisher.Publisher.checkConformanceResources(Publisher.java:4774)
at org.hl7.fhir.igtools.publisher.Publisher.loadConformance(Publisher.java:4680)
at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:1005)
at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:856)
at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:10005)
John Moehrke (Feb 28 2022 at 15:06):
it is trying to resolve something and can't
Unable to resolve StructureDefinition resolving content reference #Observation.referenceRange
Seems odd to have a '#' in front of Observation.
Eric Haas (Feb 28 2022 at 17:23):
Is that a reference to the definitions.html page?
Eric Haas (Feb 28 2022 at 17:24):
e.g., http://build.fhir.org/ig/HL7/US-Core/StructureDefinition-us-core-careteam-definitions.html#CareTeam.status
Grahame Grieve (Feb 28 2022 at 19:09):
hmm I don't think you should get that. how do I reproduce?
Last updated: Apr 12 2022 at 19:14 UTC