--- type: "codesystem" title: "Example Codes for AuditEvent.entity.detail.type" codesystem: "audit-entity-detail-type-example" --- # Example Codes for AuditEvent.entity.detail.type - **Official URL**: http://hl7.org/fhir/audit-entity-detail-type-example - **Version**: 6.0.0 - **Status**: active - **Name**: AuditEntityDetailTypeExample - **Title**: Example Codes for AuditEvent.entity.detail.type - **Publisher**: HL7 International / Security - **Description**: This codeSystem contains examples of codes. These are not known to be used. - **Case Sensitive**: true - **Content**: example ## Concepts | Code | Display | Definition | | --- | --- | --- | | orientation | Orientation | The orientation of the entity with respect to the event | | spin | Spin | The spin of the entity with respect to the event | ## CodeSystem XML ```xml <status value="active"/> <experimental value="true"/> <date value="2025-11-01"/> <publisher value="HL7 International / Security"/> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/secure"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="This codeSystem contains examples of codes. These are not known to be used."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/audit-entity-detail-type-example"/> <content value="example"/> <concept> <code value="orientation"/> <display value="Orientation"/> <definition value="The orientation of the entity with respect to the event"/> </concept> <concept> <code value="spin"/> <display value="Spin"/> <definition value="The spin of the entity with respect to the event"/> </concept> </CodeSystem> ```