FHIR Chat · AuditEvent searching · implementers

Stream: implementers

Topic: AuditEvent searching


view this post on Zulip Brian Postlethwaite (Dec 17 2016 at 23:46):

@John Moehrke I've been looking into the AuditEvent again and noticed that there is a search parameter called entity-id, this should really be entity-identifier? (so as not to confuse it with the id property)
Also, there is no guidance on what value should be populated into that auditevent.entity.identifier.
How do we pick just one from the identifiers? Or should that property be changed to be a collection, and copy the identifiers from the referenced entity.

view this post on Zulip John Moehrke (Dec 19 2016 at 12:42):

Good points @Brian Postlethwaite . Please create a CR. If you provide a entity.reference, then don't bother populating entity.identifier. You can, there is nothing wrong with that; but it doesn't help audit analysis. entity.identifier is there for cases where the entity is not a FHIR object. Now that Reference can handle this, the model should likely change to just offering Reference. The model we have today predates the STU3 change of Reference datatype.


Last updated: Apr 12 2022 at 19:14 UTC