Difference between revisions of "FHIR Infrastructure Minutes WGM 201705"
Josh mandel (talk | contribs) |
|||
Line 12: | Line 12: | ||
==Adjournment== | ==Adjournment== | ||
+ | |||
+ | ==Mon Q3== | ||
+ | Chair: Josh Mandel | ||
+ | Minutes: Christiaan Knaap | ||
+ | |||
+ | ==== Smart App Launch specification, part of FHIR | ||
+ | https://github.com/smart-on-fhir/smart-on-fhir.github.io | ||
+ | See branch into-hl7 | ||
+ | Send in issues on the repo for amendments or changes | ||
+ | |||
+ | Planning: work through it, ballot it in September | ||
+ | http://bit.ly/argo-auth | ||
+ | |||
+ | How is this related to CDS Hooks? It would enable presenting relevant app functionality based on the context (e.g. a diagnosis the clinician is typing is). | ||
+ | |||
+ | Just EHR -> App? That is the abstraction: app just accesses the 'EHR' being one FHIR endpoint. Under the hood multiple servers and services (FHIR and OAuth2) may be involved. | ||
+ | |||
+ | ====Open issues:==== | ||
+ | Filter: RWG: FHIR-I, Status: any open, Group: Discuss at WGM | ||
+ | |||
+ | [gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=8776 GF#8776] | ||
+ | Chris gives an overview. | ||
+ | Links to searching through a tree, and to searching through a chain. | ||
+ | Also relates to a closure in a vocabulary search (with an 'is-a' traversal) | ||
+ | This limits to a 'partOf' element, so a relation to itself. | ||
+ | |||
+ | It looks like comparable concepts for Url (simple) and Token (that requires terminology evaluation). | ||
+ | More generic solutions: add expressions to say how many levels you want to descend. | ||
+ | Chris has implemented it just for 'partOf' relations. Circularity means an error. | ||
+ | Go further: | ||
+ | · mention in the SearchParameter somehow if this is possible for that parameter. | ||
+ | · try it in a connectathon | ||
+ | [gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=5173 GF#5173] | ||
+ | Is-Modifier | ||
+ | Idea: keep it, but add a property to the concept itself stating whether it actually modifies meaning. Problem: some concepts are used in different places, with different meaning (most notably: boolean) | ||
+ | Resolution filed. |
Revision as of 14:39, 8 May 2017
FHIR Infrastructure Conference Call 3:00PM Eastern Time (Date above)
Logistics
- https://global.gotomeeting.com/join/696476549
- Use Gotomeeting VOIP or one of the following dial-in numbers:
Monday - 3pm-5:00pm Eastern
(note - most weeks the call will only run for 1 hour)
- United States: +1 (646) 749-3117
- Australia: +61 2 8355 1038
- Austria: +43 1 2530 22500
- Belgium: +32 27 00 6375
- Canada: +1 (647) 497-9373
- Denmark: +45 32 72 03 69
- Finland: +358 972 52 2971
- France: +33 157 329 481
- Germany: +49 69 5880 7802 72
- Ireland: +353 15 360 756
- Italy: +39 0 230 57 81 80
- Netherlands: +31 707 709 520
- New Zealand: +64 9 282 9510
- Norway: +47 21 93 37 37
- Spain: +34 932 75 1230
- Sweden: +46 775 757 471
- Switzerland: +41 445 1124 85
- United Kingdom: +44 20 3713 5011
Return to FHIR Infrastructure Minutes
Agenda
- Approve Minutes Prior Meeting on mm/dd
Mon Q2
Adjournment
Mon Q3
Chair: Josh Mandel Minutes: Christiaan Knaap
==== Smart App Launch specification, part of FHIR https://github.com/smart-on-fhir/smart-on-fhir.github.io See branch into-hl7 Send in issues on the repo for amendments or changes
Planning: work through it, ballot it in September http://bit.ly/argo-auth
How is this related to CDS Hooks? It would enable presenting relevant app functionality based on the context (e.g. a diagnosis the clinician is typing is).
Just EHR -> App? That is the abstraction: app just accesses the 'EHR' being one FHIR endpoint. Under the hood multiple servers and services (FHIR and OAuth2) may be involved.
Open issues:
Filter: RWG: FHIR-I, Status: any open, Group: Discuss at WGM
[gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=8776 GF#8776] Chris gives an overview. Links to searching through a tree, and to searching through a chain. Also relates to a closure in a vocabulary search (with an 'is-a' traversal) This limits to a 'partOf' element, so a relation to itself.
It looks like comparable concepts for Url (simple) and Token (that requires terminology evaluation). More generic solutions: add expressions to say how many levels you want to descend. Chris has implemented it just for 'partOf' relations. Circularity means an error. Go further: · mention in the SearchParameter somehow if this is possible for that parameter. · try it in a connectathon [gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=5173 GF#5173] Is-Modifier Idea: keep it, but add a property to the concept itself stating whether it actually modifies meaning. Problem: some concepts are used in different places, with different meaning (most notably: boolean) Resolution filed.