AuditEvent.entity slice is closed
Closed this issue · 5 comments
Section Number
StructureDefinition/IHE.MHD.ProvideBundle.Audit.Recipient
StructureDefinition/IHE.MHD.ProvideBundle.Audit.Source
Issue
The slice on AuditEvent.entity
is closed. It prevents adding entities (such as those described in BALP).
That slice in other AuditEvent profiles is opened.
Proposed Change
Open the slice.
Priority:
- Low: Typo or other minor classification that an editor can manage. Requires no group discussion.
What is your use-case for adding more entity? It is closed because that is the two entities that are appropriate.
We want to add an entity for the transaction identifier (tracecontext) in the AuditEvent. It is related to IHE/ITI.BasicAudit#100
For example, in IHE.MHD.SimplifiedPublish.Audit.Recipient:
- the slice is open;
- there's a slice for entity:transaction, but it only supports XRequestId (this is another issue, but the open slice makes it non-blocking).
In IHE.MHD.ProvideBundle.Audit.Recipient/IHE.MHD.ProvideBundle.Audit.Source:
- the slice is closed;
- there's no slice for entity:transaction.
Why the difference?
Thank you.
Let me know if this pull-request meets your needs. This pull-request will need committee review, may require a CP.
Hi @JohnMoehrke! Yes, that would allow us to create another slice for our use, thanks!
Let me know if there's a need to write a CP.