{"id":25944983,"url":"https://github.com/path-check/statelessplandefevaluator","last_synced_at":"2025-07-16T10:35:38.970Z","repository":{"id":104022565,"uuid":"583383153","full_name":"Path-Check/StatelessPlanDefEvaluator","owner":"Path-Check","description":"This is a FHIR PlanDefinition Evaluator as a stateless webservice. ","archived":false,"fork":false,"pushed_at":"2023-12-26T18:46:19.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-24T06:07:09.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Path-Check.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-29T16:04:24.000Z","updated_at":"2022-12-30T16:26:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfb4eb41-6295-4686-94cb-32730851bdbe","html_url":"https://github.com/Path-Check/StatelessPlanDefEvaluator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Path-Check%2FStatelessPlanDefEvaluator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Path-Check%2FStatelessPlanDefEvaluator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Path-Check%2FStatelessPlanDefEvaluator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Path-Check%2FStatelessPlanDefEvaluator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Path-Check","download_url":"https://codeload.github.com/Path-Check/StatelessPlanDefEvaluator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241810067,"owners_count":20023896,"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":"2025-03-04T08:20:32.930Z","updated_at":"2025-03-04T08:20:33.595Z","avatar_url":"https://github.com/Path-Check.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StatelessPlanDefEvaluator\n\nThis is a FHIR PlanDefinition Evaluator as a stateless webservice. Every call requires users to send the full dataset for evaluation. Nothing is saved.  \n\n# Live Instance\n\nVisit [plan-def-evaluator.pathcheck.org](https://plan-def-evaluator.pathcheck.org/) to see the latest version\n\n# Running\n\nThis is a Spring boot project. Run with: \n\n```\n./gradlew bootRun\n```\n\n# Usage\n\nThe server listens to a POST in `/evaluate` with the following payload:\n\n```json\n{\n  \"planDefinitionUrl\": \"http://localhost/PlanDefinition/Test-PlanDefinitionCondition-1.0.0\",\n  \"subject\": \"Patient/Test-Patient\",\n  \"encounterID\": \"Test-Encounter\", \n  \"data\": {\n    // JSON BUNDLE \n  }\n}\n```\n\nand outputs a CarePlan\n\n```json\n{\n  \"resourceType\": \"CarePlan\"\n  // ...\n}\n```\n\nCheck `SimpleData.http` for a runnable post example.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpath-check%2Fstatelessplandefevaluator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpath-check%2Fstatelessplandefevaluator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpath-check%2Fstatelessplandefevaluator/lists"}