Stream: IG creation
Topic: Can't find a profile?
David Pyke (May 30 2019 at 00:31):
When trying to build my IG, I'm getting the following error:
[java] process res: StructureDefinition/eLTSSPersonModel (08.0187sec)
[java] process res: StructureDefinition/eLTSSServiceModel (08.0234sec)
[java] process res: StructureDefinition/eLTSSServicePlanModel (08.0280sec)
[java] Exception in thread "main" java.lang.Error: Unable to find profile
[java] at org.hl7.fhir.r5.conformance.ProfileUtilities.getComparer(ProfileUtilities.java:3307)
[java] at org.hl7.fhir.r5.conformance.ProfileUtilities.sortElements(ProfileUtilities.java:3269)
[java] at org.hl7.fhir.r5.conformance.ProfileUtilities.sortElements(ProfileUtilities.java:3271)
[java] at org.hl7.fhir.r5.conformance.ProfileUtilities.sortDifferential(ProfileUtilities.java:3229)
[java] at org.hl7.fhir.r5.context.SimpleWorkerContext.generateSnapshot(SimpleWorkerContext.java:587)
[java] at org.hl7.fhir.r5.context.SimpleWorkerContext.allStructures(SimpleWorkerContext.java:468)
[java] at org.hl7.fhir.r5.elementmodel.ParserBase.getDefinition(ParserBase.java:120)
[java] at org.hl7.fhir.r5.elementmodel.JsonParser.parse(JsonParser.java:122)
[java] at org.hl7.fhir.r5.elementmodel.JsonParser.parse(JsonParser.java:104)
[java] at org.hl7.fhir.igtools.publisher.Publisher.convertToElement(Publisher.java:3702)
[java] at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:3151)
[java] at org.hl7.fhir.igtools.publisher.Publisher.loadConformance(Publisher.java:2787)
[java] at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:713)
[java] at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:603)
[java] at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:5929)
[java] process res: StructureDefinition/CarePlan-eltss (08.0361sec)
[java] process res: StructureDefinition/Claim-eltss (08.0414sec)
[java] process res: StructureDefinition/Condition-eltss (08.0431sec)
David Pyke (May 30 2019 at 00:32):
Where do I start looking for which profile it can't find?
Grahame Grieve (May 30 2019 at 02:01):
the message includes the profile it's looking for - so in this case it's trying to find an unspecified rofile
Grahame Grieve (May 30 2019 at 02:04):
code suggests that it has something with an element name that had [x] in it and in the profile it doesn't
Grahame Grieve (Jun 10 2019 at 18:46):
ah. but if the user revokes centrally, it revokes across the board. And yes, I recognise there's some workflow challenges there. But there is internal discussion that I missed the boat there, and that if you sign up to Apple (or whatever else) it can iterate your end-points (one of the registries) and just get your stuff directly on that basis. So on going discussion whether it's just hint or more
Grahame Grieve (Jun 10 2019 at 19:38):
that's in the wrong thread. bizaare
Last updated: Apr 12 2022 at 19:14 UTC