FHIR Chat · Intro to Mapping · CCDA / FHIR mapping stream

Stream: CCDA / FHIR mapping stream

Topic: Intro to Mapping


view this post on Zulip Geoffry Roberts (Aug 18 2020 at 12:08):

I just discovered this stream so bear with me please. I have a hospital surveillance project and therefore CCDAs streaming in that I need to convert to FHIR resources. I am trying to determine if the DSL (domain specific language) that I read about on the FHIR website will serve. I have been able to generate some code using the provided grammar and ANTLR. So far so good. I gather I must write my. own conversion engine and a mapping script(s). I would like a one-size-fits-all mapping to fit into my workflow. I am planning to use the MDHT cad library to read the CCDAs (It has served well in the past.) and a similarly generated library for FHIR (FHIR resources generated with EMF). Obviously, the mapping script goes in between.
Q: Am I barking up the right tree? Q: Is this mapping project ready for prime time? Q: Am I making myself clear?
Thanks for reading

view this post on Zulip Grahame Grieve (Aug 18 2020 at 22:16):

there is a mapping engine in the HAPI code. And you could use the HAPI-fhir-core library for the FHIR side irrespective of whether you use the mapping engine .

view this post on Zulip Grahame Grieve (Aug 18 2020 at 22:16):

it's harder to say whether the mapping project is ready for prime time. It's kind of 'as opposed to what?'.

view this post on Zulip Geoffry Roberts (Aug 19 2020 at 12:54):

@Graham Grieve. Thanks for responding and it's good to be talking to you again after so very long. I shall look into the HAPI engine. Thanks for the direction. I asked about prime time because I saw that the version is shown as draft and that some of the documentation seemed to hang in places hence the question. Nonetheless, HAPI it is. Gotta get something going. We'll see.

view this post on Zulip Grahame Grieve (Aug 19 2020 at 12:55):

it has been a long time, yes


Last updated: Apr 12 2022 at 19:14 UTC