question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple Value Sets

See original GitHub issue

Request from #fhirdevdays to allow a ValueSet to be specified (by canonical URL) instead of a code/coding in a module, so that things like Observations, Conditions, and Procedures can have varied codes.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
rorydavidsoncommented, Apr 8, 2020

Just to add to this thread, completely agree with @lawley, this should be via calls to a terminology server of which there are a few now available.

The team here at SNOMED International are investigating if we can develop and contribute code to Synthea enabling the ability to call out to any FHIR Terminology Services compliant terminology server in order to use ECL and other direct SNOMED CT queries.

Hopefully, we can update this soon!

1reaction
lawleycommented, Apr 7, 2020

Note, for SNOMED-based ValueSets you can make good use of the implicit ValueSet idea and avoid the need to explicitly create ValueSets. For example, http://snomed.info/sct?fhir_vs=isa/12345678 is, by definition the ValueSet for the code 12345678 and all its descendants.

You can also use SNOMED’s ECL for more expressive definitions: this is all descendants of 12345678 that have a relationship 11111111 to 87654321 or any descendant http://snomed.info/sct?fhir_vs=ecl/<<12345678:11111111=<<87654321

You could, for example, use this approach to match on specific morphologies or finding sites.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update multiple values in a single statement - Stack Overflow
Try this: Update MasterTbl Set TotalX = Sum(D.X), TotalY = Sum(D.Y), TotalZ = Sum(D.Z) From MasterTbl M Join DetailTbl D On D.MasterID =...
Read more >
Specifying multiple value sets in initialization values - IBM
In the Multiple Initial Expression window, specify the number of values in the set, and click OK. The number of iterations is evaluated...
Read more >
Value sets - algebra precalculus - Math Stack Exchange
Value sets - Representing multiple values in a single expression, without breaking math. ; Then this can be solved to give, x=2∨x= ;...
Read more >
How to import multiple ValueSet Values Using REST API?
Oracle Fusion Global Human Resources Cloud Service - Version 11.13.20.01.0 and later: How to import multiple ValueSet Values Using REST API?
Read more >
7.10.1. Constructs for Handling Multiple Values
The primary primitive for producing multiple values is values, which takes any number of arguments and returns that many values. If the last...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found