google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
153 stars 86 forks source link

Create a test profile for R4. #558

Closed bashir2 closed 7 months ago

bashir2 commented 1 year ago

We currently have this STU3 test profile for testing extension features in Bunsen. We should create a similar one for R4 and add enable the corresponding unit-tests.

This is a left-over from #286. There are already unit-tests that test extension functionality using US Core profiles (which are readily available for R4).

jjtswan commented 1 year ago

Goal of the test is to see if R4 profile can be loaded by Bunsen, in order to ensure that we can generate FHIR extensions.

This is lower priority today since we already have some test coverage of US Core R4. But, if we hit a related bug, we shoud prioritize.

chandrashekar-s commented 7 months ago

Enabled unit tests for R4 for extended fhir profiles via this PR #924