Michael Anywar

Results 9 comments of Michael Anywar

> In the latest release (6.2.2) from docker and from this repository, the hapi.fhir.cql_enabled flag doesn't seem to be working. > > Trying with v6.1.0 works fine, but updating to...

Hi @subigre , yes that is true, but as you can see, the cardinality for display is 0..1, which means it is optional and not mandatory as code or system....

> So to make things straight, the bridge cannot search resources that where created within the openEHR platform. It can only search everything that was mapped using the bridge itself,...

> @CzarMich if you need any help with the PR etc. let me know. Yes, @SevKohler help is definitely needed. just sent you an 📧 .

> can you provide me the fhir resource ? Attached. [POLAR_Testdaten_UKB.zip](https://github.com/ehrbase/fhir-bridge/files/7942058/POLAR_Testdaten_UKB.zip)

Here is a test patient that you can use. This is the resource producing the mentioned error: Sources; Postman Collections ``` `{ "resourceType": "Patient", "meta": { "profile": [ "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/Patient" ]...

So I deleted the extension: { "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/ethnic-group", "valueCoding": { "system": "http://snomed.info/sct", "code": "186019001", "display": "Other ethnic, mixed origin" } } Pushed to server and Patient was created. I believe...

Hi @subigre , I had tried this already, I do get the error below; ``` { "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "Coding.system must be an...