FHIR Chat · client-py · biopharma

Stream: biopharma

Topic: client-py


view this post on Zulip 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