Contents
Agenda
- Opening
- Call to order, introductions, welcome
- Review & approval of the Agenda
- Minutes of the previous meeting
- Antitrust rules
- Topics to be discussed
- Argonaut DiagnosticReport for Imaging
- Tracker Item Review
- Update on FHIRCast
- Update on FHIR Ballot
- Next meetings
- Teleconferences
- Thursday, September 6, 2018 : 1:00pm-2:30pm
- Tuesday, September 18, 2018 : 1:00pm-2:30pm
- In Person
- Oct 2, 2018 to Oct 4, 2018: HL7 WGM, Baltimore, MD
- Teleconferences
- Adjournment
Dial-in Info
Join the Online Meeting: https://join.freeconferencecall.com/dicom-cc
Dial-in Number: +1 605 472-5741 Access Code: 223765
FAQ’s, tips and other helpful information regarding FreeConferenceCall.com is available at www.HL7.org > Resources > Tools and Resources > FreeConferenceCall.com Tip Sheet
Minutes
WG-20 Voting Members Present Represented by
Agfa HealthCare Brad Genereaux
Canon Medical Systems Kevin O’Donnell
Change Healthcare Elliot Silver
Philips Chris Melo
RSNA Chris Carr
Siemens Healthcare GmbH Eric Martin
Vital/Canon Jonathan Whitby
Univ. of Arkansas for Medical Sciences Lawrence Tarbox
WG-20 Voting Members Absent Represented by
GE Healthcare Charles Parisot
Corista David Allen
Laitek Doug Sluis
Merge/IBM Ken Meyer
PixelMed David Clunie
WG-20 Alternate Voting Representatives, Observers, Guests Present
ACR Alison Loughlin
ACR Natalia Farish
Agfa Healthcare Mohannad Hussain
Agfa Healthcare Arvind Gautam
By Light Professional Services John Moehrke
Epic Isaac Vetter
Epic Will Maethner
Mindshare Medical Ilya Goldberg
Philips Bas Van Den Heuvel
Siemens Healthineers Martin Bellehumeur
WaveOne Associates Brett Marquard
Presiding Officers: Brad Genereaux, Agfa Healthcare
Elliot Silver, Change Healthcare
DICOM Secretariat: Luiza Kowalczyk, MITA
1. Opening
1.1. The conference was called to order at 2:00 p.m. US ET.
1.2. The antitrust rules were reviewed, and DICOM patent policy as well.
1.3. The agenda was approved.
1.4. Approval of the minutes from June 26th and August 8th were approved.
2. Argonaut Diagnostic Report for Imaging
The Argonaut Project (a consortium including HL7, EMR vendors, and others) is profiling “Clinical Notes” for interoperability within the US. Initially they were focusing on using the DocumentReference resource for unstructured notes, but now they are expanding scope to include use of DiagnosticReport for a number of uses, including Pathology, Laboratory, and Imaging. A concern was raised with Argonaut about profiling DiagnosticReport for imaging for US use in advance of II considering profiling DiagnosticReport for imaging in an international context. Brett Marquard, chair of the Argonaut Project clinical notes task force, presented the project to II.
If anyone is interested in Argonaut project, please either contact Co-Chairs of WG-20 II at wg20chairs@dicomstandard.org or directly Brett Marquard at brett@waveoneassociates.com
https://argonautproject.github.io/clinicalnotes/
Please click on the following link if you are interested in Rad Reporting: http://www.radreport.org/
This topic will be on the agenda at the F2F mtg in October.
We might devote one or two quarter/s during II mtg. The agenda has not been finalized yet.
We will discuss this at the next WG-20 II call: http://build.fhir.org/diagnosticreport.html;
3. Tracker Item Review
3.1. Identifier
There was a discussion on STU3 ImagingStudy identifier. Here is the example on how to represent accession number and study instance UID.
It is expected we will be removing the “use” requirements, since that was how we were differentiating the identifiers. Current thinking is to use “type” for this instead.
ImagingStudy.identifier should list Study UID and Accession number, but this is also the place to put any other study identifiers.
Unfortunately, to keep with FHIR methodology, DICOM UIDs will need to be prefixed with “urn:oid:”. And we need to fill in the code system.
For series and instance, it is expected that since we can stuff any identifier in there, we should change the cardinality to 1..* rather than 1..1.
Please note that an assigner has been added for the accession number. Since we don’t have an Organization resource, we have just used “MGH” for an identifier for site, which we expect to be consistent with how the local namespace entity id (0040,0031) of Issuer of Accession Number Sequence (008,0051) would be populated.
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110180"
}
]
},
"value": "urn:oid:1.2.840.74831.8.134.574.1.79.581004183",
"system": "urn:ietf:rfc:3986"
},
{
"use": "secondary",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "ACSN"
}
]
},
"value": "W12342398",
"assigner":
{
"identifier":
{
"value": "MGH"
}
}
}
]
4. FHIRCast
FHIRcast is modern, simple application context synchronization built on top of SMART on FHIR for the tight synchronization of full featured healthcare application, native apps or even synchronizing applications across multiple machines. See http://fhircast.org/ and the zulip stream for more info: https://chat.fhir.org/#narrow/stream/118-FHIRcast
September’s FHIR Connectathon FHIRcast track in Baltimore
The FHIRcast track at the HL7 FHIR Connectathon will further the specification and solicit additional feedback from developers, as we work towards a stable and mature specification for balloting into HL7. If you’re interested in developing and testing a FHIRcast implementation, there’s no better place than the connectathon! The track planning teleconference will be on Thursday, September 20th at 9am Central. Check out the track wiki page for details: http://wiki.hl7.org/index.php?title=201809_FHIRcast.
Sandbox Updates
Over the past month, the team has been working hard at improving the FHIRcast sandbox (https://github.com/fhircast/sandbox), which provides an easy on-ramp for prototyping and testing FHIRcast for interested developers. We’re still working on publishing the sandbox to something like https://sandbox.fhircast.org and on adding Websocket support to both it and the spec.
Specification Updates
We recently published the launch scenarios page - http://fhircast.org/launch-scenarios/ which describes how a SMART on FHIR standalone launch integrates a FHIRcast client into the driving system. This enhancement to the spec also resolves issue https://github.com/fhircast/docs/pull/25.
We’re already looking ahead to determine an appropriate timeline for an informative ballot FHIRcast into HL7 and are leaning towards either balloting at HL7 January, 2019 or May, 2019 meeting.
5. FHIR Ballot
http://wiki.hl7.org/index.php?title=FHIR_Ballot_Prep
Imaging Study – we plan to move it up to maturity level and have it as a normative candidate, right now is level 3. No stability or QA issues to take care of as of now.
6. Action Items for the next meetings
Finalize agenda for the upcoming F2F meeting in October
Calls on Al will be scheduled separately from our regular WG-20 t-cons.
Luiza will send out a doodle survey poll to schedule “ an informal meetup” at/before/after SIIM C-MIMI
7. Next Meetings
- THUR Sept 6, 2018, 1:00 – 2:30 US-ET (Note this is Thursday, not usual Tuesday)
- HL7 Review during the September DICOM WG-06 Base Standard F2F meeting
- 2nd half of Q3 – Thursday, September 13th, 14:30-15:30 US ET
Dial in will be posted in the DICOM calendar: http://workspaces.nema.org/dicom/Lists/Calendar/calendar.aspx
- TUE Sept 18, 2018, 1:00 – 2:30 US-ET
- HL7 – OCT 2, 3, 4 (Tue, Wed, Thur) (joint with WG-27 in Q4 on Thur 4 Oct)
Dial in info for teleconferences:
Join the Online Meeting: https://join.freeconferencecall.com/dicom-cc
Dial-in Number: (605) 472-5741 (US)
Access Code: 223765
International Dial-in Numbers: https://fccdl.in/i/dicom-cc
For 24/7 Customer Care, call (844) 844-1322
Please note that the call-in/log-on information for this t-con is also posted in the DICOM Calendar http://workspaces.nema.org/dicom/Lists/Calendar/calendar.aspx
In Person
- HL7 – OCT 2, 3, 4 (Tue, Wed, Thurs.) (joint with WG-27 in Q4 on Thur 4 Oct)
- In conjunction with HL7 in October, 2018, Baltimore, MD
Future Meetings of HL7
2018
- September 29-October 5, 2018, Baltimore, MD
2019
- January 12-18, 2019, San Antonio, TX
http://www.hl7.org/events/workgroupmeetings.cfm?ref=nav
8. Adjournment
The meeting was adjourned at 3:30 p.m. US ET
Submitted by Luiza Kowalczyk, Secretary
Reviewed by Legal Counsel, Clark Silcox, August 22, 2018.