Michael Anywar
Michael Anywar
Working with a CQL that has an expression that compares values that are greater or less as seen below. But I get an error where by the server is confusing...
On connecting fhir-bridge to Better platform, I tried a generic search for condition, expecting anything "WHERE c/name/value='Diagnose'" using the call below; "http://localhost:8888/fhir-bridge/fhir/Condition?" However, the server responds with an empty Searchset...
I passed my Variables as; `export password='SECURITY_AUTHPASSWORD=password' export authtype='SECURITY_AUTHTYPE=BASIC' export user='SECURITY_AUTHUSER=admin' export url='FHIR_BRIDGE_EHRBASE_BASE_URL=http://IP:8081/' export image='ehrbase/fhir-bridge:1.4.2' ` After which I run `docker run -p 8888:8888 -e $url -e $authtype -e $user...
FHIR-Bridge throwing error if I include resourceType.meta.profile: "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/complications-covid-19" I have the Terminology Server activated. However if I exclude; ``` "id": "8cb12ab0-3563-4154-bfeb-25aa897c2105", "meta": { "profile": ["https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/complications-covid-19"] } ``` FHIR Bridge attempts...
1. At the moment FHIR Bundle exports for profile PATIENT is producing a non compliant error, which makes me think this has not yet been implemented, but good to have....
Creating Patient error: expected: //fhir.hl7.org/ValueSet/$expand, actual: http://snomed.info/sct\"]
I managed to get V1.4.2 running with BETTER EHR. But Creating Patient is not responding as expected. @birgerhaarbrandt When I try to CREATE/post the current sample patient via Postman; I...