Skip to content
New issue

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

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

Already on GitHub? # to your account

adding meta prefix to all relevant meta keys. #323

Merged
merged 7 commits into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions backend/pkg/database/mock/mock_database.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions backend/pkg/models/database/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Database Models

Please note, almost all of the files in this directory are generated automatically.

- Files are generated by the [generate.go](./generate.go) script.
- The generate script uses the [search-parameters.json](./search-parameters.json) file to generate the models.
- **SOURCE**: this file is downloaded from the [HL7 FHIR website](http://hl7.org/fhir/R4/definitions.json.zip) and extracted from the zip file.
- The `fhirpath.min.js` file a pre-compiled version of [fhirpath.js](https://github.com/hl7/fhirpath.js/)
- **SOURCE**: this file is downloaded from the [Github Release](https://github.com/HL7/fhirpath.js/releases) and saved to this directory.
- The `searchParameterExtractor.js` file is manually
- The [choiceTypePaths.json](./choiceTypePaths.json) file contains a list of "types" associated with a "path" in the FHIR spec.
- **SOURCE**: this file is downloaded from the fhirpath.js repo: [fhir-context/r4/choiceTypePaths.json](https://github.com/HL7/fhirpath.js/blob/master/fhir-context/r4/choiceTypePaths.json)
Loading
Loading