FHIR Chat · error on unkown CS · hapi

Stream: hapi

Topic: error on unkown CS


view this post on Zulip Patrick Werner (May 12 2020 at 14:37):

During validation hapi (or the validator it is encapsulating) throws errors for unkown CodeSystems:

"severity": "error",
"code": "processing",
"diagnostics": "Unknown code {http://loinc.org}LA26332-9 for \"http://loinc.org#LA26332-9\"",
"location": [
"Observation.component[2].value.ofType(CodeableConcept).coding[0]",
"Line 1, Col 915"

view this post on Zulip Patrick Werner (May 12 2020 at 14:38):

I don't think this should be an error, the Validator can't decide if the the code is correct or not, so this should be a warning.

view this post on Zulip Patrick Werner (May 12 2020 at 14:39):

@Mark Iantorno @Grahame Grieve

view this post on Zulip Mark Iantorno (May 12 2020 at 14:40):

I will defer to Grahames wisdom here

view this post on Zulip Grahame Grieve (May 12 2020 at 19:38):

the validator doesn't think that code is valid. in LOINC, there's no grounds for uncertainty, so it's an error. Unless I've missed the point somehow


Last updated: Apr 12 2022 at 19:14 UTC