This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

6.6.7 Resource AuditEvent - Mappings

Mappings:

Mappings for the auditevent resource.

6.6.7.1 Mappings for RIM (http://hl7.org/v3)

AuditEvent ControlAct[moodCode=EVN]
    event N/A (no nesting in v3)
        type .code (type, subtype and action are pre-coordinated or sent as translations)
        subtype .code (type, subtype and action are pre-coordinated or sent as translations)
        action .code (type, subtype and action are pre-coordinated or sent as translations)
        dateTime .effectiveTime
        outcome .actionNegationInd
        outcomeDesc .outboundRelationship[typeCode=OUT].target.text
    participant .participation
        role .typeCode and/or .functionCode
        reference .role
        userId .id
        altId .id (distinguish id type by root)
        name .name
        requestor If participation.typeCode was author, then true
        location
        policy
        media .player.description.mediaType
        network .player.description.reference
            identifier pre-coordinated into URL
            type pre-coordinated into URL
    source .participation[typeCode=INF].role[classCode=ASSIGN].player[classCode=DEV, determinerCode=INSTANCE]
        site .scopedRole[classCode=LOCE].player.desc
        identifier .id
        type .code
    object .outboundRelationship[typeCode=SUBJ].target

or

.participation[typeCode=SBJ].role
        identifier .id.extension
        reference [self]
        type [self::Act].code
or
role.player.code
        role role.code
(not sure what this would mean for an Act)
        lifecycle target of ObservationEvent[code="lifecycle"].value
        sensitivity .confidentialityCode
        name .title
        description .text
        query No mapping
        detail .inboundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN]
            type .code
            value .value

6.6.7.2 Mappings for DICOM (http://nema.org/dicom)

AuditEvent Message
    event EventIdentification
        type @EventId
        subtype @EventTypeCode
        action @EventActionCode
        dateTime @EventDateTime
        outcome @EventOutcomeIndicator
        outcomeDesc @EventOutcomeDescription
    participant ActiveParticipant
        role RoleIdCode
        reference
        userId @UserId
        altId @AlternativeUserId
        name @UserName
        requestor @UserIsRequestor
        location
        policy
        media MediaType
        network
            identifier @NetworkAccessPointID
            type @NetworkAccessPointTypeCode
    source AuditSourceIdentification
        site @AuditEnterpriseSiteId
        identifier @AuditSourceId
        type AuditSourceTypeCode
    object ParticipantObjectIdentification
        identifier @ParticipantObjectID
        reference @ParticipantObjectID
        type @ParticipantObjectTypeCode
        role @ParticipantObjectTypeCodeRole
        lifecycle @ParticipantObjectDataLifeCycle
        sensitivity @ParticipantObjectSensitivity
        name ParticipantObjectName
        description ParticipantObjectDescription
        query ParticipantObjectQuery
        detail ParticipantObjectDetail
            type @type
            value @value