Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CSV Appointment Extractor #198

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Adding CSV Appointment Extractor #198

merged 1 commit into from
Oct 16, 2023

Conversation

dmendelowitz
Copy link
Contributor

Summary

Adds CSVAppointmentExtractor, based on the FHIR Appointment profile.
New template created in AppointmentTemplate.js, new extractor in CSVAppointmentExtractor.js, additional changes to MCODEClient.js, schemas/csv.js, ResourceGenerator.js and various index files to add the new extractor to the client, and necessary test files and test fixtures added.

Testing guidance

Add the following to the config file to test with the appointment extractor:

   {
      "label": "appointment",
      "type": "CSVAppointmentExtractor",
      "constructorArgs": {
        "filePath": "./test/sample-client-data/appointment-information.csv"
      }
    }

@rdingwell rdingwell merged commit 74ce115 into main Oct 16, 2023
8 checks passed
@rdingwell rdingwell deleted the appointment-extractor branch October 16, 2023 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants