View raw Markdown
type: codesystemcodesystem: audit-entity-detail-type-example

Example Codes for AuditEvent.entity.detail.type

Concepts

CodeDisplayDefinition
orientationOrientationThe orientation of the entity with respect to the event
spinSpinThe 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>