FHIR Chat · Imaginary Codes · committers

Stream: committers

Topic: Imaginary Codes


view this post on Zulip Grahame Grieve (Jul 26 2018 at 01:19):

all - another editorial note. Up to now, you've been able to invent codes in the FHIR name space and put them in examples, like this:

        <code>
            <coding>
                <system value="http://hl7.org/fhir/pharmacy-refill"/>
                <code value="new"/>
            </coding>
        </code>

view this post on Zulip Grahame Grieve (Jul 26 2018 at 01:20):

This is no longer possible; if you want a code in http://hl7.org/fhir, you'll have to define it properly. I am moving all the existing examples to http://example.org/fhir

view this post on Zulip Brian Postlethwaite (Jul 26 2018 at 01:37):

I imagine that is going to have quite an impact on example resource validation...

view this post on Zulip Brian Postlethwaite (Jul 26 2018 at 01:38):

(Not looking forward to updating all those examples)

view this post on Zulip Grahame Grieve (Jul 26 2018 at 01:42):

I have to do it now.

view this post on Zulip Grahame Grieve (Jul 26 2018 at 01:49):

it seems remarkbly hard for committers to understand the difference between value sets and code systems. I am finding plenty of examples where value set urls appear in Coding.system


Last updated: Apr 12 2022 at 19:14 UTC