Stream: implementers
Topic: Intro to FHIR Mapping Language
David Reeves (Jun 23 2020 at 00:02):
Is there a relatively simple overview of the FHIR Mapping Language? I have read section 7.7.0 FHIR Mapping Language a few times but am still not sure whether it is for mapping between code systems, or between value sets, or between profiles, or from source systems to FHIR resources, or something completely different...
Lloyd McKenzie (Jun 23 2020 at 03:06):
The FHIR mapping language is for mapping between structures. It's used by StructureMap. The structures might be FHIR resources or data types or they might be any other structure (v2, X12, CDA, arbitrary JSON, etc.) - anything you can express as a FHIR logical model. Grahame's intro presentation is here: https://www.devdays.com/wp-content/uploads/2018/06/DD18-US-R4-Mapping-Language-Grahame-Grieve-2018-06-21.pdf
Oliver Egger (Jun 23 2020 at 07:18):
see also https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language
David Reeves (Jun 24 2020 at 00:22):
Thank you Lloyd and Oliver, as usual I am overwhelmed by the amazing responses I get in this chatroom... :+1:
Last updated: Apr 12 2022 at 19:14 UTC