FHIR Chat · Mandatory Reference null flavour Issue · IG creation

Stream: IG creation

Topic: Mandatory Reference null flavour Issue


view this post on Zulip Brian Postlethwaite (Jul 20 2020 at 09:03):

I have a profile where I'm trying to use the Null flavour extension and i'm getting these errors in the IG Builder
image.png
This is the snippit from the example - MedicationRequest resource instance - Masking due to security restrictions.

<subject>
    <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor">
      <valueCode value="MSK" />
    </extension>
  </subject>

view this post on Zulip Brian Postlethwaite (Jul 20 2020 at 09:04):

I know I could put this extension on the reference value, but why, and why isn't the core terminology validating?

view this post on Zulip Grahame Grieve (Jul 20 2020 at 11:36):

I'd have to debug. I certainly expect that it should

view this post on Zulip Grahame Grieve (Jul 20 2020 at 11:36):

can I reproduce?

view this post on Zulip Brian Postlethwaite (Jul 20 2020 at 11:43):

I'll have a bit more of a play to work out a minimal case.


Last updated: Apr 12 2022 at 19:14 UTC