IDEA4RC FHIR Implementation Guide
0.1.0 - CI Build 150

IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions

: Episode Event Model to this guide Map - XML Representation

Draft as of 2024-11-12

Raw xml | Download


<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="episodeEvent2FHIR"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ConceptMap episodeEvent2FHIR</b></p><a name="episodeEvent2FHIR"> </a><a name="hcepisodeEvent2FHIR"> </a><a name="episodeEvent2FHIR-en-US"> </a><p>Mapping from <a href="StructureDefinition-EpisodeEvent.html">Episode Event</a> to <a href="StructureDefinition-Condition-primaryCancer-eu-i4rc.html">Condition: Primary Cancer</a></p><br/><p><b>Group 1 </b>Mapping from <a href="StructureDefinition-EpisodeEvent.html">Episode Event</a> to <a href="StructureDefinition-Condition-primaryCancer-eu-i4rc.html">Condition: Primary Cancer</a></p><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td><td><b>Comment</b></td></tr><tr><td>EpisodeEvent.cancerEpisode (Cancer Episode Reference)</td><td><a href="https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>Condition.extension:condition-occurredFollowing</td><td>if not 'Baseline'</td></tr><tr><td>EpisodeEvent.cancerEpisode (Cancer Episode Reference)</td><td><a href="https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-concept-map-equivalence.html#equivalent" title="equivalent">is equivalent to</a></td><td>Condition.</td><td>If 'Baseline': new Condition</td></tr><tr><td>EpisodeEvent.eventType (Event type)</td><td><a href="https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-concept-map-equivalence.html#relatedto" title="relatedto">is related to</a></td><td>Condition.clinicalStatus.coding:athena</td><td>The eventType is recoded in the coding athena slice, however the type has to be consistent with the combination of status / previous status and existance of previous Condition resources. 
The clincalStatus has in fact a required binding with http://hl7.org/fhir/R4/valueset-condition-clinical.html. active | recurrence | relapse | inactive | remission | resolved 
for example First episode - 4113134 has a status='active' and extension:condition-occurredFollowing.empty()
Progression - 32949 may have status='relapse'; extension:condition-occurredFollowing.exists() (To be checked) 
Recurrence - 4097297 has status='recurrence'; extension:condition-occurredFollowing.exists()
Stable disease - 32948 may have status='inactive'; extension:condition-occurredFollowing.exists() (To be checked)</td></tr><tr><td>EpisodeEvent.definedAt (Defined At)</td><td><a href="https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-concept-map-equivalence.html#relatedto" title="relatedto">is related to</a></td><td>Condition.extension:definedAt</td><td>Temporary included in the guide for covering the request of tracking if this information has been captured and maintained by the same or other organizations.
It is envisioned that this kind of requirements could be covered by recording where specific act are taking place.</td></tr><tr><td>EpisodeEvent.dateOfEpisode (Date of episode)</td><td><a href="https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-concept-map-equivalence.html#equal" title="equal">is equal to</a></td><td>Condition.recordedDate</td><td>If it is when this particular Condition record was created in the system</td></tr></table></div>
  </text>
  <url value="http://hl7.eu/fhir/ig/idea4rc/ConceptMap/episodeEvent2FHIR"/>
  <version value="0.1.0"/>
  <name value="EpisodeEvent2FHIR"/>
  <title value="Episode Event Model to this guide Map"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-11-12T10:15:38+00:00"/>
  <publisher value="IDEA4RC Project"/>
  <contact>
    <name value="IDEA4RC Project"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.idea4rc.eu/"/>
    </telecom>
  </contact>
  <contact>
    <name value="IDEA4RC Project"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.idea4rc.eu/"/>
    </telecom>
  </contact>
  <description value="Episode Event Model to this guide Map"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="150"/>
      <display value="Europe"/>
    </coding>
  </jurisdiction>
  <purpose
           value="It shows how the Episode Event model is mapped into this guide"/>
  <sourceUri
             value="http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/EpisodeEvent"/>
  <targetUri
             value="http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-primaryCancer-eu-i4rc"/>
  <group>
    <source
            value="http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/EpisodeEvent"/>
    <target
            value="http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-primaryCancer-eu-i4rc"/>
    <element>
      <code value="EpisodeEvent.cancerEpisode"/>
      <display value="Cancer Episode Reference"/>
      <target>
        <code value="Condition.extension:condition-occurredFollowing"/>
        <equivalence value="equivalent"/>
        <comment value="if not 'Baseline'"/>
      </target>
    </element>
    <element>
      <code value="EpisodeEvent.cancerEpisode"/>
      <display value="Cancer Episode Reference"/>
      <target>
        <code value="Condition."/>
        <equivalence value="equivalent"/>
        <comment value="If 'Baseline': new Condition"/>
      </target>
    </element>
    <element>
      <code value="EpisodeEvent.eventType"/>
      <display value="Event type"/>
      <target>
        <code value="Condition.clinicalStatus.coding:athena"/>
        <equivalence value="relatedto"/>
        <comment
                 value="The eventType is recoded in the coding athena slice, however the type has to be consistent with the combination of status / previous status and existance of previous Condition resources. 
The clincalStatus has in fact a required binding with http://hl7.org/fhir/R4/valueset-condition-clinical.html. active | recurrence | relapse | inactive | remission | resolved 
for example First episode - 4113134 has a status='active' and extension:condition-occurredFollowing.empty()
Progression - 32949 may have status='relapse'; extension:condition-occurredFollowing.exists() (To be checked) 
Recurrence - 4097297 has status='recurrence'; extension:condition-occurredFollowing.exists()
Stable disease - 32948 may have status='inactive'; extension:condition-occurredFollowing.exists() (To be checked)"/>
      </target>
    </element>
    <element>
      <code value="EpisodeEvent.definedAt"/>
      <display value="Defined At"/>
      <target>
        <code value="Condition.extension:definedAt"/>
        <equivalence value="relatedto"/>
        <comment
                 value="Temporary included in the guide for covering the request of tracking if this information has been captured and maintained by the same or other organizations.
It is envisioned that this kind of requirements could be covered by recording where specific act are taking place."/>
      </target>
    </element>
    <element>
      <code value="EpisodeEvent.dateOfEpisode"/>
      <display value="Date of episode"/>
      <target>
        <code value="Condition.recordedDate"/>
        <equivalence value="equal"/>
        <comment
                 value="If it is when this particular Condition record was created in the system"/>
      </target>
    </element>
  </group>
</ConceptMap>