Stream: connectathon mgmt
Topic: FHIR Mapping Language Track
Alexander Zautke (May 13 2020 at 19:59):
Hi all! This thread is indented for all discussions during FHIR Mapping Language track. I'm looking forward to start this brand new track directly after the Connectathon kick-off :)
Alexander Zautke (May 13 2020 at 20:26):
The Zoom meeting is open :) Ready when you are!
Alexander Zautke (May 14 2020 at 12:51):
Link to the Confluence Page: https://confluence.hl7.org/display/FHIR/2020-05+FHIR+Mapping+Language+Track
Alexander Zautke (May 14 2020 at 12:52):
Links to try out the .NET implementation:
http://docs.simplifier.net/mappingengine/index.html
https://simplifier.net/fhirmapper/fhirmappertutorial
https://www.getpostman.com/collections/3a27666e366c56707949
Alexander Zautke (May 14 2020 at 12:53):
FHIR Interversion maps:
https://github.com/FHIR/interversion/tree/master/engine
https://github.com/FHIR/interversion
Alexander Zautke (May 14 2020 at 12:53):
Tutorials for the FHIR Mapping Language:
https://github.com/ahdis/fhir-mapping-tutorial
https://www.hl7.org/fhir/mapping-tutorial.html
Alexander Zautke (May 14 2020 at 13:14):
Link to Google Docs for improving the tutorial: https://docs.google.com/document/d/1cM9rRHV1a_N_POofD0VPnzPJCxfQikqX2HK_-47Y6IU/edit?usp=sharing
Alexander Zautke (May 14 2020 at 17:15):
I'm having a bit of trouble with the Zoom meeting, need to re-start the meeting. Will be back online soon!
Dave Hamill (May 14 2020 at 17:17):
@Alexander Zautke let me know if you need assistance with Zoom
Alexander Zautke (May 14 2020 at 17:22):
@Dave Hamill Thanks, I'm back online, local setup issue
Alexander Zautke (May 14 2020 at 17:24):
Link to the Confluence Page for the FHIR Mapping Language: https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language
Oliver Egger (May 14 2020 at 18:28):
{
"resourceType": "StructureMap",
"id": "5c599c30-92bb-4c22-a819-d60658d93f4f",
"url": "http://hl7.org/fhir/StructureMap/tutorial",
"name": "tutorial",
"structure": [
{
"url": "http://hl7.org/fhir/StructureDefinition/tutorial-left",
"mode": "source",
"alias": "TLeft"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/tutorial-right",
"mode": "target",
"alias": "TRight"
}
],
"group": [
{
"name": "tutorial",
"typeMode": "none",
"input": [
{
"name": "src",
"type": "TLeft",
"mode": "source"
},
{
"name": "tgt",
"type": "TRight",
"mode": "target"
}
],
"rule": [
{
"name": "rule_a",
"source": [
{
"context": "src",
"element": "a",
"variable": "a"
}
],
"target": [
{
"context": "tgt",
"contextType": "variable",
"element": "a",
"transform": "copy",
"parameter": [
{
"valueId": "a"
}
]
}
]
}
]
}
]
}
Alexander Zautke (May 14 2020 at 19:35):
Vonk-Remote-Firely.postman_environment.json
Alexander Zautke (May 15 2020 at 16:15):
Created https://jira.hl7.org/browse/FHIR-27140
Alexander Zautke (May 15 2020 at 19:37):
@Sheila Connelly @Oliver Egger @Rik Smithies Short break-out right now: Mapping v2 to FHIR: https://zoom.us/j/8295536160
Sheila Connelly (May 15 2020 at 22:08):
Thank you so much Alex. Enjoyed the last two days working with you, Oliver, and Rik.
Alexander Zautke (May 15 2020 at 22:11):
Thanks you all :)
Alexander Zautke (Sep 04 2020 at 07:22):
@Sheila Connelly @Rik Smithies Will you be joining the Connectathon track again next week?
Rik Smithies (Sep 04 2020 at 07:39):
Hi Alexander, no sorry I'm not attending the connectathon this time
Sheila Connelly (Sep 04 2020 at 12:26):
Hi Alexander! I am unable to join the track this time. Cheering you all on! - Sheila
Alexander Zautke (Sep 10 2020 at 12:59):
The Zoom channel is now open for the FHIR Mapping Language Track - feel free to join!
Alexander Zautke (Sep 10 2020 at 13:16):
https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language
Alexander Zautke (Sep 10 2020 at 13:18):
https://www.getpostman.com/collections/66f979770cba51c1d87b
Alexander Zautke (Sep 10 2020 at 13:23):
https://github.com/ahdis/fhir-mapping-tutorial
Alexander Zautke (Sep 10 2020 at 13:24):
Alexander Zautke (Sep 10 2020 at 13:27):
http://docs.simplifier.net/mappingengine/index.html
Alexander Zautke (Sep 10 2020 at 13:43):
https://www.getpostman.com/collections/3a27666e366c56707949
Larry Shields (Sep 10 2020 at 13:58):
http://www.hl7.org/fhir/us/ccda/
Alexander Zautke (Sep 10 2020 at 13:59):
http://www.hl7.eu/refactored/msg.html
Oliver Egger (Sep 10 2020 at 14:00):
CDA Logical Model: https://build.fhir.org/ig/HL7/cda-core-2.0/
Toby Hu (Sep 10 2020 at 14:31):
https://github.com/GoogleCloudPlatform/healthcare-data-harmonization
Toby Hu (Sep 10 2020 at 14:45):
And pipeline: https://github.com/GoogleCloudPlatform/healthcare-data-harmonization-dataflow/
Toby Hu (Sep 10 2020 at 14:53):
Terminology/code harmonization in the documentation: https://github.com/GoogleCloudPlatform/healthcare-data-harmonization/blob/master/mapping_language/doc/codelab.md#code-harmonization
Alexander Zautke (Sep 10 2020 at 15:04):
Created https://jira.hl7.org/browse/FHIR-28465
Alexander Zautke (Sep 10 2020 at 16:01):
http://docs.simplifier.net/mappingengine/featureslist/supportedfeatures.html#list-modes
Ward Weistra (Sep 10 2020 at 16:04):
The https://docs.fire.ly/mappingengine/featureslist/supportedfeatures.html#list-modes link is cooler :wink:
Jay Lyle (Sep 10 2020 at 20:03):
map "http://va.gov/fhir/StructureMap/amplPatientMap" = amplPatientMap
uses "http://va.gov/fhir/StructureDefinition/VistaAmplPatientExport" alias PatientInput as source
uses "http://hl7.org/fhir/StructureDefinition/Patient" alias PatientOutput as target
group tutorial(source src : PatientInput, target tgt : PatientOutput) {
src.name as a -> tgt.name as name, name.text = a;
src.icn as a -> tgt.identifier as id, id.value = a;
src.icn as a -> tgt.identifier as id collate, id.system = 'http://va.gov/fhir/identifiers/ICNroot';
}
Jay Lyle (Sep 10 2020 at 20:05):
Jay Lyle (Sep 10 2020 at 20:07):
Oliver Egger (Sep 10 2020 at 20:23):
https://github.com/ahdis/matchbox
Alexander Zautke (Sep 11 2020 at 13:02):
The FHIR Mapping Language Track is now open again :)
Alexander Zautke (Sep 11 2020 at 16:58):
Dinner / lunch break :) Will be back in a bit.
Alexander Zautke (Sep 11 2020 at 18:04):
I'm back, if anyone wants to discuss some topics
Alexander Zautke (Sep 11 2020 at 19:31):
https://jira.hl7.org/browse/FHIR-27140
Alexander Zautke (Sep 11 2020 at 19:35):
Screenshot-2020-09-11-at-21.34.31.png Screenshot-2020-09-11-at-21.34.09.png Screenshot-2020-09-11-at-21.33.58.png
Alexander Zautke (Sep 11 2020 at 20:10):
Could you please add your attendance in the report out?
https://confluence.hl7.org/display/FHIR/2020-09+FHIR+Mapping+Language+Track
Teresa Autery (Sep 11 2020 at 20:49):
I do not have jira access, I'll work on that. Teresa Autery (TIBCO)
Alexander Zautke (Jan 05 2021 at 16:52):
The agenda for the mapping language track is now updated. If anyone wants to present some use case that they have been working on, let me know and I'll add it to the table.
Hope to see some of you at the track next week! @Oliver Egger @Jay Lyle @Sheila Connelly @Teresa Autery
Sheila Connelly (Jan 07 2021 at 12:40):
Hello! I will be at the Connectathon, but am joining the Clinical Reasoning Track. Wish you success with your track and see you at the event.
Alexander Zautke (Jan 14 2021 at 16:00):
The FHIR Mapping Language track is now open, feel free to join for a round of introductions!
Last updated: Apr 12 2022 at 19:14 UTC