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

Fhir: tooling to auto-generate an adaptor #801

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
97f0a7c
fhir-tools: init a new fhir project
josephjclark Oct 24, 2024
3a8145b
fhir-tools: download and extract the spec file
josephjclark Oct 24, 2024
d024653
fhir-tools: port over the generate-schema stuff
josephjclark Oct 24, 2024
9675d6d
fhir-tools: generate code with no diffs in builders.js
josephjclark Oct 25, 2024
bc6bd8e
fhir-tools: generate dts
josephjclark Oct 25, 2024
6ddbfe1
fhir-tools: update readme
josephjclark Oct 25, 2024
7246dd2
fhir-tools: docs
josephjclark Oct 25, 2024
209de46
tools: order fhir code
josephjclark Nov 4, 2024
a02d9c0
restore mappings, tidy
josephjclark Nov 4, 2024
cbb1333
tools: generate unit tests for fhir
josephjclark Nov 4, 2024
17b460f
experiment with gunzip
josephjclark Nov 15, 2024
96a159a
fix zip download, map reserved words
josephjclark Nov 20, 2024
d1d3214
tools: fix typo
josephjclark Nov 21, 2024
91c997d
tools: accept mappings from CLI
josephjclark Nov 22, 2024
1a93dae
docs
josephjclark Nov 22, 2024
7bba823
tools: be smarter about test generation
josephjclark Nov 23, 2024
9a44b50
tools: safely reference property names which are invalid js
josephjclark Nov 23, 2024
dfe4adb
tools: added some capability to download valuesets and load them into…
josephjclark Nov 23, 2024
3a0f420
tools: fix in type generation
josephjclark Nov 25, 2024
77e0993
tools: provide typings for value sets
josephjclark Nov 25, 2024
6551026
tools: better union types for valuesets
josephjclark Nov 25, 2024
95398f4
tools: download valuesets to disk
josephjclark Nov 25, 2024
1bb9ec1
tools: finsh off valuesets restructure
josephjclark Nov 25, 2024
e046020
fhir: stuff
josephjclark Nov 26, 2024
21e4e1d
fix test gen
josephjclark Nov 28, 2024
b4c3ed0
tools: udpate default valueset
josephjclark Nov 28, 2024
a1f68f1
update icons
josephjclark Nov 28, 2024
e50bab0
remove generated junk
josephjclark Nov 28, 2024
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"metadata": "pnpm -C tools/metadata cli",
"slack:notify": "cd tools/slack && pnpm notify",
"generate": "pnpm -C tools/generate cli generate",
"generate-fhir": "pnpm -C tools/generate-fhir cli generate",
"prerelease": "node scripts/prerelease.mjs --no-warnings"
},
"author": "Open Function Group",
Expand Down
Loading