Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/1.0/StructureDefinition/profile-AuditEvent | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: Profile_R2_AuditEvent_R5 | ||
This cross-version profile allows DSTU2 AuditEvent content to be represented via FHIR R5 AuditEvent resources.
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AuditEvent(5.0.0) | Record of an event | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | string | DSTU2: Description of the event outcome (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.event.outcomeDesc Constraints: ext-1 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Specific type of event Binding: AuditEventSubType (example): Specific type of event. |
![]() ![]() |
Σ | 1..1 | instant | Time when the event was recorded |
![]() ![]() |
Σ | 1..* | BackboneElement | Actor involved in the event |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Identifier | DSTU2: Unique identifier for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.userId Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Alternative User id e.g. authentication (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.altId Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Human-meaningful name for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.name Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Type of media (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.media Binding: R2Dicm405MediatypeForR5 (0.1.0) (extensible): Used when the event is about exporting/importing onto media. Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Identifier for the network access point of the user device (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.address Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: The type of network access point (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.type Binding: R2NetworkTypeForR5 (0.1.0) (required): The type of network access point of this participant in the audit event Constraints: ext-1 | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | Identifier of who |
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Direct reference to resource URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
Σ | 1..1 | BackboneElement | Audit Event Reporter |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | The identity of source detecting the event |
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | DSTU2: identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.source.identifier Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| AuditEvent.code | Base | example |
Audit Event Sub-Type
|
📍5.0.0 | tx.fhir.org |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | AuditEvent | 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 | error | AuditEvent | 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 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | AuditEvent | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | AuditEvent.implicitRules, AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.code, AuditEvent.recorded, AuditEvent.agent, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.who, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.agent.who.reference, AuditEvent.source, AuditEvent.source.modifierExtension, AuditEvent.source.observer, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier, AuditEvent.source.observer.reference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.source.modifierExtension, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
This structure is derived from AuditEvent
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AuditEvent(5.0.0) | Record of an event | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Meta | DSTU2: meta additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.meta Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | DSTU2: text additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.text Constraints: ext-1 | |||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. | |||||
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 | ||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | DSTU2: Description of the event outcome (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.event.outcomeDesc Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Type/identifier of event Binding: AuditEventID (example): Type of event. | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Specific type of event Binding: AuditEventSubType (example): Specific type of event. | ||||
![]() ![]() |
Σ | 0..1 | code | Type of action performed during the event Binding: AuditEventAction (required): DICOM Audit Event Action | ||||
![]() ![]() |
Σ | 0..1 | code | emergency | alert | critical | error | warning | notice | informational | debug Binding: AuditEventSeverity (required): This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3 | ||||
![]() ![]() |
0..1 | When the activity occurred | ||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() |
Σ | 1..1 | instant | Time when the event was recorded | ||||
![]() ![]() |
Σ | 0..1 | BackboneElement | Whether the event succeeded or failed | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (preferred): DICOM Audit Event Outcome | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: outcome additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.event.outcome Binding: AuditEventOutcome (required): Indicates whether the event succeeded or failed Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Additional outcome detail Binding: AuditEventOutcomeDetail (example): A code that provides details as the exact issue. | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Authorization related to the event Binding: PurposeOfUse (3.1.0) (example): The authorized purposeOfUse for the activity. | ||||
![]() ![]() |
0..* | Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) | Workflow authorization within which this event occurred | |||||
![]() ![]() |
0..1 | Reference(Patient) | The patient is the subject of the data used/created/updated/deleted during the activity | |||||
![]() ![]() |
0..1 | Reference(Encounter) | Encounter within which this event occurred or which the event is tightly associated | |||||
![]() ![]() |
Σ | 1..* | BackboneElement | Actor involved in the event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Identifier | DSTU2: Unique identifier for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.userId Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Alternative User id e.g. authentication (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.altId Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Human-meaningful name for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.name Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Type of media (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.media Binding: R2Dicm405MediatypeForR5 (0.1.0) (extensible): Used when the event is about exporting/importing onto media. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Identifier for the network access point of the user device (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.address Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: The type of network access point (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.type Binding: R2NetworkTypeForR5 (0.1.0) (required): The type of network access point of this participant in the audit event Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | How agent participated Binding: ParticipationRoleType (preferred): The Participation type of the agent to the event. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Agent role in the event Binding: SecurityRoleType (example): What security role enabled the agent to participate in the event. | |||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | Identifier of who | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Direct reference to resource URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | Whether user is initiator | ||||
![]() ![]() ![]() |
0..1 | Reference(Location) | The agent location when the event occurred | |||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Where additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..* | uri | Policy that authorized the agent participation in the event | |||||
![]() ![]() ![]() |
0..1 | This agent network location for the activity | ||||||
![]() ![]() ![]() ![]() |
Reference(Endpoint) | |||||||
![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
0..* | CodeableConcept | Allowable authorization for this agent Binding: PurposeOfUse (3.1.0) (example): The reason the activity took place. | |||||
![]() ![]() |
Σ | 1..1 | BackboneElement | Audit Event Reporter | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | Reference(Location) | Logical source location within the enterprise | |||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: site additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.source.site Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | The identity of source detecting the event | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | DSTU2: identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.source.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | The type of source where event originated Binding: AuditEventSourceType (preferred): 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. | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | Data or objects used | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Type of object involved (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.type Binding: R2ObjectTypeForR5 (0.1.0) (extensible): Code for the object type involved audited. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Life-cycle stage for the object (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.lifecycle Binding: R2ObjectLifecycleForR5 (0.1.0) (extensible): Identifier for the data life-cycle stage for the object. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Instance-specific descriptor for Object (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.name Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Descriptive text (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.description Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Resource) | Specific instance of resource | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Identifier | DSTU2: Specific instance of object (e.g. versioned) additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Specific instance of resource (e.g. versioned) additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | What role the entity played Binding: AuditEventEntityRole (example): DICOM Audit Event Entity Role | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Security labels on the entity Binding: SecurityLabelExamples (example): Example Security Labels from the Healthcare Privacy and Security Classification System. | |||||
![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Query parameters | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Additional Information about the entity | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Name of the property Binding: AuditEventID (example): Additional detail about an entity used in an event. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | DSTU2: type additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.detail.type Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
1..1 | Property value | ||||||
![]() ![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
integer | |||||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() |
Ratio | |||||||
![]() ![]() ![]() ![]() ![]() |
time | |||||||
![]() ![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() ![]() |
base64Binary | |||||||
![]() ![]() ![]() |
0..* | See agent (AuditEvent) | Entity is attributed to this agent | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| AuditEvent.meta.security | Base | extensible |
All Security Labels
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.meta.tag | Base | example | Common Tags | 📍5.0.0 | FHIR Std. |
| AuditEvent.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| AuditEvent.text.status | Base | required | NarrativeStatus | 📍5.0.0 | FHIR Std. |
| AuditEvent.category | Base | example | Audit Event ID | 📍5.0.0 | FHIR Std. |
| AuditEvent.code | Base | example |
Audit Event Sub-Type
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.action | Base | required | Audit Event Action | 📍5.0.0 | FHIR Std. |
| AuditEvent.severity | Base | required | Audit Event Severity | 📍5.0.0 | FHIR Std. |
| AuditEvent.outcome.code | Base | preferred | Audit Event Outcome | 📍5.0.0 | FHIR Std. |
| AuditEvent.outcome.detail | Base | example | Audit Event Outcome Detail | 📍5.0.0 | FHIR Std. |
| AuditEvent.authorization | Base | example | PurposeOfUse | 📍3.1.0 | THO v7.1 |
| AuditEvent.agent.type | Base | preferred | Participation Role Type | 📍5.0.0 | FHIR Std. |
| AuditEvent.agent.role | Base | example | Security Role Type | 📍5.0.0 | FHIR Std. |
| AuditEvent.agent.who.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.agent.location.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.agent.authorization | Base | example | PurposeOfUse | 📍3.1.0 | THO v7.1 |
| AuditEvent.source.site.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.source.observer.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.source.type | Base | preferred | Audit Event Source Type | 📍5.0.0 | FHIR Std. |
| AuditEvent.entity.what.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.entity.role | Base | example | Audit Event Entity Role | 📍5.0.0 | FHIR Std. |
| AuditEvent.entity.securityLabel | Base | example | Example set of Security Labels | 📍5.0.0 | FHIR Std. |
| AuditEvent.entity.detail.type | Base | example | Audit Event ID | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | AuditEvent | 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 | error | AuditEvent | 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 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | AuditEvent | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | AuditEvent.meta, AuditEvent.meta.extension, AuditEvent.meta.extension:meta, AuditEvent.meta.versionId, AuditEvent.meta.lastUpdated, AuditEvent.meta.source, AuditEvent.meta.profile, AuditEvent.meta.security, AuditEvent.meta.tag, AuditEvent.implicitRules, AuditEvent.language, AuditEvent.text, AuditEvent.text.extension, AuditEvent.text.extension:text, AuditEvent.text.status, AuditEvent.text.div, AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.category, AuditEvent.code, AuditEvent.action, AuditEvent.severity, AuditEvent.occurred[x], AuditEvent.recorded, AuditEvent.outcome, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code, AuditEvent.outcome.code.extension, AuditEvent.outcome.code.extension:outcome, AuditEvent.outcome.code.system, AuditEvent.outcome.code.version, AuditEvent.outcome.code.code, AuditEvent.outcome.code.display, AuditEvent.outcome.code.userSelected, AuditEvent.outcome.detail, AuditEvent.authorization, AuditEvent.basedOn, AuditEvent.patient, AuditEvent.encounter, AuditEvent.agent, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.type, AuditEvent.agent.role, AuditEvent.agent.who, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.agent.who.reference, AuditEvent.agent.who.type, AuditEvent.agent.who.identifier, AuditEvent.agent.who.display, AuditEvent.agent.requestor, AuditEvent.agent.location, AuditEvent.agent.location.extension, AuditEvent.agent.location.extension:location, AuditEvent.agent.location.reference, AuditEvent.agent.location.type, AuditEvent.agent.location.identifier, AuditEvent.agent.location.display, AuditEvent.agent.policy, AuditEvent.agent.network[x], AuditEvent.agent.authorization, AuditEvent.source, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.source.site, AuditEvent.source.site.extension, AuditEvent.source.site.extension:site, AuditEvent.source.site.reference, AuditEvent.source.site.type, AuditEvent.source.site.identifier, AuditEvent.source.site.display, AuditEvent.source.observer, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier, AuditEvent.source.observer.reference, AuditEvent.source.observer.type, AuditEvent.source.observer.identifier, AuditEvent.source.observer.display, AuditEvent.source.type, AuditEvent.entity, AuditEvent.entity.extension, AuditEvent.entity.extension:type, AuditEvent.entity.extension:lifecycle, AuditEvent.entity.extension:name, AuditEvent.entity.extension:description, AuditEvent.entity.modifierExtension, AuditEvent.entity.what, AuditEvent.entity.what.extension, AuditEvent.entity.what.extension:identifier, AuditEvent.entity.what.extension:reference, AuditEvent.entity.what.reference, AuditEvent.entity.what.type, AuditEvent.entity.what.identifier, AuditEvent.entity.what.display, AuditEvent.entity.role, AuditEvent.entity.securityLabel, AuditEvent.entity.query, AuditEvent.entity.detail, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension, AuditEvent.entity.detail.type, AuditEvent.entity.detail.type.extension, AuditEvent.entity.detail.type.extension:type, AuditEvent.entity.detail.type.coding, AuditEvent.entity.detail.type.text, AuditEvent.entity.detail.value[x], AuditEvent.entity.agent | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | AuditEvent.meta.extension, AuditEvent.meta.extension:meta, AuditEvent.text.extension, AuditEvent.text.extension:text, AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code.extension, AuditEvent.outcome.code.extension:outcome, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.agent.location.extension, AuditEvent.agent.location.extension:location, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.source.site.extension, AuditEvent.source.site.extension:site, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier, AuditEvent.entity.extension, AuditEvent.entity.extension:type, AuditEvent.entity.extension:lifecycle, AuditEvent.entity.extension:name, AuditEvent.entity.extension:description, AuditEvent.entity.modifierExtension, AuditEvent.entity.what.extension, AuditEvent.entity.what.extension:identifier, AuditEvent.entity.what.extension:reference, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension, AuditEvent.entity.detail.type.extension, AuditEvent.entity.detail.type.extension:type | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | AuditEvent.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | AuditEvent.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from AuditEvent
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AuditEvent(5.0.0) | Record of an event | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
0..1 | string | DSTU2: Description of the event outcome (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.event.outcomeDesc Constraints: ext-1 | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
Σ | 1..1 | CodeableConcept | Specific type of event Binding: AuditEventSubType (example): Specific type of event. |
![]() ![]() |
Σ | 1..1 | instant | Time when the event was recorded |
![]() ![]() |
Σ | 1..* | BackboneElement | Actor involved in the event |
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Identifier | DSTU2: Unique identifier for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.userId Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Alternative User id e.g. authentication (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.altId Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Human-meaningful name for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.name Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Type of media (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.media Binding: R2Dicm405MediatypeForR5 (0.1.0) (extensible): Used when the event is about exporting/importing onto media. Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Identifier for the network access point of the user device (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.address Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: The type of network access point (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.type Binding: R2NetworkTypeForR5 (0.1.0) (required): The type of network access point of this participant in the audit event Constraints: ext-1 | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | Identifier of who |
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Direct reference to resource URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
![]() ![]() |
Σ | 1..1 | BackboneElement | Audit Event Reporter |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | The identity of source detecting the event |
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | DSTU2: identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.source.identifier Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| AuditEvent.code | Base | example |
Audit Event Sub-Type
|
📍5.0.0 | tx.fhir.org |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | AuditEvent | 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 | error | AuditEvent | 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 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | AuditEvent | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | AuditEvent.implicitRules, AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.code, AuditEvent.recorded, AuditEvent.agent, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.who, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.agent.who.reference, AuditEvent.source, AuditEvent.source.modifierExtension, AuditEvent.source.observer, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier, AuditEvent.source.observer.reference | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.source.modifierExtension, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Differential View
This structure is derived from AuditEvent
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AuditEvent(5.0.0) | Record of an event | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Meta | DSTU2: meta additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.meta Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Version specific identifier | ||||
![]() ![]() ![]() |
Σ | 0..1 | instant | When the resource version last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | uri | Identifies where the resource comes from | ||||
![]() ![]() ![]() |
Σ | 0..* | canonical(StructureDefinition) | Profiles this resource claims to conform to | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Security Labels applied to this resource Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System. | ||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Tags applied to this resource Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones". | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | (Complex) | DSTU2: text additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.text Constraints: ext-1 | |||||
![]() ![]() ![]() |
1..1 | code | generated | extensions | additional | empty Binding: NarrativeStatus (required): The status of a resource narrative. | |||||
![]() ![]() ![]() |
C | 1..1 | xhtml | Limited xhtml content Constraints: txt-1, txt-2 | ||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
0..1 | string | DSTU2: Description of the event outcome (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.event.outcomeDesc Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Type/identifier of event Binding: AuditEventID (example): Type of event. | ||||
![]() ![]() |
Σ | 1..1 | CodeableConcept | Specific type of event Binding: AuditEventSubType (example): Specific type of event. | ||||
![]() ![]() |
Σ | 0..1 | code | Type of action performed during the event Binding: AuditEventAction (required): DICOM Audit Event Action | ||||
![]() ![]() |
Σ | 0..1 | code | emergency | alert | critical | error | warning | notice | informational | debug Binding: AuditEventSeverity (required): This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3 | ||||
![]() ![]() |
0..1 | When the activity occurred | ||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() |
Σ | 1..1 | instant | Time when the event was recorded | ||||
![]() ![]() |
Σ | 0..1 | BackboneElement | Whether the event succeeded or failed | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (preferred): DICOM Audit Event Outcome | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: outcome additional codes URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.event.outcome Binding: AuditEventOutcome (required): Indicates whether the event succeeded or failed Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Identity of the terminology system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | code | Symbol in syntax defined by the system | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Additional outcome detail Binding: AuditEventOutcomeDetail (example): A code that provides details as the exact issue. | ||||
![]() ![]() |
Σ | 0..* | CodeableConcept | Authorization related to the event Binding: PurposeOfUse (3.1.0) (example): The authorized purposeOfUse for the activity. | ||||
![]() ![]() |
0..* | Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) | Workflow authorization within which this event occurred | |||||
![]() ![]() |
0..1 | Reference(Patient) | The patient is the subject of the data used/created/updated/deleted during the activity | |||||
![]() ![]() |
0..1 | Reference(Encounter) | Encounter within which this event occurred or which the event is tightly associated | |||||
![]() ![]() |
Σ | 1..* | BackboneElement | Actor involved in the event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Identifier | DSTU2: Unique identifier for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.userId Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Alternative User id e.g. authentication (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.altId Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Human-meaningful name for the user (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.name Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Type of media (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.media Binding: R2Dicm405MediatypeForR5 (0.1.0) (extensible): Used when the event is about exporting/importing onto media. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Identifier for the network access point of the user device (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.address Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | code | DSTU2: The type of network access point (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.participant.network.type Binding: R2NetworkTypeForR5 (0.1.0) (required): The type of network access point of this participant in the audit event Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | How agent participated Binding: ParticipationRoleType (preferred): The Participation type of the agent to the event. | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Agent role in the event Binding: SecurityRoleType (example): What security role enabled the agent to participate in the event. | |||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | Identifier of who | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Direct reference to resource URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | Whether user is initiator | ||||
![]() ![]() ![]() |
0..1 | Reference(Location) | The agent location when the event occurred | |||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Where additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..* | uri | Policy that authorized the agent participation in the event | |||||
![]() ![]() ![]() |
0..1 | This agent network location for the activity | ||||||
![]() ![]() ![]() ![]() |
Reference(Endpoint) | |||||||
![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() |
0..* | CodeableConcept | Allowable authorization for this agent Binding: PurposeOfUse (3.1.0) (example): The reason the activity took place. | |||||
![]() ![]() |
Σ | 1..1 | BackboneElement | Audit Event Reporter | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | Reference(Location) | Logical source location within the enterprise | |||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: site additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.source.site Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
Σ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) | The identity of source detecting the event | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Identifier | DSTU2: identifier additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.source.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..* | CodeableConcept | The type of source where event originated Binding: AuditEventSourceType (preferred): 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. | |||||
![]() ![]() |
Σ | 0..* | BackboneElement | Data or objects used | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Type of object involved (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.type Binding: R2ObjectTypeForR5 (0.1.0) (extensible): Code for the object type involved audited. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | Coding | DSTU2: Life-cycle stage for the object (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.lifecycle Binding: R2ObjectLifecycleForR5 (0.1.0) (extensible): Identifier for the data life-cycle stage for the object. Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Instance-specific descriptor for Object (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.name Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
0..1 | string | DSTU2: Descriptive text (new) URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.description Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 0..1 | Reference(Resource) | Specific instance of resource | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Identifier | DSTU2: Specific instance of object (e.g. versioned) additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.identifier Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | Reference(Resource) | DSTU2: Specific instance of resource (e.g. versioned) additional types URL: http://hl7.org/fhir/StructureDefinition/alternate-reference Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | Type the reference refers to (e.g. "Patient") - must be a resource in resources Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model). | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() ![]() |
0..1 | CodeableConcept | What role the entity played Binding: AuditEventEntityRole (example): DICOM Audit Event Entity Role | |||||
![]() ![]() ![]() |
0..* | CodeableConcept | Security labels on the entity Binding: SecurityLabelExamples (example): Example Security Labels from the Healthcare Privacy and Security Classification System. | |||||
![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Query parameters | ||||
![]() ![]() ![]() |
0..* | BackboneElement | Additional Information about the entity | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Name of the property Binding: AuditEventID (example): Additional detail about an entity used in an event. | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | DSTU2: type additional types URL: http://hl7.org/fhir/1.0/StructureDefinition/extension-AuditEvent.object.detail.type Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() ![]() ![]() |
1..1 | Property value | ||||||
![]() ![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() |
integer | |||||||
![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() |
Ratio | |||||||
![]() ![]() ![]() ![]() ![]() |
time | |||||||
![]() ![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() ![]() |
base64Binary | |||||||
![]() ![]() ![]() |
0..* | See agent (AuditEvent) | Entity is attributed to this agent | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| AuditEvent.meta.security | Base | extensible |
All Security Labels
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.meta.tag | Base | example | Common Tags | 📍5.0.0 | FHIR Std. |
| AuditEvent.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| AuditEvent.text.status | Base | required | NarrativeStatus | 📍5.0.0 | FHIR Std. |
| AuditEvent.category | Base | example | Audit Event ID | 📍5.0.0 | FHIR Std. |
| AuditEvent.code | Base | example |
Audit Event Sub-Type
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.action | Base | required | Audit Event Action | 📍5.0.0 | FHIR Std. |
| AuditEvent.severity | Base | required | Audit Event Severity | 📍5.0.0 | FHIR Std. |
| AuditEvent.outcome.code | Base | preferred | Audit Event Outcome | 📍5.0.0 | FHIR Std. |
| AuditEvent.outcome.detail | Base | example | Audit Event Outcome Detail | 📍5.0.0 | FHIR Std. |
| AuditEvent.authorization | Base | example | PurposeOfUse | 📍3.1.0 | THO v7.1 |
| AuditEvent.agent.type | Base | preferred | Participation Role Type | 📍5.0.0 | FHIR Std. |
| AuditEvent.agent.role | Base | example | Security Role Type | 📍5.0.0 | FHIR Std. |
| AuditEvent.agent.who.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.agent.location.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.agent.authorization | Base | example | PurposeOfUse | 📍3.1.0 | THO v7.1 |
| AuditEvent.source.site.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.source.observer.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.source.type | Base | preferred | Audit Event Source Type | 📍5.0.0 | FHIR Std. |
| AuditEvent.entity.what.type | Base | extensible |
Resource Types
|
📍5.0.0 | tx.fhir.org |
| AuditEvent.entity.role | Base | example | Audit Event Entity Role | 📍5.0.0 | FHIR Std. |
| AuditEvent.entity.securityLabel | Base | example | Example set of Security Labels | 📍5.0.0 | FHIR Std. |
| AuditEvent.entity.detail.type | Base | example | Audit Event ID | 📍5.0.0 | FHIR Std. |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | AuditEvent | 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 | error | AuditEvent | 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 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | AuditEvent | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | AuditEvent.meta, AuditEvent.meta.extension, AuditEvent.meta.extension:meta, AuditEvent.meta.versionId, AuditEvent.meta.lastUpdated, AuditEvent.meta.source, AuditEvent.meta.profile, AuditEvent.meta.security, AuditEvent.meta.tag, AuditEvent.implicitRules, AuditEvent.language, AuditEvent.text, AuditEvent.text.extension, AuditEvent.text.extension:text, AuditEvent.text.status, AuditEvent.text.div, AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.category, AuditEvent.code, AuditEvent.action, AuditEvent.severity, AuditEvent.occurred[x], AuditEvent.recorded, AuditEvent.outcome, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code, AuditEvent.outcome.code.extension, AuditEvent.outcome.code.extension:outcome, AuditEvent.outcome.code.system, AuditEvent.outcome.code.version, AuditEvent.outcome.code.code, AuditEvent.outcome.code.display, AuditEvent.outcome.code.userSelected, AuditEvent.outcome.detail, AuditEvent.authorization, AuditEvent.basedOn, AuditEvent.patient, AuditEvent.encounter, AuditEvent.agent, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.type, AuditEvent.agent.role, AuditEvent.agent.who, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.agent.who.reference, AuditEvent.agent.who.type, AuditEvent.agent.who.identifier, AuditEvent.agent.who.display, AuditEvent.agent.requestor, AuditEvent.agent.location, AuditEvent.agent.location.extension, AuditEvent.agent.location.extension:location, AuditEvent.agent.location.reference, AuditEvent.agent.location.type, AuditEvent.agent.location.identifier, AuditEvent.agent.location.display, AuditEvent.agent.policy, AuditEvent.agent.network[x], AuditEvent.agent.authorization, AuditEvent.source, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.source.site, AuditEvent.source.site.extension, AuditEvent.source.site.extension:site, AuditEvent.source.site.reference, AuditEvent.source.site.type, AuditEvent.source.site.identifier, AuditEvent.source.site.display, AuditEvent.source.observer, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier, AuditEvent.source.observer.reference, AuditEvent.source.observer.type, AuditEvent.source.observer.identifier, AuditEvent.source.observer.display, AuditEvent.source.type, AuditEvent.entity, AuditEvent.entity.extension, AuditEvent.entity.extension:type, AuditEvent.entity.extension:lifecycle, AuditEvent.entity.extension:name, AuditEvent.entity.extension:description, AuditEvent.entity.modifierExtension, AuditEvent.entity.what, AuditEvent.entity.what.extension, AuditEvent.entity.what.extension:identifier, AuditEvent.entity.what.extension:reference, AuditEvent.entity.what.reference, AuditEvent.entity.what.type, AuditEvent.entity.what.identifier, AuditEvent.entity.what.display, AuditEvent.entity.role, AuditEvent.entity.securityLabel, AuditEvent.entity.query, AuditEvent.entity.detail, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension, AuditEvent.entity.detail.type, AuditEvent.entity.detail.type.extension, AuditEvent.entity.detail.type.extension:type, AuditEvent.entity.detail.type.coding, AuditEvent.entity.detail.type.text, AuditEvent.entity.detail.value[x], AuditEvent.entity.agent | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | AuditEvent.meta.extension, AuditEvent.meta.extension:meta, AuditEvent.text.extension, AuditEvent.text.extension:text, AuditEvent.extension, AuditEvent.extension:outcomeDesc, AuditEvent.modifierExtension, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code.extension, AuditEvent.outcome.code.extension:outcome, AuditEvent.agent.extension, AuditEvent.agent.extension:userId, AuditEvent.agent.extension:altId, AuditEvent.agent.extension:name, AuditEvent.agent.extension:media, AuditEvent.agent.extension:address, AuditEvent.agent.extension:type, AuditEvent.agent.modifierExtension, AuditEvent.agent.who.extension, AuditEvent.agent.who.extension:reference, AuditEvent.agent.location.extension, AuditEvent.agent.location.extension:location, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.source.site.extension, AuditEvent.source.site.extension:site, AuditEvent.source.observer.extension, AuditEvent.source.observer.extension:identifier, AuditEvent.entity.extension, AuditEvent.entity.extension:type, AuditEvent.entity.extension:lifecycle, AuditEvent.entity.extension:name, AuditEvent.entity.extension:description, AuditEvent.entity.modifierExtension, AuditEvent.entity.what.extension, AuditEvent.entity.what.extension:identifier, AuditEvent.entity.what.extension:reference, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension, AuditEvent.entity.detail.type.extension, AuditEvent.entity.detail.type.extension:type | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| txt-1 | error | AuditEvent.text.div | The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, <a> elements (either name or href), images and internally contained style attributes |
htmlChecks()
|
| txt-2 | error | AuditEvent.text.div | The narrative SHALL have some non-whitespace content |
htmlChecks()
|
This structure is derived from AuditEvent
Summary
Extensions
This structure refers to these extensions:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron