Stream: biopharma
Topic: client-py
Geoff Low (Jan 14 2017 at 18:15):
smart = client.FHIRClient(settings=dict(api_base="https://fhir-open-api-dstu2.smarthealthit.org", app_id='my_client'))
search = p.Patient.where(struct=dict(gender='male'))
for patient in search.perform_resources(smart.server):
print(patient.as_json())
Last updated: Apr 12 2022 at 19:14 UTC