fhir-bridge
fhir-bridge copied to clipboard
FHIR Bridge acts as a broker between an HL7 FHIR client and an openEHR server.
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...
## Background ## Implement search operation using openEHR instead of FHIR Bridge local database ## Acceptance criteria ## _These are the functional requirements for this story. Add all steps to...
I did tests using postman collection from repo and MedicationStatement is not working and I hev got: `{"error":"Unprocessable Entity","message":"/content[openEHR-EHR-OBSERVATION.medication_statement.v0, 1]/data: Attribute data of class OBSERVATION does not match existence 1..1"}`...
## Steps to reproduce ## Add new Observation ## Actual result ## { "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "failed to lazily initialize a collection of...
[CHANGE] Adjusted Robot Issue template [ADD] Tags `diagnostic-report` [ADD] Bug Trace for failing Diagnostic Report Test `002 Create Diagnostic Report w/o Observation` https://github.com/ehrbase/fhir-bridge/issues/574 NOTE: This Test will fail and be...
# path to test case fhir-bridge/tests/robot/DIAGNOSTIC/01_create.robot # Using test data from: fhir-bridge/src/test/resources/DiagnosticReport/create-diagnosticReport-without-observation.json # Description It is mandatory to have at least one reference to another Observation in a diagnostic report,...
# path to test case fhir-bridge/tests/robot/OBSERVATION/17_create_history_of_travel.robot # Using test data from: fhir-bridge/src/test/resources/Observation/create-history-of-travel.json # Description The fhir-bridge throws a 201 success status if the attribute component[x].code.coding[0].system is missing in the History...
The `SSLContextBuilder#setKeyStoreType` method is called twice, with the `KeyStoreType` property and with the `TrustStoreType` property. The later overriding the value of the former, if both are defined. FYI: The `SSLContextBuilder`...
## Steps to reproduce ## $ mvn clean install ## Actual result ## [ERROR] Failed to execute goal on project fhir-bridge: Could not resolve dependencies for project org.ehrbase.fhirbridge:fhir-bridge:jar:1.5.0-SNAPSHOT: Could not...
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...