Date
20:00 UTC on Tuesday 14 July 2020 - 90 minutes.
Objectives
- FHIR Terminology Services and Resources
Meeting Details
Online: https://snomed.zoom.us/my/snomedhl7
Phone: See https://zoom.us/zoomconference for available phone numbers (meeting id 242-348-6949)
Chat: public-snomedintl.slack.com # snomed-hl7-fhir (ask for invite!)
Zulip Chat: https://chat.fhir.org/#narrow/stream/179202-terminology
Attendees
Rob Hausam, Peter G. Williams, Peter Jordan, Michael Lawley, Sander Mertens, Suzy Roy
Apologies
Meeting Recording
Discussion items
Item | Description | Mins | Owner | Notes & Actions |
---|---|---|---|---|
1 | Welcome and introductions | 2 | Recording, notes & attendance. | |
2 | Summary of previous week and previous fortnight | 5 | ||
3 | Other Meetings | 10 | Upcoming events: HL7 Baltimore Sept 19 - 25. Confirmed fully virtual event. Connectathon Sept 9 - 11 (two weeks earlier) SI Business + Expo October
November FHIRLY Dev Days expected - also virtual. August Holidays - has more effect on the TB group? PW out 2 - 21 August - will pre-create all agenda. | |
4 | R4A Position | 15 | Rob Hausam | R4A probably not going to happen in the previously proposed form. More likely now to be an interim release of R5. Continued discussion around the direction semantics for maps. Current state: Update 14 July: Anticipating "R4B" release which is an initial release of R5. |
5 | Post Coordination | 30 | Michael Lawley | Post coordination - primitive <<< syntax, what does this mean in practice, in context of use. The problem is that, without FSNs, any two concepts with lexically identical structures must be assumed to be siblings because we can't detect equivalence. Eg two concepts both defined as <<< 64572001 |Disease (disorder)| How do these behave with $subsumes (answer: you say they're not related) and $closure (trickier, you want to indicate that they're distinct but there are no identifiers to make this apparent). Is this a case of - in practice - the client needing to check if an expression already exists and then making a decision if they can reuse that one, or need to create a new one. But given that we can't tell them apart without another identifier, how would that be useful. Upshot of this is that primitive PCEs are not terrible useful to use in an EHR. Use SD instead === the symbols here are optional and taken as the default when not present. Could we make use of the display field in this situation? The end user will have some idea in mind when they create the expression. PCEs are often advertised as a way to allow existing/new medical concepts to be entered into systems at runtime. TODO Discuss how should PCE Libraries be represented in FHIR? For example, do we include them in a ValueSet expansion? Surely yes, but possibly not by default. CodeSystem supplement? |
6 | Leaf nodes | 20 | Not necessarily specific to SNOMED, but how do I get just the leaf nodes in a valueset definition? Solution is to use the child property in a ValueSet compose elements and say "child.exists = false". Asking for child properties in a CodeSystem $lookup where no child property is returned will tell you if a concept is a leaf node or not. A child or descendant count would be useful here, and more generally useful than suggesting that we'd want a boolean isLeafNode property. | |
7 | SNOMED Modules in FHIR | 20 | Rob Hausam | VSD - ValueSet Compliance discussion (targeting a profile), notion of code system partitions which seems to come from SNOMED having modules and this being seen as possibly useful. Could be expressed as Code System Fragments. ML "GPS is a good example of a useful SNOMED fragment / partition". Difficulties:
Modules exist for a small number of reasons: 1. To allow content to be developed by multiple parties, both in terms of decoupling and identifying ownership and 2. To keep SNOMED 'light' so that implementers only consider the modules that they need to. ML suggests not to equate a partition with a module. http://www.hl7.org/documentcenter/public/standards/dstu/HL7_SPEC_VALUESETDEF_R1_STU_2016JUN.pdf |
8 | $translate with version | 30 | In the case of SNOMED, the system will as always be just http://snomed.info/sct PWI advised that the crucial factor is the location of the map. The edition of the source and target is not important, so the use of the version parameter is prohibited. eg url=http://snomed.info/sct/731000124108/version/20200301?fhir_cm=6011000124106 ML says Ontoserver uses conceptMapVersion for this as well because concept maps that do not use a url in this way also need to be able to specify a version. Suggestion that the version parameter might be used if the conceptMapVersion is not specified.
| |
9 | Use of effective time parameter in $lookup | 15 | Michael Lawley | Suggestion that effectiveTime be added as a SNOMED specific property in the specification, raised by Peter Jordan in https://jira.hl7.org/browse/FHIR-26555 The effective time of the concept (as represented in the concept file) does not necessarily capture when it came into its current state since relationships (inferred or stated) could change independently. Arguably we should use the most recent change to any of concept, relationships, descriptions. And what would we expect to happen in the case of filtering. ML: Ontoserver uses the date in the concept file because it's not possible to know what the enquirer's use case is. Update 14 July: Recommendation of this group is that that item is added as a SNOMED specific property. Use case: In general, all properties should be filter-able. More specifically users may be interested to know which concepts were created (not perfect) or retired in the current release. |
10 | Use of system and version parameters in Lookup and Subsumes | 15 | Clarification that system parameter is the "class" of the code system and so is always http://snomed.info/sct in our case. The instance of the code system ie a specific extension and effectiveTime should be supplied in the version parameter. Snowstorm and Ontoserver are aligned in this regard.. In the case of SNOMED CT we use a URI to declare our instance and so the system is entirely redundant in our specific case and the decision was made to not insist in it's use for Snowstorm.
DK: FSH apparently has no way of specifying the version of a CodeSystem. Daniel checking the ANTLR spec. https://github.com/FHIR/sushi/issues/473 | |
11 | GPS and FHIR value set url(s) | 15 |
| |
12 | What module(s) to use for the Canadian Edition | 10 | Peter G. Williams | List of SNOMED CT Edition URIs replaced with 4.4.2 Edition URI Examples TODO: Check UK Modules in 4.4.1 National Editions |
13 | Working with unversioned content | 15 | Proposed example: http://localhost:8080/fhir/ValueSet/$expand?url=http://snomed.info/sct/45991000052106/version/UNVERSIONED?fhir_vs=isa/27624003&designation=sv ML makes the case that unpublished content is not legitimate SNOMED and suggested using a not-SNOMED URI eg http://snomed.info/xsct/45991000052106 in this case the code system would still be http://snomed.info/xsct Outstanding question: our pre-release (alpha + beta) packages do have a version as a future date in them, and continue to exist (although unpublished) even after the official release has shipped. How would this look in a ValueSet expansion? Should we specify systemVersion or forceVersion in this case? Update 2 June: LOINC have a similar issue with "Pre-release" identifiers - current release 2.6.7. Version 2.6.8PRE will contain the pre-release content. "To be useful they need to be considered part of the code system" However in the case of SNOMED CT we would NOT condone unpublished identifiers being used in production systems. In the case of the COVID-19 concepts an interim release was done as an official release for 20200309. The use case here is for producers of SNOMED CT to reference concepts internally - as a work in progress. | |
14 | FHIR Roadmap | 5 | Peter Jordan | R5 being pushed back. GG seeking opinion on 4.1.0 - an opportunity to clean up some descriptions. |
15 | FHIR Server Federation | 10 | Use case for fall back lookup when server does not know the answer to any particular question eg a façade server which has knowledge of all services it could potentially delegate to. | |
16 | Language Reference Sets in FHIR | 45 | All | Mechanisms for working with Languages Update 19 May: Suggestion that we work an example for SNOMED to discuss with Regenstrief (LOINC) Update 2 June: Started worked example Designation Extension Example |
17 | SNOMED Family of Languages | 10 | Impact of proposed changes (eg text searching in ECL) on FHIR. Questions around which language reference sets to use when there are multiple, especially partial/overriding context (referred to MAG for discussion) | |
18 | SNOMED FHIR Implementation Guide | 60 | Implementation Guide for using SNOMED CT with FHIR. Update 10 Dec: DK - main problem is URI/Ls which publisher has fixed ideas about. Publisher does not examine all folders - looks in profiles but not subfolders and doesn't seem to look in ValueSet folder. Update 21 Jan: DK and RH have merged commits and these can be seen in the HL7 server build: http://build.fhir.org/ig/IHTSDO/snomed-ig/branches/new-template/ and build errors here: http://build.fhir.org/ig/IHTSDO/snomed-ig/branches/new-template/qa.html Update 11 Feb: Grahame said that he'd show us how to set the URI so that it doesn't have to follow the base URI. Next person to try that can we fire a Zulip off to ask about it? Update 16 June: DK wondered about moving everything to FSH (FHIR Short Hand) as it's so much easier to maintain. ML: Conversion available, but round trip problematic. DK page Re: snowstorm FHIR requirements, issues, etc. IG Documentation: http://build.fhir.org/ig/FHIR/ig-guidance/index.html Also look at the sample IG https://github.com/fhir/sample-ig see build http://build.fhir.org/ig/FHIR/sample-ig/
| |
19 | Any other business | Next time: ML Terminology Capabilities: Default SNOMED Edition for a Server. Suggestion to invite Graham for a wider discussion. Resource is still at maturity 0. |
Potential Items for Discussion
Description | Owner | Notes & Actions | |
---|---|---|---|
API for FHIR Resource ↔ Post coordinated expression mapping | API for FHIR Resource to SNOMED Expression
| ||
Looking up an SCTID in an unknown module | Problems when dependencies do not align. Multiple code system resources represent multiple editions / versions. ML: See code parameter to code system search. Should return code systems (ie versions) where that code is defined. International concepts would appear in every edition known to the server. eg /CodeSystem?system=htp://snomed.info/sct&code=12345678&_elements=version
| ||
GPS | See Discussion on Global Patient Set (GPS) | ||
FHIR Shorthand | Michael Lawley | https://github.com/HL7/fhir-shorthand/wiki https://build.fhir.org/ig/HL7/fhir-shorthand/FSHQuickReference.pdf Tooling: https://github.com/FHIR/sushi | |
$lookup operation - properties returned | Peter Jordan | Using http://ontoserver.csiro.au/vstool/ I noticed that both Ontoserver and SnowStorm return a SNOMED CT $lookup property for effectiveTime, which I don't see listed, as one of the SNOMED CT properties in the FHIR R4 specification at http://hl7.org/fhir/snomedct.html. Should we create a Jira TIcket to add this? Completed - https://jira.hl7.org/browse/FHIR-26555 | |
Use of url parameter | 15 | CodeSystem "class vs instance" in url parameter between CodeSystem and ValueSet operations. CodeSystem is understood. In Valueset, url is the ValueSet url for example url = http://snomed.info/sct?fhir_vs= allows for the version URI to be used as stated in https://build.fhir.org/snomedct.html The base URL is either http://snomed.info/sct , or the URI for the edition version, in the format specified by SNOMED International in the SNOMED CT URI Specification. The ValueSet version valueSetVersion is just some string identifier eg a timestamp or 0.1.0 | |
ECL in the Valueset Expression Extension | 10 | Check whether SNOMED ECL is (or should be) registered as a MIME type (as per RFC 4289/BCP 13), or alternatively added to the expression-language code system and value set, for use in the valueset-expression extension used with the ValueSet resource. For example, HL7 have registered application/json+fhir This is useful for a ValueSet extension which allows any language to be used to define the selection criteria for an intensional definition using a MIME type. This group has no current reason to use that extension given the existing core specification support for implicit ValueSet definition and the support within the compose element. RDF community may have an interest. Update 2 June RH: Existing small valueset extended in BCP13 (existing known codes could be published as a CodeFragment). Vocab Working Group discussion ongoing. | |
Behaviour on Lookup | 10 | What properties are returned? Discussion: Both Ontoserver and Snowstorm are returning EffectiveTime which is not listed here (unlike other SNOMED specifics): https://build.fhir.org/snomedct.html
Point of interest: Grahame's server returns a copyright property. Update 7 April - Question about whether this is required / desirable? |
Meeting Files
3 Comments
Peter G. Williams
Michael Lawley you asked about the packaging of the RF2 refset expression of the GPS.
It is going to appear in its own module, with a module dependency just to the international edition. The module concept is expected to appear in the July 2020 Edition and the FSN (as I'm looking at it) is: International Health Terminology Standards Development Organisation Global Patient Set module (core metadata concept)
This is consistent with other derivative products that also exist in their own modules, and I think we're both happy to hear that we're not going to have components in the core module that are packaged separately.
Thanks Andrew Atkinsonfor the update here.
Michael Lawley
If the module dependency is to the International Edition, then it will effectively create a new Edition (the GPS Edition).
The depends vs composes issue arises again
Peter G. Williams
It's true.