{"id":18871125,"url":"https://github.com/hapifhir/playground-basic-test-app","last_synced_at":"2026-02-15T06:30:18.407Z","repository":{"id":38528640,"uuid":"260045653","full_name":"hapifhir/playground-basic-test-app","owner":"hapifhir","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T17:40:07.000Z","size":1585,"stargazers_count":1,"open_issues_count":26,"forks_count":1,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-12-31T00:12:29.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/hapifhir.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-04-29T21:04:42.000Z","updated_at":"2022-10-29T12:32:14.000Z","dependencies_parsed_at":"2023-02-07T18:35:14.054Z","dependency_job_id":null,"html_url":"https://github.com/hapifhir/playground-basic-test-app","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/hapifhir%2Fplayground-basic-test-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapifhir%2Fplayground-basic-test-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapifhir%2Fplayground-basic-test-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapifhir%2Fplayground-basic-test-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hapifhir","download_url":"https://codeload.github.com/hapifhir/playground-basic-test-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239818847,"owners_count":19702221,"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-08T05:24:28.794Z","updated_at":"2026-02-15T06:30:18.349Z","avatar_url":"https://github.com/hapifhir.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HAPI FHIR Playground: Basic Test App\n\nThis project is a skeleton project for querying data from the [HAPI FHIR public test server](http://hapi.fhir.org/baseR4)\n\n### Getting Started:\n\n* [ ] Take a few minutes to familiarize yourself with the [FHIR Standard](http://hl7.org/fhir/) for health data exchange. In particular you might want to read the [Executive Summary](http://hl7.org/fhir/summary.html) and the [Developer Introduction](http://hl7.org/fhir/overview-dev.html)\n\n* [ ] In addition, take a few minutes to familiarize yourself with [Angular](https://angular.io/docs). Understand the basics of component structures, HTTP calls, and other basics covered in the [Fundamentals](https://angular.io/guide/architecture) section.\n  \n* [ ] Create your own GitHub project and copy the contents of this repository into your own project (please don't fork this repository)\n\n* [ ] Locate the component `AppComponent` and run it. You should see results pop up in the console of your web browser\n\n* [ ] **Please, do not fork this repo.** Create your own private GitHub repository to do your work in.\n\n### Basic Tasks:\n\n* [ ] Add a table to AppComponent and populate it with results from the `getPatients()` function.\n\n* [ ] Modify the `ApiService` class to include another call that fetches all `Patient` resources whose `birthdate` are between 1960 and 1965 (inclusive).\n\n* [ ] Sort the table based on youngest birthdate to oldest.\n\n* [ ] Time the request. Output the time on the footer of the page. Use a pipe for formatting the output.\n\n* [ ] Add a search function to the page. Add two inputs to `AppComponent` - a textbox that takes in a name (first or last), and a datepicker.  Modify the `ApiService` to include a call that searches for a `Patient` based on the name passed in, and the date of birth passed in from the date picker. The results should be reflected in the table. Use the [SearchParameters section](https://www.hl7.org/fhir/patient.html#search) to help with building your query.\n\n* [ ] Apply validation to the inputs - the name box cannot contain non-alphabetic characters, and the date field must be a valid date structure (YYYY/MM/DD). \n\n* [ ] Prevent the button search button from multi-clicks wihout using timeouts.\n\n* [ ] Commit your work.\n\n### Intermediate Tasks:\n\n* [ ] In `QuestionnaireComponent`, generate a form using the `questionnaire.json` file in the `assests` folder. The form should have validation applied to each input.\n\n* [ ] Using the results from the form, generate a [`QuestionnaireResponse`](https://www.hl7.org/fhir/questionnaireresponse.html). The `QuestionnaireResponse` should follow the structure outlined in the [Resource Content Section](https://www.hl7.org/fhir/questionnaireresponse.html#resource)\n\n* [ ] Display your results at the bottom of the page.\n\n* [ ] Update the `QuestionnaireComponent` to be mobile-friendly.\n\n* [ ] Please include unit tests for your work.\n\n* [ ] Commit your work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapifhir%2Fplayground-basic-test-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhapifhir%2Fplayground-basic-test-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapifhir%2Fplayground-basic-test-app/lists"}