aehrc / aehrc/pathling

Equivalence operator for Coding values

Open
#300 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

fhirpath new feature
Dominant language
Java
Stars
134
Forks
24
Avg merge
1d 15h
Merged PRs (30d)
8

Description

This change implements support for use of the equivalence operators (~/!~) with Coding-typed expressions.

Equivalence between Coding A and Coding B is where:

  1. A subsumes B, and;
  2. B subsumes A.

Equivalence testing will be powered by the terminology server. The closure operation will be provided with with all Codings that need to be compared, and a pair of Codings will be judged equivalent if there are subsumes relationships going both ways between the two.

The equivalence operator will not be supported for any type other than Coding at this stage.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the FHIRPath equivalence-operator handling for Coding-typed expressions and the terminology server's closure operation. Verify equivalence when subsumes relationships exist in both directions, and confirm that other types remain unsupported.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spark
Domain
backend-api-design
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.