science.aist

Transformation from HL7® FHIR® Audit Events to eXtensible Event Stream (XES)

https://github.com/fhooeaist/fhirauditevent2xes

Science Score: 64.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.6%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Transformation from HL7® FHIR® Audit Events to eXtensible Event Stream (XES)

Basic Info
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created almost 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

Fhir Audit Event to XES

This project contains methods to convert a set of Fhir R5 AuditEvents into a XES representation. The transformation is shown in the following image:

Transformation

Getting Started

To use the project, simply include the maven dependency on the project.

xml <dependency> <groupId>science.aist</groupId> <artifactId>fhir-audit-event-to-xes</artifactId> <version>1.0.0</version> <scope>compile</scope> <!-- Note: this is default --> </dependency>

This then enables you to access our service class, to convert from AuditEvents to XES Logs.

```java // Create a new Fhir service var service = new FhirAuditEventsToXESLogService(); // create some outputstream where to write the results var outputStream = new ByteArrayOutputStream(); // get the input stream to some auditEvent bundle: var inputStream = ...

// Execute the service method service.convertFhirAuditEventsToXESLog(inputStream, outputStream);

// (Optional - depending on choosen output stream): Get the data out of the stream String res = outputStream.toString(StandardCharsets.UTF_8); ```

If you already have the AuditEvents as java classes you can also create the log out of these.

```java var service = new FhirAuditEventsToXESLogService(); Collection auditEvents = ...

var log = service.convertFhirAuditEventsToXESLog(auditEvents);

// (Optional): Write log to some output stream: var outputStream = ... new LogRepository().save(new ObjectFactory.createLog(log), outputStream); ```

FAQ

If you have any questions, please check out our FAQ section.

Contributing

First make sure to read our general contribution guidelines.

License

Copyright (c) 2022 the original author or authors. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Research

If you are going to use this project as part of a research paper, we would ask you to reference this project by citing it.

DOI

Owner

  • Name: Advanced Information Systems and Technology
  • Login: FHOOEAIST
  • Kind: organization
  • Email: contact@aist.science
  • Location: University of Applied Sciences Upper Austria, Softwarepark 11, 4232 Hagenberg, Austria

The research group AIST researches software solutions in the fields of eHealth, Machine Learning and Data Mining as well as Computer Vision.

Citation (CITATION.cff)

authors:
 - family-names: "Pointner"
   given-names: "Andreas"
   email: "andreas.pointner@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0001-8642-1161"
   affiliation: "Advanced Information Systems and Technology"
 - family-names: "Krauss"
   given-names: "Oliver"
   email: "oliver.krauss@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0002-8136-2606"
   affiliation: "Advanced Information Systems and Technology"
 - family-names: "Schuler"
   given-names: "Andreas"
   email: "andreas.schuler@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0003-1074-3222"
   affiliation: "Advanced Information Systems and Technology"
 - family-names: "Helm"
   given-names: "Emmanuel"
   email: "emmanuel.helm@fh-hagenberg.at"
   orcid: "https://orcid.org/0000-0002-1323-3511"
   affiliation: "Advanced Information Systems and Technology"
cff-version: 1.2.0
date-released: 2022-07-25
doi: 10.5281/zenodo.6901825
keywords:
  - HL7® FHIR® AuditEvent
  - XES
  - Transformation
license: MPL-2.0
message: "If you use this software, please cite it as below."
repository-artifact: "https://search.maven.org/artifact/science.aist/fhir-audit-event-to-xes/1.0.0/jar"
repository-code: "https://github.com/FHOOEAIST/FhirAuditEvent2XES"
title: "Transformation from HL7® FHIR® AuditEvent to XES"
type: software
url: "https://github.aist.science/FhirAuditEvent2XES/"
version: 1.0.0

GitHub Events

Total
  • Issues event: 5
  • Watch event: 2
  • Delete event: 1
  • Push event: 5
  • Pull request event: 1
  • Create event: 2
Last Year
  • Issues event: 5
  • Watch event: 2
  • Delete event: 1
  • Push event: 5
  • Pull request event: 1
  • Create event: 2

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 23
  • Total Committers: 2
  • Avg Commits per committer: 11.5
  • Development Distribution Score (DDS): 0.348
Top Committers
Name Email Commits
Andreas Pointner a****r@f****t 15
Jenkins j****s@j****s 8
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 5
  • Total pull requests: 4
  • Average time to close issues: 7 days
  • Average time to close pull requests: 9 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 4
  • Average time to close issues: 7 days
  • Average time to close pull requests: 9 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pointan (8)
Pull Request Authors
  • pointan (5)
Top Labels
Issue Labels
confirmed (4)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 5
repo1.maven.org: science.aist:fhir-audit-event-to-xes

FhirAuditEvent2XES

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 1
Rankings
Dependent repos count: 20.8%
Average: 48.1%
Dependent packages count: 50.1%
Forks count: 58.6%
Stargazers count: 62.8%
Last synced: 7 months ago

Dependencies

pom.xml maven
  • org.projectlombok:lombok 1.18.24 provided
  • ca.uhn.hapi.fhir:hapi-fhir-structures-r5 6.0.2
  • science.aist.gtf:transformation 2.0.0
  • science.aist:xes-model 1.0.0
  • org.testng:testng 7.6.0 test
.github/workflows/maven.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite