Hi,
I am stuck in a provenance issue that how I will attach that to Patient Resource, I have _revinclude in query parameter which have the value of Provenance.
Following is the URL which i am trying to cater
resource/patient?_id=1000000000048701&_revinclude=Provenance:target
The problem I am facing is while mapping it to Patient FHIR model how I include provenance object/resource to model?
I tried with IBaseResource and also with IResourceProvider class as they are Parent class but the problem occurs when I run the Patient test on Inferno with these classes in use it skipped the test cases.