Question Dean Rochester · Feb 23, 2023 Can python fhirpy fhir be used to get a list of patients from my end point that has a particular diagnosis and or insurance? Newbie here... I am looking to use fhir to gather patients in our end point that have a certain diagnosis and or certain insurance. Is this what fhir can be used for? In the past I have done the normal SQL query/extract to CSV file. Looking to use fhir for this for future. Thanks in advance for your time Dean-O #FHIR #SQL #HealthShare 0 1 1 386
Question Dean Rochester · Feb 21, 2023 trying the python fhir example and getting an error AttributeError: 'NoneType' object has no attribute 'serialize' In article https://community.intersystems.com/print/518106 Traceback (most recent call last): File "c:\Users\rochesterd\PythonScripts\fhir_stuff\fhir-client-python-main\fhir-client-python-main\src\client.py", line 57, in <module> patient0 = Patient.parse_obj(patients_resources.search(AttributeError: 'NoneType' object has no attribute 'serialize' #FHIR #Python #HealthShare 0 8 0 238