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
Draft as of 2025-09-10 |
{
"resourceType" : "ConceptMap",
"id" : "episodeEvent2FHIR",
"text" : {
"status" : "generated",
"div" : "<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><p>Mapping from (not specified) to (not specified)</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>cancerEpisodeReference (Cancer Episode Reference (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>Condition.extension:condition-occurredFollowing</td><td>If not 'Baseline'</td></tr><tr><td>cancerEpisodeReference (Cancer Episode Reference (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>Condition</td><td>If 'Baseline': new Condition</td></tr><tr><td>diseaseStatus (Disease status (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent 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 Stable disease - 32948 may have status='active' and extension:condition-occurredFollowing.exists(), Complete Remission may have status='inactive' and extension:condition-occurredFollowing.exists(); Recurrence - 2000100002 may have status.: 'recurrence' and extension:condition-occurredFollowing.exists(). Progression - 32949 may have status='relapse' and extension:condition-occurredFollowing.exists().</td></tr><tr><td>definedAt (Defined At (O))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#relatedto\" title=\"relatedto\">is related to</a></td><td>Condition.extension:sameHospital</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>dateOfEpisode (Date of episode (M))</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>Condition.onset</td><td>If it is when this particular Condition record was created in the system</td></tr></table></div>"
},
"url" : "http://hl7.eu/fhir/ig/idea4rc/ConceptMap/episodeEvent2FHIR",
"version" : "0.1.0",
"name" : "EpisodEvent2FHIR",
"title" : "EpisodeEvent Model to this guide Map",
"status" : "draft",
"experimental" : true,
"date" : "2025-09-10T15:18:34+00:00",
"publisher" : "IDEA4RC Project",
"contact" : [
{
"name" : "IDEA4RC Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.idea4rc.eu/"
}
]
},
{
"name" : "IDEA4RC Project",
"telecom" : [
{
"system" : "url",
"value" : "https://www.idea4rc.eu/"
}
]
}
],
"description" : "It shows how the EpisodeEvent model is mapped into this guide",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "150",
"display" : "Europe"
}
]
}
],
"group" : [
{
"source" : "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/EpisodeEvent",
"target" : "http://hl7.eu/fhir/ig/idea4rc/StructureDefinition/Condition-primaryCancer-eu-i4rc",
"element" : [
{
"code" : "cancerEpisodeReference",
"display" : "Cancer Episode Reference (M)",
"target" : [
{
"code" : "Condition.extension:condition-occurredFollowing",
"equivalence" : "relatedto",
"comment" : "If not 'Baseline'"
}
]
},
{
"code" : "cancerEpisodeReference",
"display" : "Cancer Episode Reference (M)",
"target" : [
{
"code" : "Condition",
"equivalence" : "relatedto",
"comment" : "If 'Baseline': new Condition"
}
]
},
{
"code" : "diseaseStatus",
"display" : "Disease status (M)",
"target" : [
{
"code" : "Condition.clinicalStatus.coding:athena",
"equivalence" : "equivalent",
"comment" : "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 Stable disease - 32948 may have status='active' and extension:condition-occurredFollowing.exists(), Complete Remission may have status='inactive' and extension:condition-occurredFollowing.exists(); Recurrence - 2000100002 may have status.: 'recurrence' and extension:condition-occurredFollowing.exists(). Progression - 32949 may have status='relapse' and extension:condition-occurredFollowing.exists()."
}
]
},
{
"code" : "definedAt",
"display" : "Defined At (O)",
"target" : [
{
"code" : "Condition.extension:sameHospital",
"equivalence" : "relatedto",
"comment" : "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."
}
]
},
{
"code" : "dateOfEpisode",
"display" : "Date of episode (M)",
"target" : [
{
"code" : "Condition.onset",
"equivalence" : "equivalent",
"comment" : "If it is when this particular Condition record was created in the system"
}
]
}
]
}
]
}