-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
phc.easyRelated to the phc.easy modulesRelated to the phc.easy modules
Description
The patient_id argument needs to merge just like with the must FSS query.
phc.Observation.get_data_frame(patient_id="41e6a5bc-7b8a-4434-b38b-0da652d6364e", query_overrides={
"where": {
"type": "elasticsearch",
"query": {
"bool": {
"filter": [
{"term": {"code.coding.system.keyword": "http://my-system-example.org"}},
{"term": {"code.coding.code.keyword": "123456-7"}}
]
}
}
}
})Metadata
Metadata
Assignees
Labels
phc.easyRelated to the phc.easy modulesRelated to the phc.easy modules