Michael Griffith
Michael Griffith
I'm not sure how the code is implemented, I do realize that each resource has a different name, which to me seems unfortunate. I would think it could be done...
I'd like to point out (as I did on the ticket) that _type is not respected either. Try to limit query to a single or a few selected resourceTypes and...
Thank you! @tadgh
While the _type parameter will certainly help us, I don't think using _lastUpdated meets the spec. https://www.hl7.org/fhir/patient-operation-everything.html. The spec reads: > The date range relates to care dates, not record...
@tadgh any idea on an ETA for the _type fix? That would be very beneficial for us. It looks like there might be another way to solve for this using...
@tadgh just looking for a rough idea, if it's something we can expect in a few weeks, I think that is helpful for our project. Thanks in advance, MG
I am also experiencing this, if the connection string is wrong there is no error thrown. ``` const connection = new Amqp.Connection(process.env.AMQP_HOST); const queue = connection.declareQueue(myQueue, { durable: true });...