Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build
Guías de Implementación HL7 FHIR: CR Core, published by Ministerio de Salud de Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HIE-cr/core-ig/ and changes regularly. See the Directory of published versions
Official URL: https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/audit-event-cr-core | Version: 0.1.1-draft | |||
Standards status: Draft | Maturity Level: 0 | Computable Name: AuditEventCrCore | ||
Copyright/Legal: Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional. |
Perfil CORE de Auditoría de Eventos (AuditEvent)
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | AuditEvent | Record of an event | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Tipo de evento de auditoría. Binding: AuditEventID (required): Eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Subtipo de evento de auditoría. Binding: AuditEventSubType (required): Subtipos de eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
SΣ | 0..1 | code | Create| Read/View/Print | Update | Delete | Execute Binding: AuditEventAction (required): Códigos fijos extraídos de un set de DICOM por FHIR |
![]() ![]() ![]() |
S | 0..1 | Fecha y hora del evento de auditoría. | |
![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
SΣ | 1..1 | instant | Momento cuando el evento fue almacenado |
![]() ![]() ![]() |
SΣ | 0..1 | BackboneElement | Resultado de la operación |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (required): Códigos extraídos de DICOM |
![]() ![]() ![]() |
SΣ | 1..* | BackboneElement | Quienes actuaron en el evento |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Quien realizó la acción |
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | Indicador de si Who es quien solicitó la acción |
![]() ![]() ![]() ![]() |
S | 0..1 | Ubicación de la Red de la Aplicación Slice: Unordered, Closed by type:$this | |
![]() ![]() ![]() ![]() ![]() |
Reference(Endpoint) | |||
![]() ![]() ![]() ![]() ![]() |
uri | |||
![]() ![]() ![]() ![]() ![]() |
string | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint) | Ubicación de la Red de la Aplicación como Reference |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Ubicación de la Red de la Aplicación como String |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Ubicación de la Red de la Aplicación como URI |
![]() ![]() ![]() |
SΣ | 1..1 | BackboneElement | Quien reporta el evento |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Entidad que reporta el evento |
![]() ![]() ![]() |
SΣ | 0..* | BackboneElement | Entidad que registra la ocurrencia del Evento |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Resource) | Recurso o identificación de la entidad que registra la ocurrencia del evento |
![]() |
Path | Conformance | ValueSet | URI |
AuditEvent.category | required | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard | |
AuditEvent.code | required | AuditEventSubTypehttp://hl7.org/fhir/ValueSet/audit-event-sub-type From the FHIR Standard | |
AuditEvent.action | required | AuditEventActionhttp://hl7.org/fhir/ValueSet/audit-event-action From the FHIR Standard | |
AuditEvent.outcome.code | required | AuditEventOutcomehttp://hl7.org/fhir/ValueSet/audit-event-outcome From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | AuditEvent | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | AuditEvent | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from AuditEvent
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | AuditEvent | Record of an event | |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Tipo de evento de auditoría. Binding: AuditEventID (required): Eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Subtipo de evento de auditoría. Binding: AuditEventSubType (required): Subtipos de eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
S | 0..1 | code | Create| Read/View/Print | Update | Delete | Execute Binding: AuditEventAction (required): Códigos fijos extraídos de un set de DICOM por FHIR |
![]() ![]() ![]() |
S | 0..1 | Period, dateTime | Fecha y hora del evento de auditoría. |
![]() ![]() ![]() |
S | 1..1 | instant | Momento cuando el evento fue almacenado |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Resultado de la operación |
![]() ![]() ![]() ![]() |
1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (required): Códigos extraídos de DICOM | |
![]() ![]() ![]() |
S | 1..* | BackboneElement | Quienes actuaron en el evento |
![]() ![]() ![]() ![]() |
S | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Quien realizó la acción |
![]() ![]() ![]() ![]() |
0..1 | boolean | Indicador de si Who es quien solicitó la acción | |
![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint), uri, string | Ubicación de la Red de la Aplicación Slice: Unordered, Open by type:$this |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint) | Ubicación de la Red de la Aplicación como Reference |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Ubicación de la Red de la Aplicación como String |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Ubicación de la Red de la Aplicación como URI |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Quien reporta el evento |
![]() ![]() ![]() ![]() |
S | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Entidad que reporta el evento |
![]() ![]() ![]() |
S | 0..* | BackboneElement | Entidad que registra la ocurrencia del Evento |
![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Resource) | Recurso o identificación de la entidad que registra la ocurrencia del evento |
![]() |
Path | Conformance | ValueSet | URI |
AuditEvent.category | required | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard | |
AuditEvent.code | required | AuditEventSubTypehttp://hl7.org/fhir/ValueSet/audit-event-sub-type From the FHIR Standard | |
AuditEvent.action | required | AuditEventActionhttp://hl7.org/fhir/ValueSet/audit-event-action From the FHIR Standard | |
AuditEvent.outcome.code | required | AuditEventOutcomehttp://hl7.org/fhir/ValueSet/audit-event-outcome From the FHIR Standard |
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | AuditEvent | Record of an event | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Tipo de evento de auditoría. Binding: AuditEventID (required): Eventos de auditoría descritos en FHIR para DICOM | ||||
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Subtipo de evento de auditoría. Binding: AuditEventSubType (required): Subtipos de eventos de auditoría descritos en FHIR para DICOM | ||||
![]() ![]() ![]() |
SΣ | 0..1 | code | Create| Read/View/Print | Update | Delete | Execute Binding: AuditEventAction (required): Códigos fijos extraídos de un set de DICOM por FHIR | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | emergency | alert | critical | error | warning | notice | informational | debug Binding: AuditEventSeverity (required): This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3 | ||||
![]() ![]() ![]() |
S | 0..1 | Fecha y hora del evento de auditoría. | |||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
SΣ | 1..1 | instant | Momento cuando el evento fue almacenado | ||||
![]() ![]() ![]() |
SΣ | 0..1 | BackboneElement | Resultado de la operación | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (required): Códigos extraídos de DICOM | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Additional outcome detail Binding: AuditEventOutcomeDetail (example): A code that provides details as the exact issue. | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Authorization related to the event Binding: PurposeOfUse (example): The authorized purposeOfUse for the activity. | ||||
![]() ![]() ![]() |
0..* | Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) | Workflow authorization within which this event occurred | |||||
![]() ![]() ![]() |
0..1 | Reference(Patient) | The patient is the subject of the data used/created/updated/deleted during the activity | |||||
![]() ![]() ![]() |
0..1 | Reference(Encounter) | Encounter within which this event occurred or which the event is tightly associated | |||||
![]() ![]() ![]() |
SΣ | 1..* | BackboneElement | Quienes actuaron en el evento | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | How agent participated Binding: ParticipationRoleType (preferred): The Participation type of the agent to the event. | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Agent role in the event Binding: SecurityRoleType (example): What security role enabled the agent to participate in the event. | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Quien realizó la acción | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | Indicador de si Who es quien solicitó la acción | ||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Location) | The agent location when the event occurred | |||||
![]() ![]() ![]() ![]() |
0..* | uri | Policy that authorized the agent participation in the event | |||||
![]() ![]() ![]() ![]() |
S | 0..1 | Ubicación de la Red de la Aplicación Slice: Unordered, Closed by type:$this | |||||
![]() ![]() ![]() ![]() ![]() |
Reference(Endpoint) | |||||||
![]() ![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint) | Ubicación de la Red de la Aplicación como Reference | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Ubicación de la Red de la Aplicación como String | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Ubicación de la Red de la Aplicación como URI | ||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Allowable authorization for this agent Binding: PurposeOfUse (example): The reason the activity took place. | |||||
![]() ![]() ![]() |
SΣ | 1..1 | BackboneElement | Quien reporta el evento | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Location) | Logical source location within the enterprise | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Entidad que reporta el evento | ||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | The type of source where event originated Binding: AuditEventSourceType (preferred): Code specifying the type of system that detected and recorded the event. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema. | |||||
![]() ![]() ![]() |
SΣ | 0..* | BackboneElement | Entidad que registra la ocurrencia del Evento | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Resource) | Recurso o identificación de la entidad que registra la ocurrencia del evento | ||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | What role the entity played Binding: AuditEventEntityRole (example): DICOM Audit Event Entity Role | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Security labels on the entity Binding: SecurityLabelExamples (example): Example Security Labels from the Healthcare Privacy and Security Classification System. | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Query parameters | ||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Additional Information about the entity | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Name of the property Binding: AuditEventID (example): Additional detail about an entity used in an event. | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Property value | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
integer | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Ratio | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
time | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
base64Binary | |||||||
![]() ![]() ![]() ![]() |
0..* | See agent (AuditEvent) | Entity is attributed to this agent | |||||
![]() |
Path | Conformance | ValueSet | URI |
AuditEvent.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 From the FHIR Standard | |
AuditEvent.category | required | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard | |
AuditEvent.code | required | AuditEventSubTypehttp://hl7.org/fhir/ValueSet/audit-event-sub-type From the FHIR Standard | |
AuditEvent.action | required | AuditEventActionhttp://hl7.org/fhir/ValueSet/audit-event-action From the FHIR Standard | |
AuditEvent.severity | required | AuditEventSeverityhttp://hl7.org/fhir/ValueSet/audit-event-severity|5.0.0 From the FHIR Standard | |
AuditEvent.outcome.code | required | AuditEventOutcomehttp://hl7.org/fhir/ValueSet/audit-event-outcome From the FHIR Standard | |
AuditEvent.outcome.detail | example | AuditEventOutcomeDetailhttp://hl7.org/fhir/ValueSet/audit-event-outcome-detail From the FHIR Standard | |
AuditEvent.authorization | example | PurposeOfUsehttp://terminology.hl7.org/ValueSet/v3-PurposeOfUse | |
AuditEvent.agent.type | preferred | ParticipationRoleTypehttp://hl7.org/fhir/ValueSet/participation-role-type From the FHIR Standard | |
AuditEvent.agent.role | example | SecurityRoleTypehttp://hl7.org/fhir/ValueSet/security-role-type From the FHIR Standard | |
AuditEvent.agent.authorization | example | PurposeOfUsehttp://terminology.hl7.org/ValueSet/v3-PurposeOfUse | |
AuditEvent.source.type | preferred | AuditEventSourceTypehttp://hl7.org/fhir/ValueSet/security-source-type From the FHIR Standard | |
AuditEvent.entity.role | example | AuditEventEntityRolehttp://hl7.org/fhir/ValueSet/object-role From the FHIR Standard | |
AuditEvent.entity.securityLabel | example | SecurityLabelExampleshttp://hl7.org/fhir/ValueSet/security-label-examples From the FHIR Standard | |
AuditEvent.entity.detail.type | example | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | AuditEvent | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | AuditEvent | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from AuditEvent
Summary
Must-Support: 16 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Maturity: 0
Key Elements View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | AuditEvent | Record of an event | |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Tipo de evento de auditoría. Binding: AuditEventID (required): Eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Subtipo de evento de auditoría. Binding: AuditEventSubType (required): Subtipos de eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
SΣ | 0..1 | code | Create| Read/View/Print | Update | Delete | Execute Binding: AuditEventAction (required): Códigos fijos extraídos de un set de DICOM por FHIR |
![]() ![]() ![]() |
S | 0..1 | Fecha y hora del evento de auditoría. | |
![]() ![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
SΣ | 1..1 | instant | Momento cuando el evento fue almacenado |
![]() ![]() ![]() |
SΣ | 0..1 | BackboneElement | Resultado de la operación |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (required): Códigos extraídos de DICOM |
![]() ![]() ![]() |
SΣ | 1..* | BackboneElement | Quienes actuaron en el evento |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Quien realizó la acción |
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | Indicador de si Who es quien solicitó la acción |
![]() ![]() ![]() ![]() |
S | 0..1 | Ubicación de la Red de la Aplicación Slice: Unordered, Closed by type:$this | |
![]() ![]() ![]() ![]() ![]() |
Reference(Endpoint) | |||
![]() ![]() ![]() ![]() ![]() |
uri | |||
![]() ![]() ![]() ![]() ![]() |
string | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint) | Ubicación de la Red de la Aplicación como Reference |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Ubicación de la Red de la Aplicación como String |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Ubicación de la Red de la Aplicación como URI |
![]() ![]() ![]() |
SΣ | 1..1 | BackboneElement | Quien reporta el evento |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Entidad que reporta el evento |
![]() ![]() ![]() |
SΣ | 0..* | BackboneElement | Entidad que registra la ocurrencia del Evento |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Resource) | Recurso o identificación de la entidad que registra la ocurrencia del evento |
![]() |
Path | Conformance | ValueSet | URI |
AuditEvent.category | required | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard | |
AuditEvent.code | required | AuditEventSubTypehttp://hl7.org/fhir/ValueSet/audit-event-sub-type From the FHIR Standard | |
AuditEvent.action | required | AuditEventActionhttp://hl7.org/fhir/ValueSet/audit-event-action From the FHIR Standard | |
AuditEvent.outcome.code | required | AuditEventOutcomehttp://hl7.org/fhir/ValueSet/audit-event-outcome From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | AuditEvent | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | AuditEvent | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Differential View
This structure is derived from AuditEvent
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
---|---|---|---|---|
![]() ![]() |
0..* | AuditEvent | Record of an event | |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Tipo de evento de auditoría. Binding: AuditEventID (required): Eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Subtipo de evento de auditoría. Binding: AuditEventSubType (required): Subtipos de eventos de auditoría descritos en FHIR para DICOM |
![]() ![]() ![]() |
S | 0..1 | code | Create| Read/View/Print | Update | Delete | Execute Binding: AuditEventAction (required): Códigos fijos extraídos de un set de DICOM por FHIR |
![]() ![]() ![]() |
S | 0..1 | Period, dateTime | Fecha y hora del evento de auditoría. |
![]() ![]() ![]() |
S | 1..1 | instant | Momento cuando el evento fue almacenado |
![]() ![]() ![]() |
S | 0..1 | BackboneElement | Resultado de la operación |
![]() ![]() ![]() ![]() |
1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (required): Códigos extraídos de DICOM | |
![]() ![]() ![]() |
S | 1..* | BackboneElement | Quienes actuaron en el evento |
![]() ![]() ![]() ![]() |
S | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Quien realizó la acción |
![]() ![]() ![]() ![]() |
0..1 | boolean | Indicador de si Who es quien solicitó la acción | |
![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint), uri, string | Ubicación de la Red de la Aplicación Slice: Unordered, Open by type:$this |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint) | Ubicación de la Red de la Aplicación como Reference |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Ubicación de la Red de la Aplicación como String |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Ubicación de la Red de la Aplicación como URI |
![]() ![]() ![]() |
S | 1..1 | BackboneElement | Quien reporta el evento |
![]() ![]() ![]() ![]() |
S | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Entidad que reporta el evento |
![]() ![]() ![]() |
S | 0..* | BackboneElement | Entidad que registra la ocurrencia del Evento |
![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Resource) | Recurso o identificación de la entidad que registra la ocurrencia del evento |
![]() |
Path | Conformance | ValueSet | URI |
AuditEvent.category | required | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard | |
AuditEvent.code | required | AuditEventSubTypehttp://hl7.org/fhir/ValueSet/audit-event-sub-type From the FHIR Standard | |
AuditEvent.action | required | AuditEventActionhttp://hl7.org/fhir/ValueSet/audit-event-action From the FHIR Standard | |
AuditEvent.outcome.code | required | AuditEventOutcomehttp://hl7.org/fhir/ValueSet/audit-event-outcome From the FHIR Standard |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
0..* | AuditEvent | Record of an event | |||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Tipo de evento de auditoría. Binding: AuditEventID (required): Eventos de auditoría descritos en FHIR para DICOM | ||||
![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Subtipo de evento de auditoría. Binding: AuditEventSubType (required): Subtipos de eventos de auditoría descritos en FHIR para DICOM | ||||
![]() ![]() ![]() |
SΣ | 0..1 | code | Create| Read/View/Print | Update | Delete | Execute Binding: AuditEventAction (required): Códigos fijos extraídos de un set de DICOM por FHIR | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | emergency | alert | critical | error | warning | notice | informational | debug Binding: AuditEventSeverity (required): This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3 | ||||
![]() ![]() ![]() |
S | 0..1 | Fecha y hora del evento de auditoría. | |||||
![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
SΣ | 1..1 | instant | Momento cuando el evento fue almacenado | ||||
![]() ![]() ![]() |
SΣ | 0..1 | BackboneElement | Resultado de la operación | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
Σ | 1..1 | Coding | Whether the event succeeded or failed Binding: AuditEventOutcome (required): Códigos extraídos de DICOM | ||||
![]() ![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Additional outcome detail Binding: AuditEventOutcomeDetail (example): A code that provides details as the exact issue. | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Authorization related to the event Binding: PurposeOfUse (example): The authorized purposeOfUse for the activity. | ||||
![]() ![]() ![]() |
0..* | Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) | Workflow authorization within which this event occurred | |||||
![]() ![]() ![]() |
0..1 | Reference(Patient) | The patient is the subject of the data used/created/updated/deleted during the activity | |||||
![]() ![]() ![]() |
0..1 | Reference(Encounter) | Encounter within which this event occurred or which the event is tightly associated | |||||
![]() ![]() ![]() |
SΣ | 1..* | BackboneElement | Quienes actuaron en el evento | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | How agent participated Binding: ParticipationRoleType (preferred): The Participation type of the agent to the event. | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Agent role in the event Binding: SecurityRoleType (example): What security role enabled the agent to participate in the event. | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Quien realizó la acción | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | Indicador de si Who es quien solicitó la acción | ||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Location) | The agent location when the event occurred | |||||
![]() ![]() ![]() ![]() |
0..* | uri | Policy that authorized the agent participation in the event | |||||
![]() ![]() ![]() ![]() |
S | 0..1 | Ubicación de la Red de la Aplicación Slice: Unordered, Closed by type:$this | |||||
![]() ![]() ![]() ![]() ![]() |
Reference(Endpoint) | |||||||
![]() ![]() ![]() ![]() ![]() |
uri | |||||||
![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Endpoint) | Ubicación de la Red de la Aplicación como Reference | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | string | Ubicación de la Red de la Aplicación como String | ||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | uri | Ubicación de la Red de la Aplicación como URI | ||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Allowable authorization for this agent Binding: PurposeOfUse (example): The reason the activity took place. | |||||
![]() ![]() ![]() |
SΣ | 1..1 | BackboneElement | Quien reporta el evento | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
0..1 | Reference(Location) | Logical source location within the enterprise | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | Reference(Rol de Profesional de la Salud | Profesional de Salud | Organizaciones | Paciente) | Entidad que reporta el evento | ||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | The type of source where event originated Binding: AuditEventSourceType (preferred): Code specifying the type of system that detected and recorded the event. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema. | |||||
![]() ![]() ![]() |
SΣ | 0..* | BackboneElement | Entidad que registra la ocurrencia del Evento | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Resource) | Recurso o identificación de la entidad que registra la ocurrencia del evento | ||||
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | What role the entity played Binding: AuditEventEntityRole (example): DICOM Audit Event Entity Role | |||||
![]() ![]() ![]() ![]() |
0..* | CodeableConcept | Security labels on the entity Binding: SecurityLabelExamples (example): Example Security Labels from the Healthcare Privacy and Security Classification System. | |||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Query parameters | ||||
![]() ![]() ![]() ![]() |
0..* | BackboneElement | Additional Information about the entity | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() ![]() |
1..1 | CodeableConcept | Name of the property Binding: AuditEventID (example): Additional detail about an entity used in an event. | |||||
![]() ![]() ![]() ![]() ![]() |
1..1 | Property value | ||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Quantity | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
integer | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Range | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Ratio | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
time | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() ![]() ![]() ![]() |
base64Binary | |||||||
![]() ![]() ![]() ![]() |
0..* | See agent (AuditEvent) | Entity is attributed to this agent | |||||
![]() |
Path | Conformance | ValueSet | URI |
AuditEvent.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 From the FHIR Standard | |
AuditEvent.category | required | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard | |
AuditEvent.code | required | AuditEventSubTypehttp://hl7.org/fhir/ValueSet/audit-event-sub-type From the FHIR Standard | |
AuditEvent.action | required | AuditEventActionhttp://hl7.org/fhir/ValueSet/audit-event-action From the FHIR Standard | |
AuditEvent.severity | required | AuditEventSeverityhttp://hl7.org/fhir/ValueSet/audit-event-severity|5.0.0 From the FHIR Standard | |
AuditEvent.outcome.code | required | AuditEventOutcomehttp://hl7.org/fhir/ValueSet/audit-event-outcome From the FHIR Standard | |
AuditEvent.outcome.detail | example | AuditEventOutcomeDetailhttp://hl7.org/fhir/ValueSet/audit-event-outcome-detail From the FHIR Standard | |
AuditEvent.authorization | example | PurposeOfUsehttp://terminology.hl7.org/ValueSet/v3-PurposeOfUse | |
AuditEvent.agent.type | preferred | ParticipationRoleTypehttp://hl7.org/fhir/ValueSet/participation-role-type From the FHIR Standard | |
AuditEvent.agent.role | example | SecurityRoleTypehttp://hl7.org/fhir/ValueSet/security-role-type From the FHIR Standard | |
AuditEvent.agent.authorization | example | PurposeOfUsehttp://terminology.hl7.org/ValueSet/v3-PurposeOfUse | |
AuditEvent.source.type | preferred | AuditEventSourceTypehttp://hl7.org/fhir/ValueSet/security-source-type From the FHIR Standard | |
AuditEvent.entity.role | example | AuditEventEntityRolehttp://hl7.org/fhir/ValueSet/object-role From the FHIR Standard | |
AuditEvent.entity.securityLabel | example | SecurityLabelExampleshttp://hl7.org/fhir/ValueSet/security-label-examples From the FHIR Standard | |
AuditEvent.entity.detail.type | example | AuditEventIDhttp://hl7.org/fhir/ValueSet/audit-event-type From the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | AuditEvent | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | AuditEvent | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | AuditEvent | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | AuditEvent | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from AuditEvent
Summary
Must-Support: 16 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Maturity: 0
Other representations of profile: CSV, Excel, Schematron