science.aist

Transformation from HL7® FHIR® Audit Events to Object-Centric Event Logs

https://github.com/fhooeaist/fhirauditevent2ocel

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.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Transformation from HL7® FHIR® Audit Events to Object-Centric Event Logs

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

README.md

Fhir Audit Event to OCEL

This project contains methods to convert a set of Fhir R5 AuditEvents into a OCEL 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-ocel</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 FhirAuditEventsToOCELLogService(); var resourceAsStream = ...; var outputStream = new ByteArrayOutputStream();

// Execute the service method service.convertFhirAuditEventsToOCELLog(resourceAsStream, outputStream);

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

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) 2020 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.6901919
keywords:
  - HL7® FHIR® AuditEvent
  - OCEL
  - 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-ocel/1.0.0/jar"
repository-code: "https://github.com/FHOOEAIST/FhirAuditEvent2OCEL"
title: "Transformation from HL7® FHIR® AuditEvent to OCEL"
type: software
url: "https://github.aist.science/FhirAuditEvent2OCEL/"
version: 1.0.0

GitHub Events

Total
  • Issues event: 1
  • Push event: 1
  • Create event: 1
Last Year
  • Issues event: 1
  • Push event: 1
  • Create event: 1

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 29
  • Total Committers: 2
  • Avg Commits per committer: 14.5
  • Development Distribution Score (DDS): 0.414
Top Committers
Name Email Commits
Andreas Pointner a****r@f****t 17
Jenkins j****s@j****s 12
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 6
  • Total pull requests: 5
  • Average time to close issues: 2 days
  • Average time to close pull requests: 2 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: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 5
  • Average time to close issues: 2 days
  • Average time to close pull requests: 2 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • pointan (6)
Pull Request Authors
  • pointan (5)
Top Labels
Issue Labels
confirmed (2)
Pull Request Labels

Packages

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

FhirAuditEvent2OCEL

  • Versions: 6
  • 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: 8 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:ocel-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