type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="audit-entity-detail-type-example"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="sec"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="informative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="6"/>
</extension>
<url value="http://hl7.org/fhir/audit-entity-detail-type-example"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.1795"/>
</identifier>
<version value="6.0.0"/>
<name value="AuditEntityDetailTypeExample"/>
<title value="Example Codes for AuditEvent.entity.detail.type"/>
<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>