{"id":19664390,"url":"https://github.com/beda-software/fhir-faker","last_synced_at":"2026-03-05T04:35:05.318Z","repository":{"id":66363853,"uuid":"336998854","full_name":"beda-software/fhir-faker","owner":"beda-software","description":"A library for generating fake FHIR resources","archived":false,"fork":false,"pushed_at":"2021-02-08T11:36:35.000Z","size":2,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T07:03:13.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/beda-software.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-08T07:52:57.000Z","updated_at":"2021-02-08T11:36:38.000Z","dependencies_parsed_at":"2024-03-15T12:17:57.144Z","dependency_job_id":null,"html_url":"https://github.com/beda-software/fhir-faker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beda-software/fhir-faker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-faker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-faker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-faker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-faker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beda-software","download_url":"https://codeload.github.com/beda-software/fhir-faker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beda-software%2Ffhir-faker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30110441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-11T16:17:42.402Z","updated_at":"2026-03-05T04:35:05.310Z","avatar_url":"https://github.com/beda-software.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# fhir-faker\nA library for generating fake FHIR resources\n\n\n## Usage example\n```typescript\nimport fhirFaker from 'fhir-faker'\n\n\nconsole.log(fhirFaker.dataTypes.fakeHumanName())\n{ text: \"Mr. Thomas Anderson\", given: [\"Thomas\"], family: \"Anderson\", prefix: [\"Mr.\"] }\n\nconsole.log(fhirFaker.fakeHumanName({ family: \"Simpson\" }))\n{ text: \"Mr. Thomas Simpson\", given: [\"Thomas\"], family: \"Simpson\", prefix: [\"Mr.\"] }\n\nconsole.log(fhirFaker.fakePatient())\n[\n  { \n    resourceType: \"Patient\", \n    id: \"some-id\",\n    active: true,\n    name: { text: \"Mr. Thomas Simpson\", given: [\"Thomas\"], family: \"Simpson\", prefix: [\"Mr.\"] },\n    managingOrganization: { resourceType: \"Organization\", id: \"org-id\", display: \"Sacred Heart\"}\n  },\n  {\n    resourceType: \"Organization\", \n    id: \"org-id\",\n    active: true,\n    name: \"Sacred Heart\"\n  }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeda-software%2Ffhir-faker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeda-software%2Ffhir-faker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeda-software%2Ffhir-faker/lists"}