Page Status: draft updated 2025-08-08

AuditEvent

Page index

General information

The AuditEvent resource is used to record information about an event happening on a system.

Scope and Usage

In the catalog AuditEvent is used to record information about what system (HVODevice), HVOPractitioner, HVOPractitionerRole or HVOOrganization is attempting to access what data from what system (HVODevice). This is done for security reasons.

HVOAuditEvents are created automatically by the server, hence this resource can not be interacted with.

Boundaries and Relationships

AuditEvent should not be confused with Provenance, another common resource used to record meta data. Provenance is used to record information about changes done to a specific instance of a resource and by whom/what. AuditEvent is intended for recording access related events.

AuditEvent together with HVODevice makes up the access control logging system used by the catalog.

Profile

idΣ0..1id
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
textC0..1Narrative
containedC0..*Resource
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
categoryΣ0..*CodeableConcept
codeΣ1..1CodeableConcept
actionΣ0..1codeBinding
severityΣ0..1codeBinding
occurredPeriodPeriod
occurredDateTimedateTime
recordedΣ1..1instant
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
codeΣ1..1CodingBinding
detailΣ0..*CodeableConcept
authorizationΣ0..*CodeableConcept
basedOn0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task)
patient0..1Reference(Patient)
encounter0..1Reference(Encounter)
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
type0..1CodeableConceptBinding
role0..*CodeableConcept
whoS Σ1..1Reference(HVODevice | HVOOrganization | HVOPractitionerRole | HVOPractitioner)
requestorΣ0..1boolean
location0..1Reference(Location)
policy0..*uri
networkUriuri
networkStringstring
networkReferenceReference(Endpoint)
authorization0..*CodeableConcept
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
site0..1Reference(Location)
observerS Σ1..1Reference(HVODevice)
type0..*CodeableConceptBinding
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
whatS Σ1..1Reference(Resource)
role0..1CodeableConcept
securityLabel0..*CodeableConcept
queryΣ0..1base64Binary
id0..1string
extensionC0..*Extension
modifierExtensionΣ ?! C0..*Extension
type1..1CodeableConcept
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
valueBase64Binarybase64Binary
agent0..*see (agent)
AuditEvent
ShortRecord of an event
Definition

A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.

Cardinality0..*
Comments

Based on IHE-ATNA.

Constraints
  • dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
    contained.contained.empty()
  • dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
    contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
  • dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
    contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
  • dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
    contained.meta.security.empty()
  • dom-6: A resource should have narrative for robust management
    text.`div`.exists()
Mappings
  • rim: Entity, Role, or Act,ControlAct[moodCode=EVN]
  • workflow: Event
  • w5: infrastructure.information
  • dicom: Message
AuditEvent.id
ShortLogical id of this artifact
Definition

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

Cardinality0..1
Typeid
SummaryTrue
Comments

Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.

AuditEvent.meta
ShortMetadata about the resource
Definition

The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Cardinality0..1
TypeMeta
SummaryTrue
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
AuditEvent.implicitRules
ShortA set of rules under which this content was created
Definition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

Cardinality0..1
Typeuri
ModifierTrue
SummaryTrue
Comments

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
AuditEvent.language
ShortLanguage of the resource content
Definition

The base language in which the resource is written.

Cardinality0..1
Typecode
Binding

IETF language tag for a human language

AllLanguages (required)

Additional bindings
Comments

Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
AuditEvent.text
ShortText summary of the resource, for human interpretation
Definition

A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

Cardinality0..1
TypeNarrative
Aliasnarrative, html, xhtml, display
Comments

Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

ConditionsThe cardinality or value of this element may be affected by these constraints: dom-6
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: Act.text?
AuditEvent.contained
ShortContained, inline Resources
Definition

These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.

Cardinality0..*
TypeResource
Aliasinline resources, anonymous resources, contained resources
Comments

This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.

ConditionsThe cardinality or value of this element may be affected by these constraints: dom-2, dom-4, dom-3, dom-5
Mappings
  • rim: N/A
AuditEvent.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
AuditEvent.modifierExtension
ShortExtensions that cannot be ignored
Definition

May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
AuditEvent.category
ShortType/identifier of event
Definition

Classification of the type of event.

Cardinality0..*
TypeCodeableConcept
Binding

Type of event.

AuditEventID (example)

SummaryTrue
Aliastype
Requirements

Codes that classify the general type of event that happened.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.code
  • w5: FiveWs.what[x]
  • rim: .code (type, subtype and action are pre-coordinated or sent as translations)
  • dicom: EventId
  • w3c.prov: Activity
AuditEvent.code
ShortSpecific type of event
Definition

Describes what happened. The most specific code for the event.

Cardinality1..1
TypeCodeableConcept
Binding

Specific type of event.

AuditEventSubType (example)

SummaryTrue
Aliassubtype
Requirements

This field enables queries of messages by implementation-defined event categories.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.what[x]
  • rim: .code (type, subtype and action are pre-coordinated or sent as translations)
  • dicom: EventTypeCode
  • fhirprovenance: Provenance.activity
AuditEvent.action
ShortType of action performed during the event
Definition

Indicator for type of action performed during the event that generated the audit.

Cardinality0..1
Typecode
Binding

DICOM Audit Event Action

AuditEventAction (required)

SummaryTrue
Requirements

This broadly indicates what kind of action was done on the AuditEvent.entity by the AuditEvent.agent.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.what[x]
  • rim: .code (type, subtype and action are pre-coordinated or sent as translations)
  • dicom: EventActionCode
AuditEvent.severity
Shortemergency | alert | critical | error | warning | notice | informational | debug
Definition

Indicates and enables segmentation of various severity including debugging from critical.

Cardinality0..1
Typecode
Binding

This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3

AuditEventSeverity (required)

SummaryTrue
Comments

ATNA will map this to the SYSLOG PRI element.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: N/A
  • dicom: PRI
AuditEvent.occurred[x]
ShortWhen the activity occurred
Definition

The time or period during which the activity occurred.

Cardinality0..1
TypePeriod, dateTime
Comments

The time or period can be a little arbitrary; where possible, the time should correspond to human assessment of the activity time.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.occurrence
  • w5: FiveWs.done[x]
  • rim: ./effectiveTime[type=IVL_TS]
  • w3c.prov: Activity.startTime & Activity.endTime
  • fhirprovenance: Provenance.occurred[x]
AuditEvent.recorded
ShortTime when the event was recorded
Definition

The time when the event was recorded.

Cardinality1..1
Typeinstant
SummaryTrue
Requirements

This ties an event to a specific date and time. Security audits typically require a consistent time base (e.g. UTC), to eliminate time-zone issues arising from geographical distribution.

Comments

In a distributed system, some sort of common time base (e.g. an NTP [RFC1305] server) is a good implementation tactic.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.recorded
  • rim: .effectiveTime
  • dicom: EventDateTime
  • w3c.prov: Activity.when
  • fhirprovenance: Provenance.recorded
AuditEvent.outcome
ShortWhether the event succeeded or failed
Definition

Indicates whether the event succeeded or failed. A free text descripiton can be given in outcome.text.

Cardinality0..1
TypeBackboneElement
SummaryTrue
Requirements

when a code is given there must be one code from the given codeSystem, and may be other equivilant codes from other codeSystems (for example http response codes such as 2xx, 4xx, or 5xx).

Comments

In some cases a "success" may be partial, for example, an incomplete or interrupted transfer of a radiological study. For the purpose of establishing accountability, these distinctions are not relevant.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.what[x]
  • rim: .outboundRelationship[typeCode=OUT].target.text
AuditEvent.outcome.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
AuditEvent.outcome.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
AuditEvent.outcome.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
AuditEvent.outcome.code
ShortWhether the event succeeded or failed
Definition

Indicates whether the event succeeded or failed.

Cardinality1..1
TypeCoding
Binding

DICOM Audit Event Outcome

AuditEventOutcome (preferred)

SummaryTrue
Requirements

when a code is given there must be one code from the given codeSystem.

Comments

In some cases a "success" may be partial, for example, an incomplete or interrupted transfer of a radiological study. For the purpose of establishing accountability, these distinctions are not relevant.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.what[x]
  • rim: .outboundRelationship[typeCode=OUT].target.text
  • dicom: EventOutcomeIndicator EventOutcomeIndicator
AuditEvent.outcome.detail
ShortAdditional outcome detail
Definition

Additional details about the error. This may be a text description of the error or a system code that identifies the error.

Cardinality0..*
TypeCodeableConcept
Binding

A code that provides details as the exact issue.

AuditEventOutcomeDetail (example)

SummaryTrue
Comments

A human readable description of the error issue SHOULD be placed in details.text.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.what[x]
  • rim: .outboundRelationship[typeCode=OUT].target.text
AuditEvent.authorization
ShortAuthorization related to the event
Definition

The authorization (e.g., PurposeOfUse) that was used during the event being recorded.

Cardinality0..*
TypeCodeableConcept
Binding

The authorized purposeOfUse for the activity.

PurposeOfUse (example)

SummaryTrue
AliasPurposeOfEvent
Requirements

Record of any relevant security context, not restricted to purposeOfUse valueSet. May include security compartments, refrain, obligation, or other security tags.

Comments

Use AuditEvent.agent.authorization when you know that it is specific to the agent, otherwise use AuditEvent.authorization. For example, during a machine-to-machine transfer it might not be obvious to the audit system who caused the event, but it does know why.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.reason
  • w5: FiveWs.why[x]
  • rim: * .reasonCode [ControlActReason when Act.class = CACT Control Act] *.outboundRelationship[typeCode=RSON].target
  • dicom: EventPurposeOfUse
  • w3c.prov: Activity.Activity
  • fhirprovenance: Provenance.authorization
AuditEvent.basedOn
ShortWorkflow authorization within which this event occurred
Definition

Allows tracing of authorizatino for the events and tracking whether proposals/recommendations were acted upon.

Cardinality0..*
TypeReference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task)
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.code
  • w5: FiveWs.why[x]
  • rim: Act.code
  • w3c.prov: Activity.Activity
AuditEvent.patient
ShortThe patient is the subject of the data used/created/updated/deleted during the activity
Definition

The patient element is available to enable deterministic tracking of activities that involve the patient as the subject of the data used in an activity.

Cardinality0..1
TypeReference(Patient)
Requirements

When the .patient is populated it shall be accurate to the subject of the used data. The .patient shall not be populated when the used data used/created/updated/deleted (.entity) by the activity does not involve a subject. Note that when the patient is an agent, they will be recorded as an agent. When the Patient resource is Created, Updated, or Deleted it will be recorded as an entity.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.subject
  • w5: FiveWs.subject[x]
  • rim: participation[typeCode=RTGT]
  • w3c.prov: Entity.Identity
AuditEvent.encounter
ShortEncounter within which this event occurred or which the event is tightly associated
Definition

This will typically be the encounter the event occurred, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission lab tests).

Cardinality0..1
TypeReference(Encounter)
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.code
  • w5: FiveWs.why[x]
  • rim: Act.code
  • w3c.prov: Activity.Activity
AuditEvent.agent
ShortActor involved in the event
Definition

An actor taking an active role in the event or activity that is logged.

Cardinality1..*
TypeBackboneElement
Must SupportTrue
SummaryTrue
AliasActiveParticipant
Requirements

An agent can be a person, an organization, software, device, or other actors that may be ascribed responsibility.

Comments

Several agents may be associated (i.e. have some responsibility for an activity) with an event or activity.

For example, an activity may be initiated by one user for other users or involve more than one user. However, only one user may be the initiator/requestor for the activity.

When a network are used in an event being recorded, there should be distinct agent elements for the known actors using the network. The agent with a network detail would be the responsible agent for use of that network.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer
  • w5: FiveWs.who
  • rim: .participation
  • dicom: ActiveParticipant
  • w3c.prov: Agent
  • fhirprovenance: Provenance.agent
AuditEvent.agent.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
AuditEvent.agent.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
AuditEvent.agent.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
AuditEvent.agent.type
ShortHow agent participated
Definition

The Functional Role of the user when performing the event.

Cardinality0..1
TypeCodeableConcept
Binding

The Participation type of the agent to the event.

ParticipationRoleType (preferred)

Requirements

Functional roles reflect functional aspects of relationships between entities. Functional roles are bound to the realization/performance of acts, where actions might be concatenated to an activity or even to a process. This element will hold the functional role that the agent played in the activity that is the focus of this Provenance. Where an agent played multiple functional roles, they will be listed as multiple .agent elements representing each functional participation. See ISO 21298:2018 - Health Informatics - Functional and structural roles, and ISO 22600-2:2014 - Health Informatics - Privilege Management and Access Control - Part 2: formal models.

Comments

For example: assembler, author, prescriber, signer, investigator, etc.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer.function
  • w5: FiveWs.who
  • rim: .typeCode and/or .functionCode
  • dicom: prime RoleIdCode
  • w3c.prov: Agent.Attribution
  • fhirprovenance: Provenance.agent.type
AuditEvent.agent.role
ShortAgent role in the event
Definition

The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity.

Cardinality0..*
TypeCodeableConcept
Binding

What security role enabled the agent to participate in the event.

SecurityRoleType (example)

Requirements

Structural roles reflect the structural aspects of relationships between entities. Structural roles describe prerequisites, feasibilities, or competences for acts. Functional roles reflect functional aspects of relationships between entities. Functional roles are bound to the realization/performance of acts, where actions might be concatenated to an activity or even to a process. See ISO 21298:2018 - Health Informatics - Functional and structural roles, and ISO 22600-2:2014 - Health Informatics - Privilege Management and Access Control - Part 2: formal models..

Comments

For example: Chief-of-Radiology, Nurse, Physician, Medical-Student, etc.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.who
  • rim: .role
  • dicom: all RoleIdCode
  • w3c.prov: Agent.Attribution
  • fhirprovenance: Provenance.agent.role
AuditEvent.agent.who
ShortIdentifier of who
Definition

Reference to who this agent is that was involved in the event.

Cardinality1..1
TypeReference(HVODevice | HVOOrganization | HVOPractitionerRole | HVOPractitioner)
Must SupportTrue
SummaryTrue
AliasuserId
Requirements

This field ties an audit event to a specific resource or identifier.

Comments

Where a User ID is available it will go into who.identifier. Where a name of the user (human readable) it will go into who.display.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.performer.actor
  • w5: FiveWs.who
  • rim: .id
  • dicom: UserName and UserId
  • w3c.prov: Agent.Identity
  • fhirprovenance: Provenance.agent.who
AuditEvent.agent.requestor
ShortWhether user is initiator
Definition

Indicator that the user is or is not the requestor, or initiator, for the event being audited.

Cardinality0..1
Typeboolean
SummaryTrue
Requirements

This value is used to distinguish between requestor-users and recipient-users. For example, one person may initiate a report-output to be sent to another user.

Comments

There can only be one initiator. If the initiator is not clear, then do not choose any one agent as the initiator.

Meaning when missing

false

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.who
  • rim: If participation.typeCode was author, then true
  • dicom: UserIsRequestor
AuditEvent.agent.location
ShortThe agent location when the event occurred
Definition

Where the agent location is known, the agent location when the event occurred.

Cardinality0..1
TypeReference(Location)
Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • workflow: Event.location
  • w5: FiveWs.where[x]
  • rim: * Role.Class =SDLOC *Role.Code = ServiceDeliveryLocationRoleType *Entity.Code = PlaceEntityType = df.Types of places for Entity.Class = PLC *EntityClass = PLC = df.A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place might or might not be constant.
  • w3c.prov: Activity.location
  • fhirprovenance: Provenance.location
AuditEvent.agent.policy
ShortPolicy that authorized the agent participation in the event
Definition

Where the policy(ies) are known that authorized the agent participation in the event. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.

Cardinality0..*
Typeuri
Requirements

This value is used retrospectively to determine the authorization policies.

Comments

For example: Where an OAuth token authorizes, the unique identifier from the OAuth token is placed into the policy element Where a policy engine (e.g. XACML) holds policy logic, the unique policy identifier is placed into the policy element.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.why[x]
  • rim: ActPolicyType
  • dicom: ParticipantRoleIDCode
  • fhirprovenance: Provenance.policy
AuditEvent.agent.network[x]
ShortThis agent network location for the activity
Definition

When the event utilizes a network there should be an agent describing the local system, and an agent describing remote system, with the network interface details.

Cardinality0..1
TypeReference(Endpoint), uri, string
Requirements

When a network protocol is used the endpoint is associated with the agent most directly using the endpoint. This is usually the software agent that has implemented the application level protocol. Preference is to define network in terms of a Reference(Endpoint), or URI; use string only when address or hostname is all that is known. When encoding using string it is best to encode using the formal canonical host name, but if you can't, then you can encode numeric in Literal address form using square brackets '[]' as a v4 string (in dotted notation), or v6 string (in colon notation).

Comments

When remote network endpoint is known, another agent representing the remote agent would indicate the remote network endpoint used. Convention is to indicate data flowing from Source to Destination. The convention for Search, given data flows both ways (query parameters vs results), is to have the Source as the initiator of the Search Transaction, and the Destination the responder to the Search transaction.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.where[x]
  • rim: .player.description
  • dicom: NetworkAccessPointID and NetworkAccessPointTypeCode
  • w3c.prov: Agent.Location
AuditEvent.agent.authorization
ShortAllowable authorization for this agent
Definition

The authorization (e.g., PurposeOfUse) that was used during the event being recorded.

Cardinality0..*
TypeCodeableConcept
Binding

The reason the activity took place.

PurposeOfUse (example)

AliasPurposeOfUse
Requirements

Record of any relevant security context, not restricted to purposeOfUse valueSet. May include security compartments, refrain, obligation, or other security tags.

Comments

Use AuditEvent.agent.authorization when you know that is specific to the agent, otherwise use AuditEvent.authorization. For example, during a machine-to-machine transfer it might not be obvious to the audit system who caused the event, but it does know why.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.why[x]
  • rim: *.reasonCode [ActHealthInformationPurposeOfUseReason codes/v:PurposeOfUse (2.16.840.1.113883.1.11.20448) * .outboundRelationship[typeCode=RSON or SUBJ].target
  • w3c.prov: Agent.Activity
AuditEvent.source
ShortAudit Event Reporter
Definition

The actor that is reporting the event.

Cardinality1..1
TypeBackboneElement
Must SupportTrue
SummaryTrue
Requirements

The event is reported by one source.

Comments

Events are reported by the actor that detected them. This may be one of the participating actors, but may also be different. The actor may be a human such as a medical-records clerk disclosing data manually, that clerk would be the source for the record of disclosure.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.witness
  • rim: .participation[typeCode=INF].role[classCode=ASSIGN].player[classCode=DEV, determinerCode=INSTANCE]
  • dicom: AuditSourceIdentification
AuditEvent.source.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
AuditEvent.source.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
AuditEvent.source.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
AuditEvent.source.site
ShortLogical source location within the enterprise
Definition

Logical source location within the healthcare enterprise network. For example, a hospital or other provider location within a multi-entity provider group.

Cardinality0..1
TypeReference(Location)
Requirements

This value differentiates among the sites in a multi-site enterprise health information system.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.witness
  • rim: .scopedRole[classCode=LOCE].player.desc
  • dicom: AuditEnterpriseSiteId
AuditEvent.source.observer
ShortThe identity of source detecting the event
Definition

Identifier of the source where the event was detected.

Cardinality1..1
TypeReference(HVODevice)
Must SupportTrue
SummaryTrue
AliasSourceId
Requirements

This field ties the event to a specific source system. It may be used to group events for analysis according to where the event was detected.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.witness
  • rim: .id
  • dicom: AuditSourceId
AuditEvent.source.type
ShortThe type of source where event originated
Definition

Code specifying the type of source where event originated.

Cardinality0..*
TypeCodeableConcept
Binding

Code specifying the type of system that detected and recorded the event. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema.

AuditEventSourceType (preferred)

Requirements

This field indicates which type of source is identified by the Audit Source ID. It is an optional value that may be used to group events for analysis according to the type of source where the event occurred.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.witness
  • rim: .code
  • dicom: AuditSourceTypeCode
AuditEvent.entity
ShortData or objects used
Definition

Specific instances of data or objects that have been accessed.

Cardinality0..*
TypeBackboneElement
Must SupportTrue
SummaryTrue
AliasParticipantObject
Requirements

The event may have other entities involved.

Comments

Required unless the values for event identification, agent identification, and audit source identification are sufficient to document the entire auditable event. Because events may have more than one entity, this group can be a repeating set of values.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.what[x]
  • rim: .outboundRelationship[typeCode=SUBJ].target or .participation[typeCode=SBJ].role
  • dicom: ParticipantObjectIdentification
  • w3c.prov: Entity
  • fhirprovenance: Provenance.target, Provenance.entity
AuditEvent.entity.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
AuditEvent.entity.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
AuditEvent.entity.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
AuditEvent.entity.what
ShortSpecific instance of resource
Definition

Identifies a specific instance of the entity. The reference should be version specific. This is allowed to be a Parameters resource.

Cardinality1..1
TypeReference(Resource)
Must SupportTrue
SummaryTrue
Comments

Use .what.display when all you have is a string (e.g. ParticipantObjectName).

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.what[x]
  • rim: .id
  • dicom: ParticipantObjectTypeCode, ParticipantObjectName, ParticipantObjectID and ParticipantObjectIDTypeCode
  • fhirprovenance: Provenance.target, Provenance.entity.what
AuditEvent.entity.role
ShortWhat role the entity played
Definition

Code representing the role the entity played in the event being audited.

Cardinality0..1
TypeCodeableConcept
Binding

DICOM Audit Event Entity Role

AuditEventEntityRole (example)

Requirements

For some detailed audit analysis it may be necessary to indicate a more granular type of entity, based on the application role it serves.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: role.code (not sure what this would mean for an Act)
  • dicom: ParticipantObjectTypeCodeRole
  • w3c.prov: Entity.role
AuditEvent.entity.securityLabel
ShortSecurity labels on the entity
Definition

Security labels for the identified entity.

Cardinality0..*
TypeCodeableConcept
Binding

Example Security Labels from the Healthcare Privacy and Security Classification System.

SecurityLabelExamples (example)

Requirements

This field identifies the security labels for a specific instance of an object, such as a patient, to detect/track privacy and security issues.

Comments

Copied from entity meta security tags.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: .confidentialityCode
  • dicom: ParticipantObjectSensitivity
AuditEvent.entity.query
ShortQuery parameters
Definition

The query parameters for a query-type entities.

Cardinality0..1
Typebase64Binary
SummaryTrue
Requirements

For query events, it may be necessary to capture the actual query input to the query process in order to identify the specific event. Because of differences among query implementations and data encoding for them, this is a base 64 encoded data blob. It may be subsequently decoded or interpreted by downstream audit analysis processing.

Comments

The meaning and secondary-encoding of the content of base64 encoded blob is specific to the AuditEvent.type, AuditEvent.subtype, and AuditEvent.entity.role. The base64 is a general-use and safe container for event specific data blobs regardless of the encoding used by the transaction being recorded. An AuditEvent consuming application must understand the event it is consuming and the formats used by the event. For example, if auditing an Oracle network database access, the Oracle formats must be understood as they will be simply encoded in the base64binary blob.

The DICOM AuditMessage schema does not support both .name and .query being populated.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: No mapping
  • dicom: ParticipantObjectQuery
AuditEvent.entity.detail
ShortAdditional Information about the entity
Definition

Tagged value pairs for conveying additional information about the entity.

Cardinality0..*
TypeBackboneElement
Requirements

Implementation-defined data about specific details of the object accessed or used.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: .inboundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN]
  • dicom: ParticipantObjectDetail
AuditEvent.entity.detail.id
ShortUnique id for inter-element referencing
Definition

Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

Cardinality0..1
Typestring
ConditionsThe cardinality or value of this element may be affected by these constraints: ele-1
Mappings
  • rim: n/a
AuditEvent.entity.detail.extension
ShortAdditional content defined by implementations
Definition

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

Cardinality0..*
TypeExtension
Aliasextensions, user content
Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: n/a
AuditEvent.entity.detail.modifierExtension
ShortExtensions that cannot be ignored even if unrecognized
Definition

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

Cardinality0..*
TypeExtension
ModifierTrue
SummaryTrue
Aliasextensions, user content, modifiers
Requirements

Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

Comments

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
  • ext-1: Must have either extensions or value[x], not both
    extension.exists() != value.exists()
Mappings
  • rim: N/A
AuditEvent.entity.detail.type
ShortName of the property
Definition

The type of extra detail provided in the value.

Cardinality1..1
TypeCodeableConcept
Binding

Additional detail about an entity used in an event.

AuditEventID (example)

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: .code
  • dicom: ParticipantObjectDetail.type
AuditEvent.entity.detail.value[x]
ShortProperty value
Definition

The value of the extra detail.

Cardinality1..1
TypeQuantity, CodeableConcept, string, boolean, integer, Range, Ratio, time, dateTime, Period, base64Binary
Requirements

Should not duplicate the entity value unless absolutely necessary.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • w5: FiveWs.context
  • rim: .value
  • dicom: ParticipantObjectDetail.value
AuditEvent.entity.agent
ShortEntity is attributed to this agent
Definition

The entity is attributed to an agent to express the agent's responsibility for that entity in the activity. This is most used to indicate when persistence media (the entity) are used by an agent. For example when importing data from a device, the device would be described in an entity, and the user importing data from that media would be indicated as the entity.agent.

Cardinality0..*
Typesee (agent)
Comments

A usecase where one AuditEvent.entity.agent is used where the Entity that was used in the creation/updating of a target resource, is not in the context of the same custodianship as the target resource, and thus the meaning of AuditEvent.entity.agent is to say that the entity referenced is managed elsewhere and that this Agent provided access to it. This would be similar to where the Entity being referenced is managed outside FHIR, such as through HL7 V2, v3, or XDS. This might be where the Entity being referenced is managed in another FHIR resource server. Thus it explains the provenance of that Entity's use in the context of this AuditEvent activity.

Constraints
  • ele-1: All FHIR elements must have a @value or children
    hasValue() or (children().count() > id.count())
Mappings
  • rim: ./author/role
  • dicom: ActiveParticipant.MediaType
  • fhirprovenance: Provenance.entity.agent
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="HVOAuditEvent" />
<url value="http://electronichealth.se/fhir/hvo/StructureDefinition/HVOAuditEvent" />
<version value="0.1.0" />
<name value="HVOAuditEvent" />
<status value="draft" />
<description value="HVO profile for security information about an event" />
<fhirVersion value="5.0.0" />
<kind value="resource" />
<abstract value="false" />
<type value="AuditEvent" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/AuditEvent" />
<derivation value="constraint" />
<element id="AuditEvent.agent">
<path value="AuditEvent.agent" />
<mustSupport value="true" />
</element>
<element id="AuditEvent.agent.who">
<path value="AuditEvent.agent.who" />
<code value="Reference" />
<targetProfile value="http://electronichealth.se/fhir/hvo/StructureDefinition/HVODevice" />
<targetProfile value="http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganization" />
<targetProfile value="http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPractitionerRole" />
<targetProfile value="http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPractitioner" />
</type>
<mustSupport value="true" />
</element>
<element id="AuditEvent.source">
<path value="AuditEvent.source" />
<mustSupport value="true" />
</element>
<element id="AuditEvent.source.observer">
<path value="AuditEvent.source.observer" />
<code value="Reference" />
<targetProfile value="http://electronichealth.se/fhir/hvo/StructureDefinition/HVODevice" />
</type>
<mustSupport value="true" />
</element>
<element id="AuditEvent.entity">
<path value="AuditEvent.entity" />
<mustSupport value="true" />
</element>
<element id="AuditEvent.entity.what">
<path value="AuditEvent.entity.what" />
<min value="1" />
<mustSupport value="true" />
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "HVOAuditEvent",
"url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOAuditEvent",
"version": "0.1.0",
"name": "HVOAuditEvent",
"status": "draft",
"description": "HVO profile for security information about an event",
"fhirVersion": "5.0.0",
"kind": "resource",
"abstract": false,
"type": "AuditEvent",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/AuditEvent",
"derivation": "constraint",
"element": [
{
"id": "AuditEvent.agent",
"path": "AuditEvent.agent",
"mustSupport": true
},
{
"id": "AuditEvent.agent.who",
"path": "AuditEvent.agent.who",
"type": [
{
"code": "Reference",
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVODevice",
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOOrganization",
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPractitionerRole",
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVOPractitioner"
]
}
],
"mustSupport": true
},
{
"id": "AuditEvent.source",
"path": "AuditEvent.source",
"mustSupport": true
},
{
"id": "AuditEvent.source.observer",
"path": "AuditEvent.source.observer",
"type": [
{
"code": "Reference",
"http://electronichealth.se/fhir/hvo/StructureDefinition/HVODevice"
]
}
],
"mustSupport": true
},
{
"id": "AuditEvent.entity",
"path": "AuditEvent.entity",
"mustSupport": true
},
{
"id": "AuditEvent.entity.what",
"path": "AuditEvent.entity.what",
"min": 1,
"mustSupport": true
}
]
}
}

The must-support flag indicates that the element is expected in some use cases, and a missing flag that the element is never used.

Supported operations

HTTP methods

Operation Supported Comment
Search (GET, POST) no
Insert (POST) no
Update (PUT) no
Delete (DEL) no
Operation (GET, POST) no

Query operations

Supported Queries

Other operations