PrasannaHegde1

Results 6 comments of PrasannaHegde1

The Patient resource type has a binding with CodeSystem for "Medical Record Number". "Medical Record Number" has display value "Medical Record Number" and designation value "Krankenaktennummer" Tried to create an...

In local, tried to insert a new resource(Patient), adjusted the clock back by 1 hour, tried to update the same resource and got the below error `````json { "resourceType": "OperationOutcome",...

After upgrading to liberty 22.0.0.10 (https://github.com/LinuxForHealth/FHIR/pull/4018) issue https://github.com/OpenLiberty/open-liberty/issues/20599 is fixed. We are not seeing invalid connections being returned by the connection pool to the application. Also scanned through the HealthcheckOperation...

There were a couple of NullPointerExceptions in the audit build logs(https://github.com/LinuxForHealth/FHIR/actions/runs/3819990229/jobs/6497976982) which has been fixed as part of pull request: https://github.com/LinuxForHealth/FHIR/pull/4130 .

Tried adding .npmrc file in the project folder containing python = "/usr/bin/python2.7" but still seeing the same error as above. The common suggestion to fix the above error is to...

By default, the FHIR Bulkdata server will be installed with the JDBC persistence layer configured to use a single-tenant Embedded Derby database. The context lookup for jdbc/fhirbatchDB in fhir-operation-bulkdata(org.linuxforhealth.fhir.operation.bulkdata.client.action.batch.BatchCancelRequestAction.supportsDeleteJob()) will...