FHIR Chat · Data dictionary mapping · implementers

Stream: implementers

Topic: Data dictionary mapping


view this post on Zulip Chinedu Ethelbert (Mar 23 2021 at 09:49):

Hello guys, I'm new to FHIR and interoperability in health care.
Please, can anyone point me to the best way on how to use data dictionary (elements) to map fhir resource. A video link would be much appreciated.
Thank you.

view this post on Zulip Lloyd McKenzie (Mar 23 2021 at 13:17):

@Chinedu Ethelbert I've changed your topic name because your post wasn't related to the topic you had posted under.

I'm not really understanding the question. You're trying to map FHIR to an existing data dictionary? You're trying to create a net new data dictionary for FHIR? You're trying to figure out how to represent a data dictionary using FHIR resources?

view this post on Zulip Chinedu Ethelbert (Mar 24 2021 at 09:06):

Thank you @Lloyd McKenzie . Yes, I'm trying to figure out how best to represent a data dictionary using FHIR resources.

view this post on Zulip Jose Costa Teixeira (Mar 24 2021 at 10:13):

If you want to represent a data dictionary - you can use a Logical Model

view this post on Zulip Jose Costa Teixeira (Mar 24 2021 at 10:59):

the Logical Model is an abstract representation of data elements, consistent wtih a Data Dictionary.

view this post on Zulip Lloyd McKenzie (Mar 24 2021 at 12:58):

Right. StructureDefinition allows you to define data elements at varying levels of granularity. You can define collections of elements or individual elements and you can define complex elements like address or simple ones like birth date. The more granular you get, the higher the overhead per element. You might take a look at the SDC-DE implementation guide. It's pretty out-of-date and somewhat unloved, but it tries to map ISO 11179 data elements to StructureDefinition.

view this post on Zulip Chinedu Ethelbert (Mar 28 2021 at 09:37):

Thank you Lloyd! Appreciated.


Last updated: Apr 12 2022 at 19:14 UTC