Stream: IG creation
Topic: Core element definitions overwritten by IG Publisher
Satya Yelisetti (Nov 06 2019 at 06:19):
when we build the IG using Ig publisher the core element definitions are overwritten with data type profile definitions. This affects all profiles that reference HumanNameBase data type profile in the name element.
Element definition, e.g.
Patient.name: A name associated with the individual.
Practitioner.name: The name(s) associated with the practitioner.
is overwritten by HumanNameBase definition:
A human's name with the ability to identify parts and usage.
Grahame Grieve (Nov 07 2019 at 03:05):
is this new? can I reproduce this?
Satya Yelisetti (Nov 07 2019 at 05:35):
Hi Grahame,
This affects all the profiles that reference HumanNameBase data type profile in the name element:
StructureDefinition-patient-dh-base-1
StructureDefinition-patient-ident-1
StructureDefinition-practitioner-dh-base-1
StructureDefinition-practitioner-ident-1
StructureDefinition-relatedperson-dh-base-1
StructureDefinition-organization-dh-base-1
StructureDefinition-organization-ident-1
these profiles can be found here: https://github.com/AuDigitalHealth/ci-fhir-stu3/tree/master/resources
Grahame Grieve (Nov 11 2019 at 06:59):
which IG to build?
Grahame Grieve (Nov 11 2019 at 06:59):
(and why commit the output?)
Last updated: Apr 12 2022 at 19:14 UTC