{"id":19402278,"url":"https://github.com/fluentcodes/ihe-generate","last_synced_at":"2025-07-14T06:06:36.330Z","repository":{"id":43962930,"uuid":"265592579","full_name":"fluentcodes/ihe-generate","owner":"fluentcodes","description":"Some generated code from IHE/HL7/Gematik schemes from the ePA project provided as mvn librairies.","archived":false,"fork":false,"pushed_at":"2022-02-17T17:41:05.000Z","size":1359,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T23:44:56.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluentcodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-20T14:33:17.000Z","updated_at":"2022-02-06T12:33:47.000Z","dependencies_parsed_at":"2022-08-26T16:31:43.169Z","dependency_job_id":null,"html_url":"https://github.com/fluentcodes/ihe-generate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fluentcodes/ihe-generate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentcodes%2Fihe-generate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentcodes%2Fihe-generate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentcodes%2Fihe-generate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentcodes%2Fihe-generate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluentcodes","download_url":"https://codeload.github.com/fluentcodes/ihe-generate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluentcodes%2Fihe-generate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260050803,"owners_count":22951521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-10T11:22:54.181Z","updated_at":"2025-06-15T21:13:04.189Z","avatar_url":"https://github.com/fluentcodes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IHE Generated Stuff\n\nI've started this project after working on \"Digitale Gesundheitsakte\" at Gematik,  \nan IHE project in Germany. I wrote a \"translator\" between the JSON representation called \"Testtreiber\",\nthe IHE ebXML representation using intermediate persistence objects.\n\nSince the JSON representation has changed between 1.1.1 and 2.0.4 and I work on other topics I've  \nremoved the IHE wrappers from this project. To adapt it would need some days.\n\nJAXB generated java classes from the  xml- and json-schemes are provided by mvn repositories. It avoids generating this boring and hardly never changing code:\n\n* gen-ihe: Special communication objects for ihe using gen-ebrs objects.\n* gen-ebrs: EbXml for document management as a base for IHE\n* gen-hl7: HL7 schemes as a standard for health purposes with more than 2000 classes\n* gen-fdv-json-testtreiber: JSON scheme for simple representation of IHE XML data\n* gen-acml: Generated classes\n\n## [gen-ihe](https://mvnrepository.com/artifact/org.fluentcodes.ihe/gen-ihe)\n\n    \u003cdependency\u003e\n       \u003cgroupId\u003eorg.fluentcodes.ihe\u003c/groupId\u003e\n       \u003cartifactId\u003egen-ihe\u003c/artifactId\u003e\n       \u003cversion\u003e1.0\u003c/version\u003e\n     \u003c/dependency\u003e\n\n## [contracts-ebRS](https://mvnrepository.com/artifact/org.fluentcodes.ihe/contracts-ebRS)\n\n    \u003cdependency\u003e\n       \u003cgroupId\u003eorg.fluentcodes.ihe\u003c/groupId\u003e\n       \u003cartifactId\u003econtracts-ebRS\u003c/artifactId\u003e\n       \u003cversion\u003e3.0\u003c/version\u003e\n     \u003c/dependency\u003e\n\n## [gen-hl7](https://mvnrepository.com/artifact/org.fluentcodes.ihe/gen-hl7)\n\n      \u003cdependency\u003e\n          \u003cgroupId\u003eorg.fluentcodes.ihe\u003c/groupId\u003e\n          \u003cartifactId\u003egen-hl7\u003c/artifactId\u003e\n          \u003cversion\u003e3.1\u003c/version\u003e\n      \u003c/dependency\u003e\n\n\n## [Testtreiber](https://mvnrepository.com/artifact/org.fluentcodes.ihe/gen-fdv-json-testtreiber)\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.fluentcodes.ihe\u003c/groupId\u003e\n        \u003cartifactId\u003egen-fdv-json-testtreiber\u003c/artifactId\u003e\n        \u003cversion\u003e2.0.4\u003c/version\u003e\n     \u003c/dependency\u003e\n\n\n## [gen-xacml](https://mvnrepository.com/artifact/org.fluentcodes.ihe/gen-xacml)\nPolicy access right schema.\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.fluentcodes.ihe\u003c/groupId\u003e\n        \u003cartifactId\u003egen-xacml\u003c/artifactId\u003e\n        \u003cversion\u003e2.0.0\u003c/version\u003e\n     \u003c/dependency\u003e \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentcodes%2Fihe-generate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluentcodes%2Fihe-generate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluentcodes%2Fihe-generate/lists"}