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

FhirPath function memberOf implementation #2404

Closed
marcovisserFurore opened this issue Mar 8, 2023 · 3 comments
Closed

FhirPath function memberOf implementation #2404

marcovisserFurore opened this issue Mar 8, 2023 · 3 comments

Comments

@marcovisserFurore
Copy link
Member

marcovisserFurore commented Mar 8, 2023

The FP function memberOf is not implemented yet. . Is there a way to implement this FP function?

@brianpos
Copy link
Collaborator

brianpos commented Mar 8, 2023

I did a POC of this here
https://github.com/brianpos/fhirpath-lab-dotnet/blob/master/fhirpath-lab-dotnet/Helpers/FhirPathTerminologies.cs
Which is used in the fhirpath lab

@ewoutkramer
Copy link
Member

I don't really understand the way this is solved, @brianpos - I think we should just add a terminology service to the FhirEvaluationContext and invoke that service from the function. Am I missing something?

@brianpos
Copy link
Collaborator

Provided that is able to reach out and call an external service too I'm good with that.
Admittedly, the code I've referenced here is for the other terminology related functions in the fhirpath spec, not this specific one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants