FHIR Chat · Invalid code in v2-0550 · implementers

Stream: implementers

Topic: Invalid code in v2-0550


view this post on Zulip Gino Canessa (Oct 09 2020 at 16:14):

Was testing some serialization round-tripping on the core spec files and came across CodeSystem-v2-0550 (also referenced in examples Bundle-v2-valuesets), which has (as the second to last code):

{
        "code": " ",
        "display": "External Jugular",
        "property": [{
            "code": "status",
            "valueCode": "deprecated"
        }, {
            "code": "deprecationDate",
            "valueDateTime": "2003-07"
        }]
    }

code specifies that there has to be at least one non-whitespace character.

I assume a Jira for O&O about that value, and possibly one for tooling to make sure invalid codes don't go through?

view this post on Zulip Frank Oemig (Oct 10 2020 at 08:46):

That should be a request for UTG

view this post on Zulip Frank Oemig (Oct 10 2020 at 08:47):

I also wonder that we have a single space as a code. That must be a conversion error, I need to verify that in my database..


Last updated: Apr 12 2022 at 19:14 UTC