Stream: dotnet
Topic: Simplifier parsing error
Yunwei Wang (Jul 03 2018 at 19:48):
When update my conformance.json to Simplifer, I got this error "Diagnostics: Encountered unknown member 'value' while de-serializing (at path 'line 58, pos 82')".
This is line 58: "profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition",
Any suggestion?
Martijn Harthoorn (Jul 04 2018 at 10:46):
@Yunwei Wang , from the looks of it, the real issue is that profile is a complex type containing reference. So it should like:
"profile" : {
reference: "url"
}
Martijn Harthoorn (Jul 04 2018 at 10:46):
It's not a good error message. So I will make sure that the error of the serializer improves. :)
Martijn Harthoorn (Jul 04 2018 at 11:02):
https://github.com/ewoutkramer/fhir-net-api/issues/634
Last updated: Apr 12 2022 at 19:14 UTC