Stream: IG creation
Topic: Error message I don't understand
Todd Stevenson (Sep 27 2019 at 21:18):
I get this error message when creating a snapshot from a differential:
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation.code has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.code.coding has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.code.coding.system has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.code.coding.code has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.code.coding.display has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.valueCodeableConcept has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.comment has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.externalIdentifier has an element that is not marked with a snapshot match
Error in snapshot generation: Differential for http://hl7.org/fhir/hspc/StructureDefinition/SkinColorEval with id: Observation:hspcSkinColorEval.bodyLocation has an element that is not marked with a snapshot match
Any ideas what this means?
I found the source of the message in: org.hl7.fhir.r4.conformance.ProfileUtilities.java
Thanks.
Grahame Grieve (Sep 27 2019 at 21:23):
typically it means that the differential is not ordered correctly
Last updated: Apr 12 2022 at 19:14 UTC