python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android studio hapi fhir validation, checkDebugDuplicateClasses error
I am trying to build a simple android project in which I want to use some hapi-fhir dependencies. However, despite the built is successful, when I am running the application I get a duplicate classes ...
konkouts
Votes: 0
Answers: 1
Reverse chaining in FHIR
I want to do a search in HAPI FHIR server as follows:
Retrive Observation resources that are referenced in .has-member of other Observation resources that have a specific .device id.
Example:
&quo...
nachodonlucero
Votes: 0
Answers: 1
FHIR search for duplicate patients
We use FHIR, but we've had a few customer accidentally create a new Patient instead of finding and adding data to an existing patient creating duplicate entries for the same real-life patient.
I'd lik...
Henrik Joreteg
Votes: 0
Answers: 2
Using Python Requests to POST data to REST API
I have been working with the FHIR REST API for a while but haven't had any experience with Python. As my first python project I am attempting to create a simple python script that can read and write t...
nsbdrum
Votes: 0
Answers: 1