Stream: hapi
Topic: server error validation
David Hay (Nov 12 2018 at 19:58):
Validating a valid Condition resource against the public hapi server shows this error:
{ "severity": "error", "code": "processing", "diagnostics": "Error Unable to access lob stream; nested exception is org.hibernate.HibernateException: Unable to access lob stream validating Coding", "location": [ "Condition.code.coding" ] }
here's the instance:
{ "resourceType": "Condition", "id": "id1539348103191", "clinicalStatus": "active", "verificationStatus": "confirmed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "287047008", "display": "Pain in left lower limb" } ] }, "subject": { "reference": "Patient/id1539347936268", "display": "Terry Tracking" } }
(is valid on my own copy of the cli)
Saul Kravitz (Jun 20 2019 at 13:20):
Was there resolution on this?
Last updated: Apr 12 2022 at 19:14 UTC