Aidbox / aidbox-sdk

Aidbox SDK Generator
GNU General Public License v3.0
0 stars 0 forks source link

Update local FHIR schemas #19

Open krvital opened 1 month ago

krvital commented 1 month ago

The FHIR schemas currently located in the resources directory are obsolete and need to be updated. Replace the existing schemas with the latest versions downloaded from Aidbox, ensuring that they remain in the ndjson.gz format. The updated schemas must be organized into the following directories:

Additionally, create a directory for a set of schemas with mutually compatible versions, including:

The updated schemas should be compatible with the existing file importer.

spicyfalafel commented 2 weeks ago

Not sure yet if we should use fhir schema packages from bucket.

krvital commented 2 weeks ago

Not sure yet if we should use fhir schema packages from bucket.

This isn't about downloading FHIR schemas from Health Samurai's Google storage; rather, it's about ensuring the archives in our resources are compatible with FHIR schemas."

krvital commented 2 days ago

It seems that basic generation from local FHIR schemas is working, but it's not generating the constrained classes/types. Need to investigate this and understand why.