microsoft / microsoft/fhir-server
Want to support filters in valuesets
Nobody has claimed this yet.
- Dominant language
- TSQL
- Stars
- 1.4k
- Forks
- 592
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 41
Description
User story
As a implementer of US core, I want the ability to support filters in valuesets so that I can use https://hl7.org/fhir/us/core/ValueSet-detailed-race.json.html with my patients.
Acceptance criteria
- When I do $validate against customers with race in https://hl7.org/fhir/us/core/ValueSet-detailed-race.json.html I am able to.
This is related to this fire.ly issue: https://github.com/FirelyTeam/firely-net-sdk/issues/1956
We could wait until fire.ly supports it or take their recommendations.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the FHIR $validate entry point and review how the detailed-race ValueSet is represented at the linked HL7 URL. Read the related Firely issue and its recommendations before deciding the implementation path. Done means $validate accepts customers whose race uses the detailed-race ValueSet.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100