IHE / ITI.MHD

The Mobile access to Health Documents (MHD) Profile defines one standardized interface to health documents for use by mobile devices so that deployment of mobile applications is more consistent and reusable. The transactions defined here leverage the document content- and format-.agnostic metadata
https://profiles.ihe.net/ITI/MHD/index.html
Creative Commons Attribution 4.0 International
9 stars 6 forks source link

AuditEvent.entity slice is closed #220

Closed qligier closed 2 months ago

qligier commented 4 months ago

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:

JohnMoehrke commented 4 months ago

What is your use-case for adding more entity? It is closed because that is the two entities that are appropriate.

qligier commented 4 months ago

We want to add an entity for the transaction identifier (tracecontext) in the AuditEvent. It is related to https://github.com/IHE/ITI.BasicAudit/pull/100

For example, in IHE.MHD.SimplifiedPublish.Audit.Recipient:

In IHE.MHD.ProvideBundle.Audit.Recipient/IHE.MHD.ProvideBundle.Audit.Source:

Why the difference?

JohnMoehrke commented 4 months ago

Thank you.

JohnMoehrke commented 4 months ago

Let me know if this pull-request meets your needs. This pull-request will need committee review, may require a CP.

qligier commented 4 months ago

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.