Stream: tooling
Topic: Multiple data types not shown in differential & snapshot
Dusica Bojicic (Jul 06 2020 at 00:31):
I have a profile of Patient where Patient.identifier allows multiple data types: Identifier data type plus a few Identifier data type profiles defined in AU Base IG: AU IHI Number, AU Medicare Card Number, AU Medical Record Number and AU DVA Number:
<element id="Patient.identifier">
<path value="Patient.identifier"/>
<type>
<code value="Identifier"/>
<profile value="http://hl7.org.au/fhir/StructureDefinition/au-ihinumber"/>
<profile value="http://hl7.org.au/fhir/StructureDefinition/au-medicarecardnumber"/>
<profile value="http://hl7.org.au/fhir/StructureDefinition/au-medicalrecordnumber"/>
<profile value="http://hl7.org.au/fhir/StructureDefinition/au-dvanumber"/>
</type>
</element>
IG Publisher only renders one in both the Differential and the Snaphot tables:
Patient_ident.png
@Grahame Grieve , any idea why?
Grahame Grieve (Jul 08 2020 at 01:38):
looks like a bug to me
Grahame Grieve (Jul 08 2020 at 01:38):
which profile is this?
Dusica Bojicic (Jul 09 2020 at 00:50):
Thanks @Grahame Grieve, this profile is one of the 'prototype' profiles for the HL7 AU PAWG discussion on how to include Identifier data type profiles in HL7 AU IG, please see https://github.com/ci-collaborative/au-fhir-base-r4/blob/feature/SRAIG-109-hl7-au-identifier-profiles-determine-how-they-are-implemented-in-profiles-that-use/resources/au-patient-ident-choice.xml.
Grahame Grieve (Jul 10 2020 at 02:47):
fixed next release
Dusica Bojicic (Jul 20 2020 at 04:06):
Thanks @Grahame Grieve, confirmed fix in the latest version of IGPublisher.
Danielle Tavares (Aug 26 2020 at 07:56):
It looks like a set of data type profiles defined in an extension aren’t being rendered in the Differential or Snapshot of a profile using that extension. Only the base type is rendered.
AddressIdentifierExtension.png
Grahame Grieve (Aug 27 2020 at 05:44):
fixed next release
Danielle Tavares (Aug 27 2020 at 21:59):
Thanks @Grahame Grieve, confirmed fix.
Last updated: Apr 12 2022 at 19:14 UTC