FHIR Chat · FHIR mapping · implementers

Stream: implementers

Topic: FHIR mapping


view this post on Zulip Patrick Werner (Apr 04 2016 at 19:27):

i have a question about defining mapping in FHIR. As far as i currently understand StructureDefinition.mapping defines available mappings for a profile/resource. The mapping of the contained single Element is defined in DataElement.mapping with: identity, uri, name, comments. But if i look at http://hl7.org/fhir/address.profile.xml.html i see

<mapping>
        <identity value="v2"/>
        <map value="XAD"/>
</mapping>

what is the source of mapping.map?

view this post on Zulip Michel Rutten (Apr 04 2016 at 20:33):

@Patrick Werner StructureDefinition.mapping defines and identifies an external mapping system. ElementDefinition.mapping defines a concrete element mapping in the system that is referenced by the mapping.identity field value.
In the case, the Address StructureDefinition defines the mapping "XAD" for the root element in the system for HL7 v2, as defined by the StructureDefinition.mapping component having mapping.identifier = "v2".

view this post on Zulip Michel Rutten (Apr 04 2016 at 20:34):

IOW ElementDefinition.mapping has a "foreign key" relationship to StructureDefinition.mapping via the mapping.identifier field.

view this post on Zulip Patrick Werner (Apr 04 2016 at 20:39):

@Michel Rutten I didn't find the source (ElementDefinition) of mapping.map. Thanks a lot for explaining.

view this post on Zulip Patrick Werner (Apr 04 2016 at 20:39):

know everything makes sense :)

view this post on Zulip Patrick Werner (Apr 04 2016 at 20:39):

*now

view this post on Zulip Michel Rutten (Apr 04 2016 at 20:41):

@Patrick Werner no problem

view this post on Zulip David Booth (Apr 06 2016 at 17:18):

Is there a URL for the FHIR mapping language effort? (I have heard that a FHIR-specific mapping language is being defined.)

view this post on Zulip Lloyd McKenzie (Apr 06 2016 at 20:04):

@David Booth Here's the resource: http://hl7-fhir.github.io/structuremap.html

view this post on Zulip David Booth (Apr 06 2016 at 23:13):

thanks

view this post on Zulip Radhakrishnan (Apr 30 2021 at 05:56):

How to create a Map for questionnaire, questionnaire response and patient and practioner mapping in FHIR resource, kindly provide with any documents .


Last updated: Apr 12 2022 at 19:14 UTC