FHIR Chat · multiple profile references on choice item · committers

Stream: committers

Topic: multiple profile references on choice item


view this post on Zulip Matthew Tiller (Jan 03 2020 at 21:12):

I need to enumerate the types for QI-Core Medication profile data element Medication.ingredient.item[x]. The available types are (1) CodeableConcept, and (2) Reference to either QI-Core Substance or QI-Core Medication. In the profile spreadsheet, it has the following:
CodeableConcept | Reference(Substance){http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-substance} | Reference(Medication){http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medication}

However, that ends up with the following:
pasted image

Is there a way to make both References link correctly? I have tied many variations in the spreadsheet, but none have worked. The one that seems most correct is to model it like "Reference(Substance|Medication)", but I don't know how to add the QI-Core specific profile URLs to that structure.

view this post on Zulip Lloyd McKenzie (Jan 03 2020 at 21:50):

That seems like a bug in the IGPublisher. Are you using the most current publisher?

view this post on Zulip Matthew Tiller (Jan 03 2020 at 22:03):

I updated the IGPublisher and that fixed the problem. Thanks for the advice. I only wish I had done that earlier.


Last updated: Apr 12 2022 at 19:14 UTC