FHIR Chat · Sample Queries · biopharma

Stream: biopharma

Topic: Sample Queries


view this post on Zulip Geoff Low (Sep 09 2017 at 16:40):

These are all using the hspc sandbox that was spun up for the Connectathon 15

view this post on Zulip Geoff Low (Sep 09 2017 at 16:41):

Get the list of Patients
https://api-stu3.hspconsortium.org/clinresearch/open/Patient

view this post on Zulip Geoff Low (Sep 09 2017 at 16:42):

Get the list of Female Patients
https://api-stu3.hspconsortium.org/clinresearch/open/Patient?gender=female

view this post on Zulip Geoff Low (Sep 09 2017 at 16:44):

Get a list of Female Patients Aged 18 or above
https://api-stu3.hspconsortium.org/clinresearch/open/Patient?gender=female&birthdate=ge1999-09-09

view this post on Zulip Geoff Low (Sep 09 2017 at 16:46):

Get a Research Study (this was something we put together at the Madrid Event)
https://api-stu3.hspconsortium.org/clinresearch/open/ResearchStudy

view this post on Zulip Geoff Low (Sep 09 2017 at 17:02):

Of note,
the status attribute - this is the study status
the focus attribute - this is both the intervention and the condition for a study, it is made up of CodeableConcepts

view this post on Zulip Anisha Kukreja (Sep 09 2017 at 17:10):

Resources: http://hl7.org/fhir/
Publicly available test servers: http://wiki.hl7.org/index.php?title=201709_Clinical_Research


Last updated: Apr 12 2022 at 19:14 UTC