w3c / hcls-fhir-rdf

Sketching out an RDF representation for FHIR
39 stars 15 forks source link

Update Unit Tests for RDF generation #136

Closed tmprd closed 3 months ago

tmprd commented 8 months ago

Unit tests for R5 turtle generation should be setup and documented. Tests for example instances would be especially helpful, in order to quickly resolve current issues with example instances. Those tests should also document clearly where the test example files are.

R5+

Documentation

Documentation should be added to this repo, as in #135 (See https://github.com/tmprd/hcls-fhir-rdf/tree/generation-documentation#rdf--shex-generation)

Versions before R5

Previous FHIR versions use a different RDF parser & generator, and had some tests setup.

HAPI FHIR

ericprud commented 7 months ago

I created a codespace for this PR. (Still not sure what that means).

dbooth-boston commented 4 months ago

@ericprud that codespace link is 404. What still needs to be done to resolve this issue? Does the merge of @tmprd 's PR resolve it?

@tmprd Did the merge of your PR resolve this issue?

tmprd commented 3 months ago

Yes the tests are in! For now they're disabled (with a simple annotation) from running automatically in the testing pipeline, but they can be run manually to more quickly test changes during development.