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)
How to correctly map FHIR JSON Schema to PyCharm?
I have downloaded the official JSON Schema from FHIR website.
I tried to map it in PyCharm using this tutorial but before applying my changes I get this error message :
Warning
JSON Schema not found o...
cuzureau
Votes: 0
Answers: 1
Parse string to enum with custom attribute
I have an enum as follows. I also have a string in-progress I am trying to parse this string to the appropriate enum. As seen by the following test we want to parse to take a string and return the ...
Linda Lawton - DaImTo
Votes: 0
Answers: 3
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