You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of patient attributes are recorded as extensions.
A query needs to be formulated which queries for a specific value of a specific patient attribute (extension).
Suggest we do not rely on positional references to extensions in the way I did in the code above. We should be compare this with an example of how this equivalent query would be done in native FHIR e.g. via fhirpy.
See the #TODO in search_fhir_patient4.py
A number of patient attributes are recorded as extensions.
A query needs to be formulated which queries for a specific value of a specific patient attribute (extension).
Suggest we do not rely on positional references to extensions in the way I did in the code above. We should be compare this with an example of how this equivalent query would be done in native FHIR e.g. via fhirpy.
The text was updated successfully, but these errors were encountered: