{"id":37023576,"url":"https://github.com/jtravan3/redox-java-data-model","last_synced_at":"2026-01-14T02:50:16.873Z","repository":{"id":54725885,"uuid":"290932793","full_name":"jtravan3/redox-java-data-model","owner":"jtravan3","description":"This project contains Java POJOs representing the Redox API data model.","archived":false,"fork":false,"pushed_at":"2021-06-06T14:59:17.000Z","size":843,"stargazers_count":5,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T20:23:29.551Z","etag":null,"topics":["data-model","java","java-pojos","pojo","redox","spring","spring-boot"],"latest_commit_sha":null,"homepage":"https://jtravan3.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtravan3.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"jtravan3"}},"created_at":"2020-08-28T02:36:42.000Z","updated_at":"2024-09-27T18:38:33.000Z","dependencies_parsed_at":"2022-08-14T01:00:32.044Z","dependency_job_id":null,"html_url":"https://github.com/jtravan3/redox-java-data-model","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jtravan3/redox-java-data-model","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtravan3%2Fredox-java-data-model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtravan3%2Fredox-java-data-model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtravan3%2Fredox-java-data-model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtravan3%2Fredox-java-data-model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtravan3","download_url":"https://codeload.github.com/jtravan3/redox-java-data-model/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtravan3%2Fredox-java-data-model/sbom","scorecard":{"id":540187,"data":{"date":"2025-08-11","repo":{"name":"github.com/jtravan3/redox-java-data-model","commit":"39f5413d09efb8589fd7fa6765a27fca33987f94"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":1,"reason":"Found 3/17 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/maven.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":9,"reason":"binaries present in source code","details":["Warn: binary detected: .mvn/wrapper/maven-wrapper.jar:1"],"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/maven.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/jtravan3/redox-java-data-model/maven.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/maven.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/jtravan3/redox-java-data-model/maven.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/maven.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/jtravan3/redox-java-data-model/maven.yml/master?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 20 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"30 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-vmq6-5m68-f53m","Warn: Project is vulnerable to: GHSA-668q-qrv7-99fm","Warn: Project is vulnerable to: GHSA-6v67-2wr5-gvf4","Warn: Project is vulnerable to: GHSA-pr98-23f8-jwxv","Warn: Project is vulnerable to: GHSA-h46c-h94j-95f3","Warn: Project is vulnerable to: GHSA-wf8f-6423-gfxg","Warn: Project is vulnerable to: GHSA-3x8x-79m2-3w2w","Warn: Project is vulnerable to: GHSA-57j2-w4cx-62h2","Warn: Project is vulnerable to: GHSA-jjjh-jjxp-wpff","Warn: Project is vulnerable to: GHSA-rgv9-q543-rqg4","Warn: Project is vulnerable to: GHSA-rc42-6c7j-7h5r","Warn: Project is vulnerable to: GHSA-xf96-w227-r7c4","Warn: Project is vulnerable to: GHSA-36p3-wjmg-h94x","Warn: Project is vulnerable to: GHSA-hh26-6xwr-ggv7","Warn: Project is vulnerable to: GHSA-4gc7-5j7h-4qph","Warn: Project is vulnerable to: GHSA-4wp7-92pw-q264","Warn: Project is vulnerable to: GHSA-g5mm-vmx4-3rg7","Warn: Project is vulnerable to: GHSA-6gf2-pvqw-37ph","Warn: Project is vulnerable to: GHSA-rfmp-97jj-h8m6","Warn: Project is vulnerable to: GHSA-558x-2xjg-6232","Warn: Project is vulnerable to: GHSA-564r-hj7v-mcr5","Warn: Project is vulnerable to: GHSA-9cmq-m9j5-mvww","Warn: Project is vulnerable to: GHSA-wxqc-pxw9-g2p8","Warn: Project is vulnerable to: GHSA-3mc7-4q67-w48m","Warn: Project is vulnerable to: GHSA-98wm-3w3q-mw94","Warn: Project is vulnerable to: GHSA-9w3m-gqgf-c4p9","Warn: Project is vulnerable to: GHSA-c4r9-r8fh-9vj2","Warn: Project is vulnerable to: GHSA-hhhw-99gj-p3c3","Warn: Project is vulnerable to: GHSA-mjmj-j48q-9wg2","Warn: Project is vulnerable to: GHSA-w37g-rhq8-7m4j"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-20T08:01:37.871Z","repository_id":54725885,"created_at":"2025-08-20T08:01:37.872Z","updated_at":"2025-08-20T08:01:37.872Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-model","java","java-pojos","pojo","redox","spring","spring-boot"],"created_at":"2026-01-14T02:50:16.057Z","updated_at":"2026-01-14T02:50:16.860Z","avatar_url":"https://github.com/jtravan3.png","language":"Java","readme":"![Redox Banner](images/redox.png)\n\n# Redox Java Data Model\n\n![Maven Central](https://img.shields.io/maven-central/v/com.jtravan3/redox-java-data-model)\n![Java CI](https://github.com/jtravan3/redox-java-data-model/workflows/Java%20CI/badge.svg)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![Gitter](https://badges.gitter.im/jtravan3/redox-java-data-model.svg)](https://gitter.im/jtravan3/redox-java-data-model?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![codecov](https://codecov.io/gh/jtravan3/redox-java-data-model/branch/develop/graph/badge.svg)](https://codecov.io/gh/jtravan3/redox-java-data-model)\n\nThis project serves as a repository for Java POJOs that represent the Redox API Data Model.\n\n\u003e DISCLAIMER: This is an open source project providing additional development capabilities on the existing [Redox](https://www.redoxengine.com/)\n\u003e API. It is not an affiliate of [Redox](https://www.redoxengine.com/) and does not represent the company in any way.\n\n## Usage\n\nInstall the dependency using [Maven](https://maven.apache.org/guides/getting-started/)\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.jtravan3\u003c/groupId\u003e\n  \u003cartifactId\u003eredox-java-data-model\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.5\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nUsing [Jackson](https://github.com/FasterXML/jackson) or other JSON parsing libraries you can map your raw JSON payload\nreceived by [Redox](https://www.redoxengine.com/) to a strongly typed Java POJO.\n\n```java\nObjectMapper mapper = new ObjectMapper();\nPatientPush patientPush = mapper.readValue(stringJsonContent, PatientPush.class);\npatientPush.getAllergies().stream().forEach(allergy -\u003e {\n    Criticality criticality = allergy.getCriticality();\n    System.out.println(criticality.getName());\n});\n```\n\nor use the provided `RedoxDataModelFactory` to create the data models for you by providing the class types\n\n```java\nimport redox.services.RedoxDataModelFactory;\n\n@Component\npublic class RedoxDataParser {\n    \n    public PatientPush getPatientPush() throws IOException {\n        \n        Path filePath = Path.of(\"clinicalsummary-patientpush.json\");\n        PatientPush patientPush = RedoxDataModelFactory.parseRedoxJson(filePath, PatientPush.class);\n        \n        patientPush.getFamilyHistory().forEach(familyHistory -\u003e {\n            familyHistory.getProblems().forEach(problem -\u003e {\n                System.out.println(problem);\n            });\n        });\n        \n        return patientPush;\n    }\n}\n```\n\n## Philosophy\nOur project vision is to make available a Java data model representing the [Redox](https://www.redoxengine.com/) API \ndata model. This data model can be used by those desiring to integrate into EHR's via Redox and Java-based applications.\n\n## Contributing\nPlease see [CONTRIBUTING.md](https://github.com/jtravan3/redox-java-data-model/blob/develop/CONTRIBUTING.md) for more details regarding contributing issues or code.\n\n## Questions\nIf you are experiencing a bug, please feel free to file an issue. For general questions, please post them to [StackOverflow](https://stackoverflow.com/search?q=redox-java-data-model) with the tag `redox-java-data-model`.\n\n## License\nThe content of this project itself is licensed under the [Creative Commons Attribution 3.0 Unported](https://creativecommons.org/licenses/by/3.0/) license, and the underlying source code used to format and display that content is licensed under the [MIT license](https://github.com/jtravan3/redox-java-data-model/blob/develop/LICENSE.md).\n\n## Resources\n\n### Redox\n\nFor further references regarding Redox:\n\n- [Redox Engine](https://www.redoxengine.com/)\n- [Redox Developer Docs](https://developer.redoxengine.com/)\n\n### Spring Boot\n\nFor further references with Spring Boot:\n\n- [Spring Initializr](https://start.spring.io/)\n- [Getting Started](https://spring.io/guides/gs/spring-boot/)\n\n### Maven\n\nFor further references with Maven's dependency management framework:\n\n- [Spring and Maven](https://spring.io/guides/gs/spring-boot/)\n- [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)\n- [Apache Maven Getting Started](https://maven.apache.org/guides/getting-started/)\n","funding_links":["https://github.com/sponsors/jtravan3"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtravan3%2Fredox-java-data-model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtravan3%2Fredox-java-data-model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtravan3%2Fredox-java-data-model/lists"}