PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.cl.clcore@1.8.5
    https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/AuditEventCl
description: Perfil para genererar un recurso que permita desarrollar logs de auditoría en cuanto al acceso y manejo de recursos FHIR
package_name: hl7.fhir.cl.clcore
derivation: constraint
name: AuditEventCl
type: AuditEvent
elements:
  type:
    short: Tipo/identificación del Evento
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/audit-event-type'}
    mustSupport: true
    index: 0
    elements:
      system: {short: CodeSystem de los códigos para tipo de Evento, mustSupport: true, index: 1}
      code:
        short: Código del tipo de registro
        pattern: {type: Code, value: rest}
        mustSupport: true
        index: 2
      display: {short: RESTful Operation, mustSupport: true, index: 3}
  outcome:
    short: Resultado de la operación
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/audit-event-outcome'}
    mustSupport: true
    index: 11
  source:
    short: Quien reporta el evento
    mustSupport: true
    index: 18
    elements:
      observer: {short: Entidad que reporta el evento, mustSupport: true, index: 19}
  recorded: {short: Momento cuando el evento fue guardado, mustSupport: true, index: 10}
  agent:
    short: Quienes actuaron en el evento
    mustSupport: true
    index: 12
    elements:
      who: {short: Quien realizó la acción, mustSupport: true, index: 13}
      requestor: {short: indicador de si Who es quien requirió la acción, index: 14}
      network:
        short: Ubicación de la Red de la Aplicación
        mustSupport: true
        index: 15
        elements:
          address: {short: Dirección del Punto de Acceso, mustSupport: true, index: 16}
          type:
            short: Código del tipo de identificación
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/network-type'}
            mustSupport: true
            index: 17
        required: [address]
    required: [who]
  action:
    short: Create| Read/View/Print | Update | Delete | Execute
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/audit-event-action'}
    mustSupport: true
    index: 8
  period: {mustSupport: true, index: 9}
  entity:
    short: Entidad que registra la ocurrencia del Evento
    mustSupport: true
    index: 20
    elements:
      what: {short: Recurso o identificación de la entidad que registra la ocurrencia del evento, mustSupport: true, index: 21}
    required: [what]
  subtype:
    short: Especificacion mas detallada del evento
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/audit-event-sub-type'}
    mustSupport: true
    index: 4
    elements:
      system: {short: Sistema de Códigos, mustSupport: true, index: 5}
      code: {short: Codigo, mustSupport: true, index: 6}
      display: {short: Nombre de la desripción del evento, mustSupport: true, index: 7}
    required: [code]
package_version: 1.8.5
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/AuditEventCl
base: http://hl7.org/fhir/StructureDefinition/AuditEvent
version: 1.8.5
required: [action, entity]