Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure correct gender code is set #22

Open
ibacher opened this issue Mar 1, 2021 · 0 comments
Open

Ensure correct gender code is set #22

ibacher opened this issue Mar 1, 2021 · 0 comments

Comments

@ibacher
Copy link

ibacher commented Mar 1, 2021

When creating a new patient, a request is sent out to the MPI to search for matching patients. This search encodes the gender (where populated) incorrectly. For instance, searching:

localhost:5001/fhir/Patient?family%3Acontains=Lalka&given%3Acontains=Ale&gender=F&address-state%3Acontains=-&address-city%3Acontains=-&_include=Patient%3Alink&_format=json

Note that gender is queried for if it is F. The FHIR valueset for administrative gender specifies that this should be female.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant