{"id":34180181,"url":"https://github.com/authorhealth/go-elation","last_synced_at":"2026-03-10T08:03:45.566Z","repository":{"id":194387400,"uuid":"689153244","full_name":"authorhealth/go-elation","owner":"authorhealth","description":"Elation EHR API client for Go","archived":false,"fork":false,"pushed_at":"2026-02-27T14:17:44.000Z","size":283,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-27T19:25:07.546Z","etag":null,"topics":["elation","elation-ehr","go-api-client","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/authorhealth.png","metadata":{"files":{"readme":"README.md","changelog":"history_download_fill.go","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-09T00:04:46.000Z","updated_at":"2026-02-27T14:17:47.000Z","dependencies_parsed_at":"2023-09-13T04:58:09.060Z","dependency_job_id":"2287631f-1de1-4960-9239-b3cddeef20f8","html_url":"https://github.com/authorhealth/go-elation","commit_stats":null,"previous_names":["authorhealth/go-elation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/authorhealth/go-elation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authorhealth%2Fgo-elation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authorhealth%2Fgo-elation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authorhealth%2Fgo-elation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authorhealth%2Fgo-elation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/authorhealth","download_url":"https://codeload.github.com/authorhealth/go-elation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/authorhealth%2Fgo-elation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30327570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elation","elation-ehr","go-api-client","golang"],"created_at":"2025-12-15T13:50:01.022Z","updated_at":"2026-03-10T08:03:45.560Z","avatar_url":"https://github.com/authorhealth.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-elation\n\n## Getting Started\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"log\"\n\t\"net/http\"\n\t\"os\"\n\t\"time\"\n\n\t\"github.com/authorhealth/go-elation\"\n)\n\nfunc main() {\n\thttpClient := \u0026http.Client{\n\t\tTimeout: 10 * time.Second,\n\t}\n\n\ttokenURL := os.Getenv(\"TOKEN_URL\")\n\tclientID := os.Getenv(\"CLIENT_ID\")\n\tclientSecret := os.Getenv(\"CLIENT_SECRET\")\n\tbaseURL := os.Getenv(\"BASE_URL\")\n\n\tclient := elation.NewHTTPClient(httpClient, tokenURL, clientID, clientSecret, baseURL)\n\n\tres := \u0026elation.Response[[]*elation.Patient]{}\n\tvar err error\n\n\tres, _, err = client.Patients().Find(context.Background(), \u0026elation.FindPatientsOptions{\n\t\tPagination: res.PaginationNextWithLimit(1),\n\t})\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfmt.Println(res.Results[0].FirstName)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthorhealth%2Fgo-elation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauthorhealth%2Fgo-elation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauthorhealth%2Fgo-elation/lists"}